11 Stories by Michiel Mulders
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.
To put it as simply as possible, the Golang versus Rust debate is really a question of simplicity versus security.
In this guide, we'll walk through the main features of six Rust HTTP clients and demonstrate how to make GET and POST requests with...
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.