Useful Sites
Top 8 Tools to Remove Any Video Background π
β unscreen.com
β remove.bg
β descript.com
β veed.io
β media.io
β cutout.pro
β app.avclabs.com
β kapwing.com
@javascript_resources
Top 8 Tools to Remove Any Video Background π
β unscreen.com
β remove.bg
β descript.com
β veed.io
β media.io
β cutout.pro
β app.avclabs.com
β kapwing.com
@javascript_resources
π₯1
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
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
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
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: 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.
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 ]
β©
[ 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
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
β 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
β What is SPA? How does it work?
β When may an SPA run slower?
β What is SSR?
ββ Does React support SSR?
ββ What is SSG?
ββ Key differences between SSR and SSG.
ββ What is RSC (React Server Components)?
ββ How does an RSC work?
β When may an SPA run slower?
β What is SSR?
ββ Does React support SSR?
ββ What is SSG?
ββ Key differences between SSR and SSG.
ββ What is RSC (React Server Components)?
ββ How does an RSC work?
π₯1
β JSX
β What is JSX?
β Can a JSX code directly run on a browser?
β What do we need to convert JSX code to plain-JS code?
β Is "import React from react" necessary? If yes, when?
β Write a sample JSX code and convert it to its equivalent JavaScript.
β What is JSX?
β Can a JSX code directly run on a browser?
β What do we need to convert JSX code to plain-JS code?
β Is "import React from react" necessary? If yes, when?
β Write a sample JSX code and convert it to its equivalent JavaScript.
π₯1