Michiel Mulders

  https://medium.com/@michielmulders Michiel loves the Node.js and Go programming languages. A backend/core blockchain developer and avid writer, he's very passionate about blockchain technology.

     



12 Stories by Michiel Mulders

How to choose the right Rust HTTP client

Explore the main features of six Rust HTTP clients, including reqwest and libcurl, and how to make GET and POST requests with each.
2 8 min read

When to use Rust and when to use Go

To put it as simply as possible, the Golang versus Rust debate is really a question of simplicity versus security.
12 7 min read

JavaScript testing: 9 best practices to learn

We zoom in on nine best practices for JavaScript testing that can help you write better tests.
1 6 min read

MeiliSearch: A definitive guide

MeiliSearch JS client improves your search capabilities through highly customizable API. Adding filters and ranking rules allows for better search results on any frontend...
0 7 min read

How to build a blazingly fast API with Fastify

Learn how to build a fast and simple CRUD API using Fastify, while also implementing data validation and adding plugins.
0 7 min read

Top 3 Rust static site generators and when to use them

In this guide, we'll explore three of the most popular and interesting static site generators for Rust: Cobalt, mdBook, and Zola.
0 6 min read

Create scalable JavaScript and TypeScript file structures with Destiny

Destiny is an open-source project that scans folders for file dependencies and places the files in a fractal structure, where they are "destined" to...
0 4 min read

Creating a web server with Golang

Golang is a great language for creating simple yet efficient web servers and web services. Learn how to create a web server that can...
8 6 min read

Exploring the possibilities of Golang string formatting

Strings enable developers to display values to the user, such as showing the most important properties of an object. Learn how to use Golang's...
0 4 min read

Create a movie rating app with Keystone.js

Learn how to build a movie rating app with Keystone.js, a flexible CMS with GraphQL support that enables you to quickly define schemas and...
2 6 min read

Functional programming in Go

Learn how the functional programming paradigm can help you write code that is more readable, easier to test, and less complex due to the...
0 6 min read

How to bootstrap your project with JSON Server

Learn how json-server can help you create a fake REST API to validate how your app reacts when receiving data from the backend.
0 6 min read