Open in app

Sign In

Write

Sign In

Niraj Shrestha
Niraj Shrestha

229 Followers

Home

About

Feb 1, 2022

Awesome Nice List Treasure — Explore The Web Like A Pro

Navigate a variety of quality, selected and reliable websites and digital products This is a personal project from that focuses on curated lists Motivation: Of the countless amounts of content on the internet, there is a hidden “treasure” of content. This treasure is not easy to find, it takes a…

Massive Collection

37 min read

Awesome Nice List Treasure — Explore The Web Like A Pro
Awesome Nice List Treasure — Explore The Web Like A Pro
Massive Collection

37 min read


Dec 21, 2021

Learn how to use Git and GitHub in a team like a pro

In this tutorial, you will learn how to work in a team with a central repository on GitHub. You will work on issues, commits, pull requests, code reviews, and more. I don’t consider myself an expert on Git, but I have learned a lot about it in my first month…

Github

17 min read

Learn how to use Git and GitHub in a team like a pro
Learn how to use Git and GitHub in a team like a pro
Github

17 min read


Nov 19, 2021

10 Awesome JavaScript Short-hands

Hi everyone 👋 Today I wanted to share with you 10 awesome JavaScript shorthands that will increase your speed by helping you to write less code and do more. Let’s start! 1. Merge Arrays Longhand: We usually merge two arrays using Array concat() method. The concat() method is used to merge two or more…

JavaScript

6 min read

10 Awesome JavaScript Short-hands
10 Awesome JavaScript Short-hands
JavaScript

6 min read


Nov 19, 2021

5 Tips to Master the Art of Clean Code

Good programmers write boring code. Great programmers write really boring code When I came across this quote on the internet, sometime in the past year, it introduced me to the concept of clean code. What is Clean Code exactly? In simple terms Clean Code refers to a codebase that is easy to read and understand…

Tips

4 min read

5 Tips to Master the Art of Clean Code
5 Tips to Master the Art of Clean Code
Tips

4 min read


Nov 19, 2021

5 Tips to Maximize Productivity Every Developer Must Know

Programming can lead to a high paying career, but in the tech industry you often have to work long hours and rise up to challenge and put in the immense effort required. …

Tips And Tricks

3 min read

5 Tips to Maximize Productivity Every Developer Must Know
5 Tips to Maximize Productivity Every Developer Must Know
Tips And Tricks

3 min read


Nov 19, 2021

How fast is your code?

You ever wanted to know how long does a block of your code takes to execute? Well you have come to the right place. You can simply wrap your block of code with console.time function to measure how long your code took to execute. console.time("Label A") let num = -999999 for(let i = 0; i < 99999; i++){ num++ } console.log(num) console.timeEnd("Label A") Make sure to check out my other posts as well :)

Developer

1 min read

How fast is your code?
How fast is your code?
Developer

1 min read


Nov 19, 2021

5 Tips to Take your Website Lighthouse Score from Meh to WOW!

When creating a website for Production, you would want the world to have a great experience using it. One of the best tools for this purpose is the Lighthouse, a Chrome Dev-tool that analyses how various your site fares on different metrics. Sadly, pushing for a perfect Lighthouse score isn’t…

Website Development

4 min read

5 Tips to Take your Website Lighthouse Score from Meh to WOW!
5 Tips to Take your Website Lighthouse Score from Meh to WOW!
Website Development

4 min read


Nov 18, 2021

7 Nice API for your projects !

API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other! Today I will share with you some nice API to use for your projects!! 🍿 Movie database (IMDB) https://developers.themoviedb.org/3/getting-started/introduction If you need informations about movies, series, etc… You can use IMDB API…

API

2 min read

7 Nice API for your projects !
7 Nice API for your projects !
API

2 min read


Nov 18, 2021

If-Else or Switch-Case: Which One to Pick?

If you are a newbie to programming and JavaScript, you might be confused about which conditional statements to use, especially between if-else and switch-case statements. When I first learned about conditional statements, I thought it was simple enough, and I could use either if-else or switch in any case. But…

Programming

6 min read

If-Else or Switch-Case: Which One to Pick?
If-Else or Switch-Case: Which One to Pick?
Programming

6 min read


Nov 18, 2021

GitHub Copilot blew my mind on a code-along exercise

GitHub Copilot has surprised me beyond what I could have ever expected. I guess artificial intelligence is more capable than I thought initially, and this is a great example of how it can help us to code faster and better. My idea about using GitHub Copilot as a web developer…

Github

3 min read

GitHub Copilot blew my mind on a code-along exercise
GitHub Copilot blew my mind on a code-along exercise
Github

3 min read

Niraj Shrestha

Niraj Shrestha

229 Followers

Programming & Networking Enthusiast {Student} http://niraj-stha.com.np/

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech