Shubham Verma
Shubham Verma | Blogs

Shubham Verma | Blogs

Follow
homeAboutContactProject Huntbadges
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

Technical Aspects of Bytes ๐ŸŽ‰

Jun 25, 20214 min read 214 views

โš ๏ธ โš ๏ธ This project is no longer maintained or hosted. The code available on Github If you are unaware of Bytes then check out this blog that I...

Technical Aspects of Bytes ๐ŸŽ‰

Introducing Bytes ๐ŸŽ‰ - A platform to share bite-sized learnings!

Jun 19, 20213 min read 1.0K views

Common platform to share and consume all the learnings! ยท โš ๏ธ โš ๏ธ This project is no longer maintained or hosted. The code available on Github Table of...

Introducing Bytes ๐ŸŽ‰ - A platform to share bite-sized learnings!

Let's Polyfill - map(), filter() and reduce()

May 18, 20214 min read 1.0K views

The hello worlds of polyfills ยท Map Filter Reduce Map map is an Array method that takes in a callback and returns an array of items that were returned...

Let's Polyfill - map(), filter() and reduce()

Change font of your HashNode blog

Mar 7, 20212 min read 1.3K views

Power of CSS! ยท HashNode provides the ability to add Custom CSS to your blogs. Using this feature we can add various fonts to our blog! (Adding multiple...

Change font of your HashNode blog

Implement Protected Routes in NextJS

Jan 20, 20213 min read 2.1K views

Protecting Routes from unauthenticated users is a crucial part of any app. In this blog, I'll show you exactly how to do that with your NextJS pages...

Implement Protected Routes in NextJS