Sanskar Agarwalactualsanskar.hashnode.dev·Aug 25, 2024Taking first towards Coding with Cohort 3.0I’m excited to share that I’ve recently started a new learning journey with Harkirat Singh as part of #100XDevsCohort3, and let me tell you, it’s been a wild ride so far! We’re now in week 4, and while it’s been an incredibly enriching experience, it...Discusscoding
Alpit Kumaralpit.hashnode.dev·Jul 27, 2024Day 15: Understanding ClosuresScreenshot:- Closures are a fundamental concept in JavaScript that allows functions to access variables from an enclosing scope. This can be a bit tricky to grasp at first, but let's break it down with simple examples to make it easier to understand...DiscussJavaScript
Alpit Kumaralpit.hashnode.dev·Jul 26, 2024Day 14: JavaScript ClassesScreenshot:- JavaScript classes provide a way to create objects and manage inheritance, encapsulation, and code reuse. This guide will take you through defining classes, using inheritance, static methods and properties, getters and setters, and pri...DiscussJavaScript
Binayak Shresthabinayakshree.hashnode.dev·Jul 10, 2024Week-5 ReactHey everyone, I'm Binayak Shrestha, and I'm currently on a journey to learn full-stack web development through the 100xxdevs cohort. I've reached Week 5 and recently discovered Hashnode, where I've decided to share my weekly progress to stay consiste...DiscussReact
Somesh Metrisomeshmetri.hashnode.dev·Jul 5, 2024Youtube-Layer ( Introduction)What is Youtube-Layer ? Youtube-Layer ( YT-Layer ) is a software service which provides youtubers and editors to maintain their youtube channel efficently. It allows youtubers and editors to have more controlled uploads on youtube channel. The Probl...DiscussYoutubeLayer
Chavhan Bharatbharatchavhan.hashnode.dev·Dec 27, 2023Title: "MongoDB. A Guide to Database Operations": Part 02Read Operations The db.collectionName.find({ key: value }) syntax in MongoDB is used to retrieve documents from a collection that match a specified condition. db.collectionName: Specifies the collection where the search will be performed. Replace "co...Discuss#iwritecode #hiteshchoudhary #LCO #markdown #git #github
Chavhan Bharatbharatchavhan.hashnode.dev·Dec 22, 2023Building a Simple CRUD API with Express and MongoDBBuilding a Simple CRUD API with Express and MongoDB In this blog post, we'll walk through a basic CRUD (Create, Read, Update, Delete) API built using Express.js and MongoDB. The code provided is a simple example, focusing on the essential operations ...Discussharkirat singh
Chavhan Bharatbharatchavhan.hashnode.dev·Dec 21, 2023"Unlocking the Magic: How Node.js Keeps Your Website Safe with Secret Passcodes"In this blog, we're gonna talk about a fancy-sounding thing called "Node.js Authentication with JWT". Practical example : Imagine you're building a secret club on the internet, and you want to make sure only the right people get in. That's where auth...Discussharkirat singh
Aviral Vardiyablog.aviralvardiya.com·Dec 19, 2023Week-3 @ 100xdevs cohort : Middlewares, authentication, input validation and databasesCompleted an enlightening week-3 in Harkirat Singh's cohort, delving into the fascinating world of backend development. Explored the utility of middlewares and global catches, mastered input validation with the Zod library, and ventured into user aut...Discuss100xdevs
Chavhan Bharatbharatchavhan.hashnode.dev·Dec 18, 2023Mastering TypeScript: From Loose to Strong Typing: Part 3Understanding TypeScript Functions and Type Aliases TypeScript is a superset of JavaScript that introduces static typing to the language. One of its powerful features is the ability to define custom types and enhance the clarity and robustness of you...Discuss·26 readsharkirat singh