Manjush

Manjush @manjushsh

Joined:
Jun 22, 2024

Manjush
articles - 16 total

JavaScript's Temporal API: A Better Way to Handle Dates & Times

Introduction If you've worked with JavaScript's Date object, you've probably run into...

Learn More 1 0Jun 20

Setup Elementum addon on Kodi - Basic

Disclaimer: I do not endorse or support the illegal downloading, sharing, or distribution of...

Learn More 13 0Dec 21 '24

Exploring Functional Programming in JavaScript

What is Functional Programming? Functional programming is a programming paradigm that...

Learn More 0 1Sep 30 '24

Mastering Load Balancing: Ensuring Fast, Reliable, and Scalable Web Performance

NOTES The vast majority of web users go about their online activities without a second...

Learn More 1 0Sep 23 '24

Securing JavaScript Applications: Common Vulnerabilities and How to Avoid Them

JavaScript is one of the most popular languages for web development, but it is also a common target...

Learn More 1 0Sep 15 '24

Techniques for Optimizing Performance in React Applications

React is a powerful library for building user interfaces, but like any tool, it requires careful use...

Learn More 0 0Sep 9 '24

Modern JavaScript Features: What’s New in ES2023

JavaScript is constantly evolving, and each year brings a new set of features designed to make...

Learn More 0 0Sep 2 '24

Building Accessible React Applications

In today's digital landscape, accessibility is not just a buzzword but a necessity. Building...

Learn More 3 3Aug 25 '24

Error Boundaries and Error Handling in ReactJS

Introduction Error handling is a crucial aspect of building robust and user-friendly web...

Learn More 3 1Aug 18 '24

The Art of Writing Clean Functions: Clean Code Practices

Writing clean and efficient code is an essential skill for any programmer. Clean code is not only...

Learn More 1 0Aug 11 '24

Beginner's Guide: Creating a Real-Time Chat App with Next.js and WebSockets

Introduction: In this guide, we'll explore how to create a basic real-time chat...

Learn More 10 2Aug 4 '24

Testing a React Application with Vitest and React Testing Library

This guide covers how to set up testing for a React application using Vitest, focusing on building an...

Learn More 2 1Jul 14 '24

10 JavaScript One-Liner Code You Should Know

1. Deep clone object This one-Liner will make a Deep clone of a javascript...

Learn More 0 2Jul 7 '24

TWIL: Highlights from Week 27 2024

This Week I Learned: 1. Mocking imports with vitest We can mock imports of...

Learn More 0 0Jul 7 '24

Setup Pi Hole within Docker on Raspberry Pi

Introduction This guide will walk you through the process of setting up Pi-hole, a...

Learn More 3 0Jun 23 '24

Configuring Ollama and Continue VS Code Extension for Local Coding Assistant

🔗 Links Prerequisites Ollama installed on your system. You can visit Ollama...

Learn More 167 5Jun 22 '24