SDSouparna Dharainsouparna-tech.hashnode.devJavaScript Array Methods – Beginner Friendly GuideWhen working with JavaScript, array is one of the most important data structure, and while working with array we use loops most of the time. Instead of writing long loops every time, JavaScript gives 4h ago·9 min read
MKMohit Kumawatinjava-script-basics.hashnode.devMagic of this, call, bind and apply in JS1. Introduction Before jumping to any technical terms, let's start understanding this iin layman's language. Example:Let's suppose I'm at your home and ask you whose house is it, and you reply it's my5h ago·6 min read
SKShubham Kumarinhelloshubham.hashnode.devUnderstanding Object-Oriented Programming in JavaScript (OOP)Object-Oriented Programming (OOP) helps you model real-world things in code. In JavaScript, OOP makes your programs more organized, reusable, and easier to maintain. This article explains the core ide8h ago·6 min read
CJChirag Jaipalinchiragjaipal.hashnode.devUnderstanding Object-Oriented Programming (OOP) in JavaScriptIn the previous article, we explored Objects in JavaScript and learned how objects allow us to store structured data using key-value pairs.We saw how Objects are extremely useful when we want to repre3h ago·10 min read
CJChirag Jaipalinchiragjaipal.hashnode.devUnderstanding Objects in JavaScript: A Beginner-Friendly GuideIn the previous articles, we explored Arrays and Array Methods in JavaScript and learned how methods like map(), filter(), and reduce() help us work with arrays more efficiently. We saw that arrays ar14h ago·13 min read
DNDhruv Nakumindhruvnakum.xyzDiving into Docker (Part 4): Containerizing an appDocker is all about taking an application and running it inside a container. As we saw in the previous blog, a container is a lightweight package that has your app plus everything it needs to run. Thi9h ago·9 min read
HDHaradhan Dasinunderstanding-object-oriented-programming.hashnode.devUnderstanding Object-Oriented Programming in JavaScriptProgramming often feels confusing when we first encounter big terms like Object-Oriented Programming. Many beginners see the term OOP and immediately think it must be something complicated. But the tr12h ago·5 min read
DPDarshan Pawarindarshan-pawar.hashnode.devMaster the Basics of JavaScript ArraysWhen programming, we often need to store multiple values. For example: A list of fruits A list of student marks A list of tasks If we store them individually, it becomes messy. let fruit1 = "Appl11m ago·3 min read
RRRishil R Shahinrishilshah.hashnode.devComplete PHP Project Structure Explained for Beginners (With Example Project) Introduction When building web applications with PHP, having a proper project structure is very important. A well-organized structure helps developers manage code efficiently, maintain scalability, an15h ago·3 min read
CClydintitaniumbot.hashnode.devBuilding Titanium Bot – A Powerful Automation Bot Developed by ClydTitanium Bot is a powerful automation bot developed by Clyd using TypeScript. The goal of Titanium Bot is to provide fast, reliable, and useful automation features for online communities. Why I Built 2h ago·1 min read