DEV Community

Cover image for Created my first shot in Figma
Ranganath MD
Ranganath MD

Posted on

 

Created my first shot in Figma

Hello. I'm Ranganath. I am a Javascript developer but I wanted to learn design systems so I started learning to create a design using Figma, showing you the design that I have created in Figma.

Sahaaya figma design

Sahaaya figma design

I was planning to create my portfolio website, I thought to design my portfolio on my own before starting to code. I started learning figma by creating my first shot shown above.

By the way, which framework you choose to build your portfolio? Let me know.

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.