Functional Programming in JavaScript
TL; DR Functional programming needs a different mindset than most of the developers/software engineers/programmers are used to. In this blog post I explain the »
TL; DR Functional programming needs a different mindset than most of the developers/software engineers/programmers are used to. In this blog post I explain the »
Today we will set up automated tasks to build our project and to make our life easier while we are developing. TL; DR Source code can »
Recently I ran into a scaling problem with my web server. It significantly slowed down under load. If I could make it use all the CPU »
TL; DR Source code can be found on GitHub, jsAdapter repo Design Patterns - The Adapter A picture is worth a thousand words, this is for »