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.
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 model
This 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 ⋯
Building a Continuous Delivery Pipeline with Git & Jenkins
Jenkins is an automation server which can be used to build, test and deploy your code in a controlled and predictable way. It is arguably the most popular ⋯
Richie BartlettInteresting read. (Supporting reason not to use Doctrine in ZF…)
I’ve come to the conclusion that, for me, ORMs are more detriment than
benefit. In short, they can be used to nicely augment working with SQL
in a ⋯