
Understanding JWT authentication
Understand what JSON Web Token is, how its header, payload and signature structure works, and learn hands-on by creating a Node.js server with JWT authentication.
Continue Reading
Understand what JSON Web Token is, how its header, payload and signature structure works, and learn hands-on by creating a Node.js server with JWT authentication.
Continue Reading
A collection of ready-to-use regular expressions for everyday tasks: validation of CPF, CNPJ, RG, phone, ZIP code, email, password, URLs, IPv4 and more.
Continue Reading
Go is a compiled language created by Google, designed for concurrency with goroutines and high performance. Discover why it stands out in a scenario where hardware no longer scales as before and software needs to be increasingly efficient.
Continue Reading
Learn how to cryptographically sign your Git commits using Keybase and PGP keys, ensuring GitHub marks your contributions as verified and protecting your identity as an author.
Continue Reading
Regular expressions are extremely useful for extracting information from any text, searching for one or more matches of a specific search pattern (i.e., a specific string of ASCII or unicode characters).
Continue Reading
A step-by-step guide to upgrading your terminal experience on Ubuntu and macOS with ZSH, Oh My Zsh, syntax highlighting, auto suggestions, and the Z directory jumper.
Continue Reading
A practical guide to installing and using Node Version Manager (NVM), the essential tool for managing multiple Node.js versions on a single machine using .nvmrc files.
Continue Reading