FREE Hosting platforms for your websites π₯
πNetlify
πRender
πGithub pages
πFirebase Hosting
πVercel
πCyclic .sh
πAppwrite
πSupabase
πInfinityFree
π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
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
π 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
βοΈ 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
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
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