Javascript
Functional Programming with Node.js
Functional programming is a popular software development paradigm that emphasizes immutability, modularity and avoiding side effects. In this blog, we...
Read moreFunctional programming is a popular software development paradigm that emphasizes immutability, modularity and avoiding side effects. In this blog, we...
Read moreThere’s not a better way to learn a new skill than to get your hands with some code. In the...
Read moreSometimes you are too lazy to connect the debugger. Sometimes using redux dev tools to monitor the state seems like...
Read moreThe SOLID principles are a set of guidelines for writing maintainable and scalable software. They were introduced by Robert C. Read more…
Design Patterns are an important ingredient of clean, clear, and scalable code. In this series, we have been exploring the Read more…
It is a moral responsibility of code to crash, of bugs to appear, functionality to break and developers to fix Read more…
GraphQL has been a new entry into the world of APIs after the REST API era. It was released by Read more…
I left my job in Jan 2021 to join a startup, I got this common question from friends and colleagues Read more…
In Machine Learning and Data Science, we often find ourselves stuck with the limited computing resources that are required for Read more…
Adding support for dark and light themes in mobile applications can enhance the user experience by a manifold. From YouTube Read more…
So we are back again, after a long delay to study the Bridge Design Pattern in Golang. The Bridge Design Read more…