20 Stories by Diogo Souza
Learn more about how Turbolinks can help improve application performance through substituting common full-page loads for partial loads.
Want to create a micro-frontend from scratch? This tutorial shows you how to do it with single-spa and React.
Check out this guide to Nim and Python to decide which program is best for your project.
Make sure your team maintains thorough API documentation by leveraging Swagger, an open source tool for documenting RESTful web services.
Explore some of the main features of Facebook's experimental state management library Recoil by building a CRUD app.
Learn how to use Sortable.js and React to create lists, drag-and drop items, sort lists, and reorder lists.
Learn how to use Dgraph with GraphQL to create a CRUD that generates scaffolding methods for each one of the queries and mutations.
This tutorial introduces you to Pug, a high-performance template engine that simplifies the creation and reuse of HTML code across your site.
This tutorial shows you how to implement an OAuth2 server in Node.js by developing your own overwritten implementation and testing it through a real...
This tutorial shows you how to build a CRUD API application capable of managing the operations of an in-memory list of customers using Node,...
Learn how to create a CRUD-like API with Deno and Postgres with this comprehensive tutorial.
Learn how to use React dnd, which includes a powerful API to handle dragging and dropping.