Using ASDF to Manage Programming Language Runtime Versions

Using ASDF to Manage Programming Language Runtime Versions

ASDF is a command-line tool that allows you to manage multiple language runtime versions, useful for developers who use a runtime version list

November 14, 2022 · 4 min
Run your first Ansible playbook

Run your first Ansible playbook

Is an IT solution focuses on automation, configuration management, application deployment and orchestration. Without an agent on the server

November 3, 2022 · 4 min
Handling Docker Volumes Permissions without root privilege

Handling Docker Volumes Permissions without root privilege

We build some containers that share a volume without root access.Don't forget tha, the UID and GID for the host and containers must be the same.

October 30, 2022 · 3 min
Unlock NGINX hidden powers with Javascript module (NJS)

Unlock NGINX hidden powers with Javascript module (NJS)

Develop a proxy to handle API calls with validation; the PokeAPI is used to supply some data because everyone loves Pokemon.

October 23, 2022 · 3 min
Atualizando seu Linux Debian

Atualizando seu Linux Debian

A recomendação para atualizar versões anteriores do Debian é usar a ferramenta de gerenciamento de pacotes apt e sempre atualize com segurança.

October 16, 2022 · 3 min
10 perguntas comuns em uma entrevista de programador

10 perguntas comuns em uma entrevista de programador

Perguntas de entrevista para programadores, como orientação a objeto, Design Patterns, DDD, TDD, BDD, SCRUM, ORM, API Gateway, REST e MOM.

October 16, 2022 · 6 min
How to use Bash default variables

How to use Bash default variables

I'd like to share some Bash advice with you as variable default values. Steps for writing an update system script with case blocks.

October 13, 2022 · 2 min
How to Squash Commits in Git

How to Squash Commits in Git

Sometimes your commits at a branch reach a high number, In that case, squash commit can help you group changes and describe the commit.

October 10, 2022 · 2 min
Why Ghost might be your Blogging Platform?

Why Ghost might be your Blogging Platform?

Ghost is awesome! You don't need plugins to work and waste time fixing". Keep your focus on writing and sharing your message.

September 8, 2022 · 2 min