Michiel Mulders
Blockchain and tech writer with a passion for marketing, lifestyle, and endurance sports. Backend and blockchain developer using Node.js and Go. Let's grab a Belgian beer!
11 articles by Michiel Mulders
The Art of Writing Good Code Comments
Writing code comments is easy, adding value through them is definitely not. Learn what makes a great code comment with this insightful article.
6 Money-making Strategies Used by Companies with Open Source Projects
Even when the code is open and accessible, companies have multiple ways to earn income from their projects. Here are 6 of those strategies.
Top Companies That Have Open Source Products: 10 Companies To Know
Learn about the top companies living off of Open Source product, how are they doing it? Who are they?
React Router Hooks: Exploring How They Work
React Router keeps your UI in sync with the URL, learn how to take advantage of its hooks using these examples.
6 React Best Practices For 2021
6 tips for writing better React in 2021
What are server components and will you need to use them in the future?
React Server Components let you access the speed of fetching data on the server while maintaining its rich interactivity of client-side apps
React Snapshot Testing With Jest: An Introduction With Examples
Both frontend and backend developers write tests. Testing is an excellent way to guarantee code quality.
Fetch vs Axios: Which Is the Best Library for Making HTTP Requests?
Axios and Fetch provide a seemingly equal API and set of features, so which one is better for making HTTP requests?
A Guide to Using localStorage in JavaScript Apps
The localStorage object is one of the most used objects in web programming. It provides a solution for storing key-value pairs locally.
Do You Really Need Redux? - Pros and Cons of this State Management Library
The Redux pattern provides state management for JavaScript apps. You can use the Redux library with any frontend framework.
How to Make HTTP Requests with Axios
Get started with Axios and learn how to make HTTP requests like a pro with the most popular libraries, while keeping security in mind.