DEV Community

Cover image for How I switched careers to Software Engineering
Anja
Anja

Posted on • Updated on

 

How I switched careers to Software Engineering

Hey everyone! Today I talk about how I switched careers from law to Software Engineering. In Germany you have different education paths and I tell you more about dual studies and an education at a company.

➤ Timestamps:
Introduction 0:00
Education for programmers: 0:55
Dual studies: 1:50
Application process: 2:10

Study/life updates playlist:
https://youtube.com/playlist?list=PLWzVVoNwuhYlpGBw12JP-h8-hwjkBrco6

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.