Rohit Gawanderohit253.hashnode.dev·Nov 19, 2024Chapter 8: CSS: Understanding Positioning, Flexbox, and Practical Implementation1. Introduction CSS (Cascading Style Sheets) allows us to design and format HTML documents effectively. Concepts like positioning and flexbox are fundamental for controlling layout and alignment. This guide covers: CSS positioning: static, relative,...DiscussFull Stack JavascriptCSS Flexbox CSS Layout CSS Positioning Web Design Responsive Design HTML & CSS Frontend Development Web Development Flexbox Froggy CSS Tricks CSS Grid Web UI Positioning in CSS CSS Best Practices
Rohit Gawanderohit253.hashnode.dev·Nov 16, 2024Chapter 7: Mastering CSS Selectors and Advanced Styling Techniques1. Introduction Overview of CSS Selectors CSS selectors are the foundation of styling web pages. They allow developers to target specific HTML elements for styling, ensuring precision and efficiency in web development. Selectors range from simple one...Discuss·33 readsFull Stack Javascript#CSS #FrontendDevelopment #WebDesign #WebDevelopment #HTMLandCSS #Selectors #PseudoClasses #PseudoElements #Coding #Programming #ResponsiveDesign #Combinators #CSSBasics #AdvancedCSS #LearningJourney
Rohit Gawanderohit253.hashnode.dev·Nov 15, 2024Chapter 6: Full Stack JavaScript Bootcamp Revision Class – Mastering CSS FundamentalsTable of Contents Introduction to CSS What is CSS? Importance of CSS in Web Development Overview of CSS Integration Methods Three Ways to Link CSS Inline CSS Internal CSS External CSS Priority of CSS Methods How CSS Works Selectors De...DiscussFull Stack Javascript#CSS, #AdvancedCSS, #WebDesign, #ButtonStyling, #LinkStates, #Hover, #Focus, #WebDevelopment, #FrontEndDevelopment, #FullStackJavaScript, #JavaScriptBootCamp, #WebDesignTricks, #UXDesign, #ResponsiveDesign, #CSSStates, #LearnCSS
Shivam Goswamishivamgoswami5123.hashnode.dev·Nov 10, 2024🚦 Essential HTTP Status Codes You Should Know 🚦On Day 4 of My DevOps Journey 🚀 A video just dropped on my YouTube feed about HTTP Status Codes 📺. Out of sheer curiosity 🤔, I watched it and found it super interesting! As a developer, you constantly encounter these status codes when making reque...DiscussDevToDevOpsDevops articles
Tilak Singhdeveloperdotcom.hashnode.dev·Oct 20, 2024Access Tokens and Refresh Tokens: A Quick GuideIn modern web and mobile apps, user authentication is critical. Two key components that help manage secure authentication are access tokens and refresh tokens. Here's a brief overview of what they are and how they work. What is an Access Token? An ac...DiscussWeb Development
hackthichackthic.hashnode.dev·Oct 3, 2024This is the first day of the backend Development learning: Advanced JavaScriptThese are the 13 important topics to learn before revising the backend in MERN Core JavaScript Concepts Functions Asynchronous Programming Object-Oriented Programming (OOP) Event Loop and Concurrency Model Working with APIs Modules File Syste...Discusschai aur javascript
Shiva Nagendra Babu Koreshivanagendrababu.hashnode.dev·Sep 30, 2024🧑💻 Step-by-Step Guide for React Native Beginners: From Setup to Running Your First App! 🚀 @chai aur code1️⃣ Installing React Native Run the following command: npx react-native init Awesome01 ⚠️ Note: The init command is deprecated; you'll see a message advising to use npx @react-native-community/cli init after Dec 30, 2024. 2️⃣ Setting Up Andro...Discuss·1 like@hiteshchoudharylco
Rohit Gawanderohit253.hashnode.dev·Sep 19, 2024Chapter 5: Advanced CSS (Part 2) - Pseudo-Selectors, Hover Effects, and CSS StatesWelcome to the fifth chapter of the "Full Stack JavaScript BootCamp" series! In the previous chapter, we explored CSS fundamentals such as selectors and pseudo-selectors (:before and :after). Today, we’ll dive deeper into pseudo-selectors, hover stat...DiscussFull Stack Javascriptpsudo selector
nikhil kumarnikhilshaw.hashnode.dev·Sep 4, 2024Journey of Mastering REACT Through VITEIn the third video of the 'Chai aur Code' React series, I picked up some interesting concepts. Firstly, React isn't just limited to the core library; it extends into two more domains with React DOM and React Native. The script tag plays a pivotal rol...Discuss·1 likeReact
Danish Khandanishkh.hashnode.dev·Sep 4, 2024Rewrite React Native AppAll thanks to Hitesh Choudhary Sir for this wonderful content. In this article, we will start with the basics of react-native. Views are similar to div. Text: It is used to write texts and strings. SafeAreaView: It is used to avoid the notch. Wrap...Discuss·1 likeReact Native