Tulsi Prasad

Tulsi Prasad @thebuildguy

About: Making software and writing about it.

Location:
Bhubaneswar, India
Joined:
Oct 12, 2019

Tulsi Prasad
articles - 33 total

ProgressPals: Your last productivity app

This is a submission for the GitHub Copilot Challenge : New Beginnings Backstory Being a...

Learn More 15 0Jan 17

How to use WebView in React Native?

A WebView is an embedded browser that can be used to display web pages inside your React Native...

Learn More 9 0Aug 22 '24

How to paginate queries in Firestore?

I recently had to create a paginated list view at work using Firebase which took a considerable...

Learn More 4 0Aug 21 '24

Web Notifications API — One Byte Explainer

This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature. ...

Learn More 5 0Mar 30 '24

Top 5 things about Git learnt after I started working as a developer

Git is one of those things in software development, no one will tell you to use it but once you start...

Learn More 3 2Oct 11 '23

Building an entire fullstack project with Firebase 10 and React (Vite)

Firebase is a BAAS (backend as a service) solution that drives the modern web. The most exciting part...

Learn More 51 10Oct 3 '23

Working of Garbage Collection in JavaScript: Under the Hood ✨

JavaScript is a wonderful language. Even after using it for years, there are still processes that...

Learn More 8 0Sep 21 '23

Future of professional networking 🧙‍♂️

📸 Photo credit - Campaign creators on Unsplash! 📕 Table of contents What is professional...

Learn More 6 2Sep 30 '22

Time traveling with Git Reflog

It's 2021 and I still used to fear before running those pesky git commands, git reset --hard yet...

Learn More 14 2Sep 22 '21

Making your console log statements stand out

Yes, the above image is from the console and you can customize the text however you like. To know how...

Learn More 65 5Jul 15 '21

I made a chrome extension that helps you slack off in your Google Meet meetings

🎉 Alert Me for Google Meet A Chrome Extension that notifies people when certain words are...

Learn More 10 0Oct 12 '20

Uploading media assets from React using Cloudinary

Hey everyone! In today's standards, it's not uncommon to see every other website has some kind of vis...

Learn More 12 0Oct 4 '20

Top 5 CORS Issues You Don't Want To Run Into

What is CORS? CORS stands for Cross Origin Resource Sharing, which uses additional HTTP...

Learn More 306 7Sep 27 '20

How to setup MongoDB with Node.js and Express?

MongoDB is a cross-platform document oriented database, which is one of the most popular NoSQL databa...

Learn More 23 0Sep 20 '20

Implementing Redux in your React projects in a nutshell

Despite the fact I'm learning authentication right now, Redux is something I can't easily get rid of...

Learn More 14 0Sep 13 '20

Adding Tailwind into React project in under a minute

Last time I was adding tailwind to my React project, it took me around 30 mins to do the research and...

Learn More 64 4Sep 6 '20

What the heck is Currying anyway?

Hey everyone, nice to see you on my little home on internet! I'm going through some concepts which I...

Learn More 317 24Aug 27 '20

What is reduce in JavaScript and Why does it exists?

Hey everyone! It's been a while since my last post, so sorry for that. I went down that rabbit hole o...

Learn More 15 0Aug 24 '20

Making a project using React and Redux to build our grasp

Hey everyone! It's that time of the week when we put together all our previously gained knowledge of...

Learn More 43 0Jun 21 '20

How much did you really know before landing your first DEV job?

This is a THREAD dedicated to especially beginners in DEV and who are struggling quite often with tra...

Learn More 23 5Jun 20 '20

A List of Immutable Update Patterns that you can understand

As promised, today we will learn how to update our state immutably when there are more complex forms...

Learn More 11 0Jun 9 '20

Learn enough Redux to get started with your projects

Alright, as promised we'll look into some code now, but this time we'll master the most basic methods...

Learn More 26 0Jun 8 '20

What is Redux and What Immutability has to do with it?

Lately I was doing a project to learn more about React and in the beginning I felt very good about Re...

Learn More 29 0Jun 7 '20

The battle between Mutable and Immutable data types

Hey fellas! I hope you're in best of mood and health to consume a quick snack of how JavaScript looks...

Learn More 11 0Jun 6 '20

Visualizing the power of CSS Filters using Picturesque.css

Hey folks! How you doing? I was quite busy recently focusing all my efforts into making this app wor...

Learn More 40 4May 27 '20

How do y'all get ideas for new blog posts?

Booyah, friends! 🎉🍻 I was wondering how everyone else comes to an idea for writing a new posts for y...

Learn More 1 2May 13 '20

What is hoisting, from a beginners perspective?

Photo by Nikola Johnny Mirkovic on Unsplash Hey everyone! In today’s world of numerous libraries and...

Learn More 10 0May 4 '20

The last piece of explanation on slice vs splice

Hey everyone! Hope y'all doing great! I was working with some array methods recently and I can't beli...

Learn More 23 2Apr 29 '20

Tell more stories with Emojis 🐶🏠

What emojis? What story can those mere doughnut-shaped icons give to my context? They are only meant...

Learn More 39 2Apr 23 '20

Making Responsive Layouts without using Media Queries

Hey everyone! 👋 This has been the talk of the hour since grid and flexbox came into the world with th...

Learn More 426 13Apr 16 '20