DEV Community

0xKirz
0xKirz

Posted on

 

Penguin.Css

Top comments (6)

Collapse
 
arvindsridharan profile image
arvindsridharan

This is absolutely amazing!

Collapse
 
jscoder17 profile image
Jscoder17

Me scrolling down feed seeing pengiun.css (THIS IS THE INTERNET)

Collapse
 
kirzin profile image
0xKirz

HAHAHA

Collapse
 
barelyhuman profile image
Reaper

I need help ,haha
my first reflex was to move the penguin with mouse to see it as a 3d model...
Tip: don't use 3d car model sites too much

Collapse
 
cmuralisree profile image
Chittoji Murali Sree Krishna

That's cool, good work keep up 👏

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Nice 🙂

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.