12 Stories by Michiel Mulders
Explore the main features of six Rust HTTP clients, including reqwest and libcurl, and how to make GET and POST requests with each.
To put it as simply as possible, the Golang versus Rust debate is really a question of simplicity versus security.
We zoom in on nine best practices for JavaScript testing that can help you write better tests.
MeiliSearch JS client improves your search capabilities through highly customizable API. Adding filters and ranking rules allows for better search results on any frontend...
Learn how to build a fast and simple CRUD API using Fastify, while also implementing data validation and adding plugins.
In this guide, we'll explore three of the most popular and interesting static site generators for Rust: Cobalt, mdBook, and Zola.
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...
Golang is a great language for creating simple yet efficient web servers and web services. Learn how to create a web server that can...
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...
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...
Learn how the functional programming paradigm can help you write code that is more readable, easier to test, and less complex due to the...
Learn how json-server can help you create a fake REST API to validate how your app reacts when receiving data from the backend.