Oftentimes, when working on the frontend, you want to check whether an object has a key before ...
It is common for developers to come across bash scripts when working with open source technolog ...
Implementing fake versions of objects when testing can potentially speed up th ...
Upgrading the framework version is painful. The more you deviate from the conventions, the hard ...
Git is a powerful version control system for keeping track of changes in codeb ...
When working in a team of people that use different computers, having an identical setup is har ...
Caching is a technique that allows for storing data in a caching data store, w ...
View models are classes that hold all the information a view (HTML page) needs ...
I had the opportunity to join my friend Aurel (check out his channel
In a production-ready web application, it is common that you need to trace errors as they happe ...
Oftentimes, you need to inject behavior into a class. There are many ways to d ...
When in production, there a few things that you could do, to enhance a website's speed. First a ...
It is a good practice to separate the concerns on your website. In that, I mean that you could ...
I just came across partials the other day and realized how helpful they could ...
Right, so what is a service container? Now, if you are a seasoned developer, go ahead and skip ...