DEV Community

Cover image for 5 ótimos livros NÃO modinha que vai ALÉM de linguagem e que você DEVERIA ler em 2023
 

5 ótimos livros NÃO modinha que vai ALÉM de linguagem e que você DEVERIA ler em 2023

O projeto Fênix

  1. O projeto Fênix – Edição comemorativa: um romance sobre TI, DevOps e sobre ajudar o seu negócio a vencer.

Accelerate

  1. Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations.

Engenharia de Software Moderna

  1. Engenharia de Software Moderna: Princípios e Práticas para Desenvolvimento de Software com Produtividade.

The Programmer's Brain

  1. The Programmer's Brain: What Every Programmer Needs to Know about Cognition.

A Philosophy of Software Design

  1. A Philosophy of Software Design.

e-Programar
E ai, já leu algum desses livros ?
Qual livro você indicaria pra entrar nessa lista ?

diz ai nos comentários.

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.