Harish Kumar

Harish Kumar @harishkumar

2081
1
96
12

Posts

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
29

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
641

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
317

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
595

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
575

Understanding `.slice()` and `.splice()`: JavaScript Array Methods

In JavaScript, arrays come with numerous built-in methods for manipulation. Two commonly used methods are .slice() and .splice(). While they sound similar, their purposes and behaviors (...)
Harish Kumar
Understanding `.slice()` and `.splice()`: JavaScript Array Methods
0
0
278

Essential Linux Command Line Cheatsheets for Beginners and Advanced Users

The Linux command line is a powerful tool for managing your system efficiently. Whether you're a beginner exploring the terminal or an advanced user handling complex tasks, cheatsheets (...)
Harish Kumar
Essential Linux Command Line Cheatsheets for Beginners and Advanced Users
0
1
1723

Vue 3.5 Release: What's New and Improved?

Vue.js has released version 3.5, bringing a host of exciting new features and optimizations designed to boost developer productivity and improve application performance. This update (...)
Harish Kumar
Vue 3.5 Release: What's New and Improved?
0
0
2162

Understanding useEffect in React: Best Practices and Common Pitfalls

React has become one of the most popular libraries for building user interfaces, and with the introduction of hooks in React 16.8, developers have more powerful tools at their (...)
Harish Kumar
Understanding useEffect in React: Best Practices and Common Pitfalls
0
0
573

PHP 8.4 Property Hooks: The Ultimate Guide for Developers

PHP 8.4, coming in November 2024, introduces a new feature called property hooks. This feature makes it easier to work with class properties by allowing you to define custom behavior (...)
Harish Kumar
PHP 8.4 Property Hooks: The Ultimate Guide for Developers
0
0
6368