Codeminer42's Engineering Blog
Intermediate

Wrap and Roll: How to Create and Test an API Wrapper – Part I
Wrap and Roll - Part I - Faraday In case you ever have interacted with external APIs, you most likely have noticed that not all SDKs or connections are created…
You are using React Context WRONG
That's right, you've read it correctly, you are probably using React Context API the wrong way... or at least not taking full advantage of what it can do. I know…
How to turn your macOS into a Linux-like Desktop
TLDR: This is NOT about installing Linux on a Mac! Who would do that? 😏 So, you got yourself a new Macbook. Maybe it was received from your employer or…
Working Effectively with a Headless CMS in React – Part III
Previously we talked about decoupling the CMS from the UI and how to handle code-splitting. In the last post of this series about Headless CMS and React, we'll talk about…
Working Effectively with a Headless CMS in React – Part II
Previously, we set the stage and learned how to tackle rendering components that are only determined at runtime. Now, we're going to talk about how to make our components reusable…