Programming Courses | Courses | archita phukan | Love Babbar | Coding Ninja | Durgasoft | ChatGPT prompt AI Prompt
3.3K subscribers
636 photos
15 videos
1 file
144 links
Programming
Coding
AI Websites

πŸ“‘Network of #TheStarkArmyΒ©

πŸ“ŒShop : https://t.me/TheStarkArmyShop/25

☎️ Paid Ads : @ReachtoStarkBot

Ads policy : https://bit.ly/2BxoT2O
Download Telegram
A brief introduction to object oriented programming OOP in Javascript programming language in a practical way with simple examples

@CodingCoursePro
Shared with Loveβž•
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”° Custom Scrollbar in CSS

@CodingCoursePro
Shared with Loveβž•
Please open Telegram to view this post
VIEW IN TELEGRAM
Web Development Beginner Roadmap πŸŒπŸ’»

πŸ“‚ Start Here
βˆŸπŸ“‚ Understand How the Web Works (Client-Server, HTTP)
βˆŸπŸ“‚ Set Up Code Editor (VS Code) & Browser DevTools

πŸ“‚ Front-End Basics
βˆŸπŸ“‚ HTML: Structure of Webpages
βˆŸπŸ“‚ CSS: Styling & Layouts
βˆŸπŸ“‚ JavaScript: Interactivity

πŸ“‚ Advanced Front-End
βˆŸπŸ“‚ Responsive Design (Media Queries, Flexbox, Grid)
βˆŸπŸ“‚ CSS Frameworks (Bootstrap, Tailwind CSS)
βˆŸπŸ“‚ JavaScript Libraries (jQuery basics)

πŸ“‚ Version Control
βˆŸπŸ“‚ Git & GitHub Basics

πŸ“‚ Back-End Basics
βˆŸπŸ“‚ Understanding Servers & Databases
βˆŸπŸ“‚ Learn a Back-End Language (Node.js/Express, Python/Django, PHP)
βˆŸπŸ“‚ RESTful APIs & CRUD Operations

πŸ“‚ Databases
βˆŸπŸ“‚ SQL Basics (MySQL, PostgreSQL)
βˆŸπŸ“‚ NoSQL Basics (MongoDB)

πŸ“‚ Full-Stack Development
βˆŸπŸ“‚ Connect Front-End & Back-End
βˆŸπŸ“‚ Authentication & Authorization Basics

πŸ“‚ Deployment & Hosting
βˆŸπŸ“‚ Hosting Websites (Netlify, Vercel, Heroku)
βˆŸπŸ“‚ Domain & SSL Basics

πŸ“‚ Practice Projects
βˆŸπŸ“Œ Personal Portfolio Website
βˆŸπŸ“Œ Blog Platform
βˆŸπŸ“Œ Simple E-commerce Site

πŸ“‚ βœ… Next Steps
βˆŸπŸ“‚ Learn Frameworks (React, Angular, Vue)
βˆŸπŸ“‚ Explore DevOps Basics
βˆŸπŸ“‚ Build Real-World Projects

React "❀️" for more!
@CodingCoursePro
Shared with Loveβž•
Please open Telegram to view this post
VIEW IN TELEGRAM
❀6πŸ”₯2
πŸ”° Javascript shorthands

@CodingCoursePro
Shared with Loveβž•
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”° CSS Select and element's parent

For a long time, in CSS land, developers were longing for a feature that allowed to select the parent of a particular element.

In this example, we have two .parent elements but with different children. With the :has() pseudo selector, we can select the parent of a particular child. With this we can apply some styling only to that particular parent.

This opens up a lot of possibilities such as

✨ Style a list when a particular element is hovered
✨ Style a card depending on whether or not it has an image
✨ Style a header depending on whether or not it has an hyperlink

The possibilities are endless πŸ”₯
@CodingCoursePro
Shared with Loveβž•
Please open Telegram to view this post
VIEW IN TELEGRAM