Diogo Souza Brazilian dev. Creator of altaluna.com.br

Stories by Diogo Souza

Documenting Express.js API With Swagger

Documenting your Express API with Swagger

Dev

In this tutorial, we will explore maintaining thorough API documentation using Swagger with an Express.js API in Node.js.

Diogo Souza
Dec 9, 2022 ⋅ 7 min read
Vuetify Getting Started

Getting started with Vuetify: Is Vuetify right for you?

Dev

Vuetify, a Material Design component framework for Vue, combines the best of Vue with the Materialize trend, making it simple to create beautiful UI designs.

Diogo Souza
Aug 17, 2022 ⋅ 10 min read
Using React With Django To Create An App: Tutorial

Using React with Django to create an app: Tutorial

Dev

Learn how to integrate React with Django, create a simple CRUD API with the Django REST framework free from common CORS issues, and more.

Diogo Souza
Jul 15, 2022 ⋅ 16 min read
Deno Postgresql Rest API

How to create a REST API with Deno and Postgres

Dev

By providing features that Node.js failed to deliver, like security, modules, and dependencies, Deno is proving to be as powerful as its predecessor, Node.js.

Diogo Souza
Jul 13, 2022 ⋅ 11 min read
How Implement 0auth2 Nodejs

How to implement OAuth 2.0 in Node.js

Dev

Explore the OAuth 2.0 framework by developing our own overwritten implementation and testing it through a real API

Diogo Souza
Mar 23, 2022 ⋅ 9 min read

Comparing React form builders: Formik vs. Unform

Dev

Compare the flexibility and state management capabilities of Formik to the lightweight, performative qualities of Unform and determine which React form building library is best for your project.

Diogo Souza
Nov 1, 2021 ⋅ 6 min read
Understanding Kotlin coroutines

Understanding Kotlin coroutines

Dev

Dive deeper into Kotlin coroutines — suspendable computations similar to threads that simplify asynchronous programming in Kotlin.

Diogo Souza
May 27, 2021 ⋅ 5 min read
Cross Platform Apps Nwjs

Creating cross-platform apps with NW.js

Dev

NW.js is a powerful alternative to Electron for native application development that offers a range of great integrations.

Diogo Souza
Apr 22, 2021 ⋅ 5 min read
using ES modules ESM in node

Using ECMAScript modules (ESM) with Node.js

Dev

Explore how far the journey of supporting ES modules has come in the world of Node.js.

Diogo Souza
Apr 5, 2021 ⋅ 6 min read
Javascript Garbage Collection Browser Server

JavaScript garbage collection: Browser vs. server

Dev

Compare different garbage collection algorithms in JavaScript and Node.js and understand how they work in the browser and server.

Diogo Souza
Mar 8, 2021 ⋅ 5 min read
Faster SPA Navigation with Turbolinks

Turbolinks for faster web navigation

Dev

Learn more about how Turbolinks can help improve application performance through substituting common full-page loads for partial loads.

Diogo Souza
Dec 24, 2020 ⋅ 4 min read
The single-spa logo over a background featuring puzzles.

Creating micro-frontend apps with single-spa

Dev

Want to create a micro-frontend from scratch? This tutorial shows you how to do it with single-spa and React.

Diogo Souza
Nov 17, 2020 ⋅ 7 min read