Richie is an Entrepreneur, a Technologist and Cloud Architect. Loves how technologies brings the promise of an easier life, but enjoys the challenge to make it work. Work achievements, play, & fatherhood are the things that drive Richie.
There are many ways to solve coding problems, and PEDAC is but one. The purpose of this article isn’t to proclaim PEDAC as the best or only approach but provide it as one of the tools you can turn to when you begin working on a ⋯
Abstractions offer a variety of benefits. However, it creates challenges in debugging code. Source maps provide a method for translating from generated source back to the original code.
While infrastructure development was slow to start, the bull run of 2017 brought a new wave of products onto the crypto scene. Today, development in crypto is at an all-time high, with new developers flocking from other ⋯
The terms SSR, SSG and SPA usually emerge in the vast majority of content out there. When I first heard about these names, I sure was confused. What are those? Which one to use?
In most Javascript projects, whether frontend React project, or backend node.js project, you have the ability to group all your imports to a single index.js. This can “conveniently” expose all the relevant exports in one file. ⋯
A good developer is always ready to go back to the whiteboard. They are ready to explore their own thought process. They never run away from giving an explanation on a subject.
I’ve been an enthusiast of blockchain technology since I originally discovered it in 2013. Sadly, I didn’t start investing in cryptocurrencies until 2017. Nevertheless, I’ve been curious about how one could build a blockchain ⋯
A successful Git branching modelThis model was conceived in 2010, now more than 10 years ago, and not very long after Git itself came into being. In those 10 years, git-flow (the branching model laid out in this article) has ⋯