Shwetabh Shekhar

Shwetabh Shekhar @shwetabh1

About: Lead Software Development Engineer based in Bengaluru. I love to create large-scale, distributed web/cloud applications with a particular passion for Go, Python, Java, JavaScript, Node.js, and AWS.

Location:
Bangalore
Joined:
Nov 2, 2020

Shwetabh Shekhar
articles - 12 total

My favorite CLI Tools for improved productivity.

These are my top 5 favorites. Use them to make working with #terminal easier and efficient. - YMMV F...

Learn More 4 0May 23 '21

These three books have helped shaped my Developer career.

"Some books are to be tasted, others to be swallowed, and some few to be chewed and digested." Out o...

Learn More 7 0Apr 19 '21

Complete Webpage Rendering Process In Browser

I will try to explain the webpage rendering process in a browser in depth. Once the server supplies...

Learn More 6 1Feb 9 '21

What strategy do you follow when learning something new?

Do you target it's BREADTH first? Go through different sections on the subject matter in a shallow wa...

Learn More 1 0Jan 19 '21

Generating Meaningful Test Data Using Faker

Whether you are building an API or writing tests for features that process massive datasets, meaningf...

Learn More 9 0Jan 17 '21

When Should You Jump From Your Job?

After you start at a new place: Every 4 months have a one-on-one meeting with your supervisor. Talk...

Learn More 3 0Jan 15 '21

How AWS Lambda Works Underneath?

Details create the big picture. - Sanford I. Weill AWS Lambda has become ubiquitous when it comes to...

Learn More 14 0Jan 13 '21

Browser: Complete Process Of Hitting A URL And Rendering The Page.

Acknowledgments: My post is inspired by the famous what-happens-when GitHub repository. Ever wondere...

Learn More 15 2Jan 6 '21

Clean Off Your Dirt

Here's a short true story. In the temple of Wat Traimit, Bangkok, Thailand there's a statue of Buddh...

Learn More 3 0Dec 29 '20

Christmas Tree using Python

Merry Christmas Dev community. Here is a simple Christmas tree using Python. # Christmas Tree in P...

Learn More 21 6Dec 27 '20

seal vs freeze vs preventExtenstions in JS.

Object.seal(), Object.freeze() and Object.preventExtensions() are popular methods in javascript to re...

Learn More 8 0Dec 7 '20

Event Loop and Single Thread Mechanism in JavaScript.

"JavaScript is a single-threaded, non-blocking, asynchronous, concurrent language." Any Javascript b...

Learn More 12 0Dec 6 '20