Harish Kumar

Harish Kumar @harishkumar

2181
1
101
12

Posts

What's New in PHP 8.4: Key Enhancements and Updates

As PHP 8.4's release on November 21, 2024, approaches, it's clear that PHP continues to evolve and delight its developer community. For those who have been coding with PHP since (...)
Harish Kumar
What's New in PHP 8.4: Key Enhancements and Updates
0
0
2393

A Beginner’s Guide to Efficient Memory Use in JavaScript

Managing memory efficiently in JavaScript applications is essential for smooth performance, especially for large-scale or complex applications. Poor memory handling can lead to (...)
Harish Kumar
A Beginner’s Guide to Efficient Memory Use in JavaScript
0
0
267

How to Grant Passwordless `Sudo` for Specific Commands on Linux 🚀

Managing a self-hosted server or Virtual Private Server (VPS) often involves repetitive administrative tasks. Continuously entering your sudo password can quickly become tedious. (...)
Harish Kumar
How to Grant Passwordless `Sudo` for Specific Commands on Linux 🚀
0
0
1643

Introducing Tools to Supercharge PHP-FPM Efficiency and Monitoring

PHP-FPM stands for PHP FastCGI Process Manager. It’s an improved way to manage PHP processes that makes web applications faster and more efficient. Instead of running each PHP (...)
Harish Kumar
0
0
527

Exploring the New Features of JavaScript ES2024: A Look into the Future of Web Development

Discovering new functionality in programming languages is a bit like a holiday — it’s filled with anticipation and the excitement of exploring something new. With the proposed (...)
Harish Kumar
Exploring the New Features of JavaScript ES2024: A Look into the Future of Web Development
0
0
342

Understanding the `.reduce()` Method in JavaScript

The .reduce() method in JavaScript is one of the most powerful array methods used for iterating over array elements and accumulating a single value from them. Whether you're summing (...)
Harish Kumar
Understanding the `.reduce()` Method in JavaScript
0
0
341

Building a Real-Time Chat App with Laravel Reverb and Nuxt 3

Building a real-time chat application is a great way to understand the power of WebSockets and real-time communication. In this tutorial, we will walk through creating a Real-Time (...)
Harish Kumar
Building a Real-Time Chat App with Laravel Reverb and Nuxt 3
0
0
1177

How to Use JavaScript’s .every() and .some() for Smarter Array Handling

JavaScript provides a variety of array methods that allow developers to perform common tasks in an efficient, clean, and readable manner. Among these methods are .every() and .some(), (...)
Harish Kumar
How to Use JavaScript’s .every() and .some() for Smarter Array Handling
0
0
543

Git Cheat Sheet: Essential Commands and Tips for Developers

Git is an essential tool for modern software development, enabling teams to collaborate effectively while maintaining full control over their codebase. Whether you're working on (...)
Harish Kumar
Git Cheat Sheet: Essential Commands and Tips for Developers
0
0
799

How to Set Up Nuxt 3 Authentication with Laravel Sanctum (Step-by-Step Guide)

In modern web development, securing your application’s authentication process is a top priority. For developers building Single Page Applications (SPA) or Server-Side Rendered (...)
Harish Kumar
How to Set Up Nuxt 3 Authentication with Laravel Sanctum (Step-by-Step Guide)
0
0
1042