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
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
60+ React.js Interview Questions

[ For both Beginners & Experienced ]

👍1
Level: Beginner to Medium
Topics:
➊ Introduction
➋ JSX
➌ Virtual DOM
➍ Components
➎ States and Props
➏ Data Binding
➐ Component Rendering
➑ Introduction to Hooks
🔥1
➊ Introduction

➀ What is React?
➁ What are the latest features introduced recently?
➂ What are the core features of React?
➃ What are the advantages of using React?
➄ Where shouldn't we use React?
➅ What are different rendering techniques?
➆ Difference: CSR v/s SSR
🔥1