DEV Community

Justin
Justin

Posted on

 

Show-Off Your Desktop

Rules: Share a Screen Grab your Desktop !

Bonus: Include your OS.

Alt Text

OS: Linux

Disto: Ubuntu 20.10

Looks like I need to clean up my folders, lol.
I'd love to see your desktop. Go ahead Show-off a litte :D

Oldest comments (4)

Collapse
 
garrettmills profile image
Garrett Mills

dev-to-uploads.s3.amazonaws.com/i/...
dev-to-uploads.s3.amazonaws.com/i/...

OS: Pop!_OS 20.04

It's not much to look at, but I like it clean haha. I use quite a few GNOME plug-ins, but one in particular that I like changes the wallpaper every day to the Bing daily image.

Collapse
 
codebyjustin profile image
Justin

I like the clean look !

Collapse
 
epsi profile image
E.R. Nurwijayadi

GhostBSD + AwesomeWM

🕷 epsi-rns.github.io/desktop/2019/06...

AwesomeWM Overview

Collapse
 
codebyjustin profile image
Justin

Slick !

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.