This article compares Go and Rust, evaluating them for performance, concurrency, memory management, security features, and more.
Explore the main features of six Rust HTTP clients, including reqwest and libcurl, and how to make GET and POST requests with each.
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 project.
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 be.
Golang is a great language for creating simple yet efficient web servers and web services. Learn how to create a web server that can accept a GET request and serve a response.
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 rich set of functions, verbs, and flags for converting any type to a string format.
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 integrate with PostgreSQL and MongoDB.
Learn how the functional programming paradigm can help you write code that is more readable, easier to test, and less complex due to the absence of states and mutable data.
Learn how json-server can help you create a fake REST API to validate how your app reacts when receiving data from the backend.