DEV Community

Marcin Wosinek
Marcin Wosinek

Posted on • Updated on

Webpack links

I'm create a bit of webpack content recently, here I put all the links so you can find other pieces easily if you are interested in.

Series about webpack 5

An bunch of articles about various aspects of webpack.

Series about webpack & Next.js

Articles about webpack as it's used in Next.js

Build tools in 2021 series

I this series I take a look on various build tools we have available now in 2021. This article show a simple application build with webpack

Udemy course about webpack 5

My video course about webpack:
Alt Text

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.