Open in app
Home
Notifications
Lists
Stories

Write
Harsh Patel
Harsh Patel

Home

About

Published in JavaScript in Plain English

·Pinned

5 Useful Cheatsheet Websites For Programmers

As a programmer, we’re learning lots of technologies. We’re using multiple technologies in the development process. At that time we can’t remember all syntax, methods, functions, or other language-related rules. So, a cheat sheet is there to help us. It’s basically a document in which you can find syntax, methods…

Java Script

2 min read

5 Useful Cheatsheet Websites For Programmers
5 Useful Cheatsheet Websites For Programmers

Published in JavaScript in Plain English

·Pinned

Top 10 NPM Packages for Node.js Developers 2020

Node is a leader in the asynchronous framework market. The platform now supports a huge portion of startups and businesses that are earning hundreds of millions of dollars in revenue. Thus, it establishes itself as a platform that can sustain a huge load, whilst retaining smooth performance. Node.js was perhaps…

Nodejs

6 min read

Top 10 NPM Packages for Node.js Developers 2020
Top 10 NPM Packages for Node.js Developers 2020

Published in JavaScript in Plain English

·Jul 21

Integrate User Management Features into Vue.js Apps

A guide on how to integrate user management features into your Vue.js application. — Building modern applications to power your business requires speed and paying attention to customers’ needs. Therefore, some software as a service (SaaS) platforms try to remove technological hurdles from their users to enable them to focus on things that really move their business forward. This provision helps companies take their…

Java Script

6 min read

Integrate User Management Features into Vue.js Apps
Integrate User Management Features into Vue.js Apps

Apr 1

50 Hand-Picked Programming Articles From Medium (March 2022)

Favorite reads from the last month. — Programming Stop Using Microservices. Build Monoliths Instead by GreekDataGuy I Met a Rich Programmer, He Gave Me 3 Life-Changing Pieces of Advice by Aniket 6 Programming Languages You Should Not Learn (and What To Learn Instead) by Clement Brian The Best Programming Languages to Learn in 2021 by John Selawsky Five…

Programming

3 min read

50 Hand-Picked Programming Articles From Medium (March 2022)
50 Hand-Picked Programming Articles From Medium (March 2022)

Published in JavaScript in Plain English

·Mar 27

How to Use the useRef() React Hook

Use React.useRef() hook to create persisted mutable values (also known as references or refs), as well as access DOM elements. — Playing with React’s functional components for a long time and never crossing your path with useRef is kinda unbelievable. According to the official documentation: "useRef returns a mutable ref object whose .current property is initialized to the passed argument (initialValue). The returned object will persist for the full lifetime of…

Java Script

4 min read

How to Use the useRef() React Hook
How to Use the useRef() React Hook

Published in Towards Dev

·Feb 5

Great UNIX Terminal Tips Helps You To Save Time

Never underestimate the power of LINUX Terminal — While back I was amazed by seeing my colleague firing UNIX command pretty quick and getting work done very easily. That inspired me to learn the magic of Linux. Here I’m sharing easy and effective UNIX command practice which is going to help you be a ninja. By learning important…

Linux

3 min read

Great UNIX Terminal Tips Helps You To Save Time
Great UNIX Terminal Tips Helps You To Save Time

Published in JavaScript in Plain English

·Feb 4

Lesser-Known HTML Attributes You May Need to Know

Coding will be easy with some lesser-known attributes, better learn how to use them, and handle things pretty easily. — HTML is an entry point for any frontend developer. Sometimes it’s good to use some attributes to handle things pretty easily, thus you don’t need any external library. HTML has many attributes which are not much famous among us. If you dig deeper then you might have some idea about…

HTML

4 min read

Lesser-Known HTML Attributes You May Need to Know
Lesser-Known HTML Attributes You May Need to Know

Published in Weekly Webtips

·Dec 30, 2021

Tips for Getting the Most out of Automated Regression Testing

Automatic regression testing ideally improves projects by minimizing bugs so that the user retention rate goes up. — Regression testing is a type of software testing that ensures that newly added changes don’t affect already running functionalities. In short, we need to reiterate the already tested code to make sure it works as fine as before. It’s important to do regression testing before any release. It might be…

Programming

4 min read

Tips for Getting the Most out of Automated Regression Testing
Tips for Getting the Most out of Automated Regression Testing

Published in JavaScript in Plain English

·Dec 29, 2021

How to Use Console Like a Pro

Be better at console debugging. — It’s not possible that you haven’t used console.log if you’re a JavaScript developer. It’s the best and easiest technique for debugging. In this article, I take it further and explain some useful methods which console has apart from .log It’s by default available in the global console object. like console.info()…

Java Script

3 min read

How to Use Console Like a Pro
How to Use Console Like a Pro

Published in JavaScript in Plain English

·Dec 7, 2021

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

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 started reading about conditional statements, I thought they were simple enough, and I could use either — if/else or switch to any other. …

Java Script

6 min read

If-Else or Switch-Case: Which One to Use?
If-Else or Switch-Case: Which One to Use?
Harsh Patel

Harsh Patel

🤠 Internet Cowboy | 💻 JS Aficionado | http://imharshpatel.com/

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable