KNOWLEDGE BOOK

Occasionalthoughts & insights.from Muhammad's life.

UPDATED 2022-12-26T22:45:46Z

How to plan and organize a React project β€” by building a weather app

Planning a project is the most crucial part for a software engineer. It makes it easier for other team players to collaborate and maintain a project for a longer period. And on the basis of the developer, ...

UPDATED 2022-12-27T09:55:40Z

The difference between NPM and NPX

There are a few reasons why people might get confused about "npm" and "npx."NPM and NPX both come with Node.JS, and we use them simultaneously. The command npm is used to download JavaScript packages from ...

UPDATED 2022-12-26T22:28:30Z

Load testing with K6 (Stress, Spike, Load, Soak)

Load Testing is the practice of modelling the expected usage of a software program by simulating multiple users accessing the program concurrently. It helps a system developer during production label to un...

UPDATED 2022-12-26T22:55:27Z

20 Awesome Website You Didn't Know About

Like many of you, I like exploring websites to websites in the vast ocean of the internet. While studying a topic, I found some vital websites for a developer's day-to-day needs. These sites can speed up y...

UPDATED 2022-12-26T23:03:43Z

You need to learn Kubernetes RIGHT NOW!! πŸš€

Kubernetes is an open-source container orchestration system. which helps you to run, scale & manage your application's runtimes(e.g. docker, etc.). Kubernetes enables you to ensure those containerized appl...