My Clean Code courses
I have 2 clean code courses that you can watch on Udemy: Clean code with Java examplesClean code with PHP examples You can also watch
What do we want? We dont know! When do we want it? Next sprint!
I have 2 clean code courses that you can watch on Udemy: Clean code with Java examplesClean code with PHP examples You can also watch
Hello I just got better after having covid. Hopefully I wont have any long term problems. To celebrate, I will share these coupons with you:
I have been working on a new course: Maintainable code – 31 concepts to help you achieve itIt seems to be taking me quite a
I find that developers, especially juniors, sometimes want to show that they are smart and hard working.So they start using obscure language specific features.Or they
Maintainability Core 0. Maintainable code is easy to understand code and code with plenty of unitary tests. 1. Maintainability comes in small packages. Keep functions
I was reading Refactoring by Martin Fowler and I found some funny passages.They are funnier in context, but nevertheless, here they are: We are switching
There are two type of classes, regular classes and data classes. Regular classes abstract reality, use encapsulation, hide fields, do things and are smart. Data
I will advise you how I think it’s best to learn a programming language, based on my 13 years plus experience as a developer.I will
PHP 8 in out since 26 Nov 2020.I took a look at the change log and here is what I like and don’t like. Most
The problem: I bought a new Xbox controller with pc adapter but the adapter won’t work. Even if I press the pairing button it won’t
In Object Oriented programming, objects in code map entities from real life.These objects map their features and current status in properties and state.They take their