priyanka chaudharipriyankachaudhari.hashnode.dev·Aug 31, 2024Master Node.js in 30 Days: A Complete Learning FlowchartCreating a flowchart for learning Node.js in 30 days involves breaking down the learning process into manageable chunks. Here's a suggested flowchart with a day-by-day guide: Node.js Learning Flowchart (30 Days) Day 1-2: Introduction to Node.js What...Discuss·11 likes·31 readsNode.js from 0-1002Articles1Week
Deepanshu Yadavwebdev18.hashnode.dev·Jul 7, 2024Understanding the Building Blocks of the Web: HTML and Its Basic TagsINTRODUCTION: Welcome to the fascinating world of web development! If you've ever wondered how websites are created and displayed in your browser, the journey begins with HTML, or HyperText Markup Language. HTML is the backbone of the web, providing ...Discuss·10 likesiwritecode
Jaanijaaniwrites.hashnode.dev·Apr 5, 2024Live Server :Behind the ScenesStarted Learning HTML and CSS from Youtube YouTube: Install a coding editor like Visual Studio Code. You: Downloads and sets up VS Code. YouTube: Install some extensions, like Live Server by Ritwick Dey. You: Live Server? Okay. But what is a live se...Discuss·1 likeiwritecode
Yuvraj Singhyuvrajsingh.hashnode.dev·Mar 29, 2024A Beginner's Guide to Access and Refresh Tokens in JWT AuthenticationIntroduction to Authentication Methods Authentication methods play a crucial role in securing web applications and ensuring that only authorized users can access protected resources. Among these methods, two popular approaches are JWT (JSON Web Token...Discuss·10 likes·57 reads#HiteshChaudhary
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 26, 2023MongoDB Shell. "A Guide to Database Operations": Part 01Shell Commands that you know to play with the database show dbs > show dbs admin 40.00 KiB config 108.00 KiB local 72.00 KiB students 72.00 KiB test 144.00 KiB user-app 8.00 KiB > It will list all the databases present int t...DiscussnodeJS Developer
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
Mani Shankarmanishandilya.hashnode.dev·Dec 18, 2023HTML FormsHTML Forms Let's learn about a few HTML tags used in <form> An HTML form is a section of a web page that allows users to enter and submit data to a web server for processing. HTML forms are used to enable user interaction and data collection. There a...Discussiwritecode
Chavhan Bharatbharatchavhan.hashnode.dev·Dec 16, 2023"Mastering TypeScript: From Loose to Strong Typing" Part: 01Understanding TypeScript: A Brief Introduction Programming languages like JavaScript are popular for having a loose typing system that allows for flexibility but frequently results in runtime mistakes. In contrast, TypeScript offers a sophisticated t...Discuss·37 reads#iwritecode #hiteshchoudhary #LCO #markdown #git #github
Sankalp Barriarsankalpblog.hashnode.dev·Oct 9, 2023Best practice in React JSWhen we are creating a component in react, make sure to keep its name starting with a capital letter as most of the utilities like vite, and create-react-app will throw an error. here is the code snippet where App.js file is importing a jsx file Chai...Discuss·2 likes#iwritecode #hiteshchoudhary #LCO #markdown #git #github