PHP
The value of a good database design
You might think that the way your store your data isn’t really that important. Well it’s more important than you think it is. A good database design just like good clean code is the key Read more…
You might think that the way your store your data isn’t really that important. Well it’s more important than you think it is. A good database design just like good clean code is the key Read more…
Programming languages all have erected-in data types, but these frequently differ from one language to another. This post attempts to list the erected-in data structures available in JavaScript and what properties they have. In this Read more…
I made a script to easily take consistent measurements using Apache Benchmark. It includes an easy way to compare multiple measurements in a visual way. Read more
This talk by Kevlin Henney looks at how a handful of coding habits, design practices and assumptions can systematically balloon code and compound its accidental complexity.
[AdSense-A]
Using else often encourages complexer code structure, makes code less readable. In most cases you can refactor it using early returns.
Let’s improve your users privacy with file encryption without using any 3rd party packages. Read more
Here’s an exhaustive list of all the tools Jeffrey Way uses in his daily workflow at Laracasts. Read more
The use of a message envelope has many benefits for the design of your application. It allows you to carry system information, nicely separated from domain information, in a generic way. Read more
[AdSense-A]
Have you ever needed to maintain a project that wasn't yours? A project that, when you first opened it, gave you chills down your spine? Even without reading the code in detail, you could already tell it was a mess.