Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books
3.99K subscribers
878 photos
11 videos
995 files
354 links
One place for the latest in JavaScript, Python, Django, React, and more. Get top-notch tutorials, tips, and downloadable resources. Join us to elevate your tech skills!
Download Telegram
FREE Hosting platforms for your websites πŸ”₯

🌐Netlify
🌐Render
🌐Github pages
🌐Firebase Hosting
🌐Vercel
🌐Cyclic .sh
🌐Appwrite
🌐Supabase
🌐InfinityFree
πŸ‘3πŸ”₯1
Sometimes, the best response in a tech debate is silence.

Knowing when to speak and when to listen is a skill.

#techtip
@javascript_resources
Web Development Roadmap πŸ—ƒοΈ

πŸ“Œ HTML
πŸ™‚ CSS
πŸ‘‘ JavaScript
πŸ“š Git-GitHub
β˜€οΈ React-Vue
πŸ“’ Npm-Yarn-BUN
πŸ’» Redux-Zustand
πŸ’° Tailwind CSS
🚦 Sass
πŸ”₯ StyledComponents
⚑️ Typescript
🀯 MongoDB-Firebase
🌎 Next.js
πŸ‘4❀1πŸ”₯1
The 10 best JS framework & libraries in 2024:

βš›οΈ React
➑️ Next.js
✌️ Vue.js
πŸ…°οΈ Angular
🟒 Node.js
πŸš— Svelte
πŸͺ†NestJS
πŸ”° NuxtJS
πŸͺ„ Gatsby
✨ Astro
πŸ”₯1
To all web development newbies:

It's okay to be scared and feel like an imposter in the beginning.

Learn step by step and ask for help. Hard work will pay off! ✨

#motivation
@javascript_resources
πŸ‘7
A sure way to start your cybersecurity journey as a beginner

To understand the basics, this should be your approach

Study
CompTIA A+, Network+ & Security+
Cisco introductory courses

Don't be all over the place.

#cybersecurity
@javascript_resources
πŸ‘1😁1
The way to learn HTML is a sprint.

But the journey to learn Javascript is marathon.πŸƒβ€β™€οΈ

#motivation
@javascript_resources
πŸ‘1πŸ”₯1
Perspective is everything.

discomfort β€”β€”β€”> growth
problems β€”β€”β€”> challenges
rejection β€”β€”β€”> redirection
triggers β€”β€”β€”> reveal wounds
darkness β€”β€”β€”> reveals light
failures β€”β€”β€”> lessons

#motivation
πŸ”₯4πŸ‘2
Here’s how you can build image carousel using two CSS properties.

1. scroll-snap-type

This CSS property is used to control the behavior of scrolling alignment within a container.
In this case, it's set to x mandatory, which means:

β€’ x: Refers to the horizontal axis. This property is specific to horizontal scrolling.
β€’ mandatory: Indicates that the scrolling will always snap to the nearest snap point.

2. scroll-snap-align: start;

This CSS property defines how an element should be aligned during a scroll operation. In this case, it ensures that each image starts at the beginning of the carousel.
πŸ‘2