Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
All info, tutorial, JS tips and more ....!
bio.link/javascript_js_
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @technical_stark
Download Telegram
The 5AM Club by Robin Sharma

Take excellent care of the front end of your day, and the rest of your day will pretty much take care of itself. Own your morning.” - ROBIN SHARMA

"When you feel like surrendering, continue.Triumph loves the relentless." - ROBIN SHARMA

“Elite producers and everyday heroes understand that what you do each day matters far more than what you do once in a while.” - ROBIN SHARMA

"All change is hard at first, messy in the middle and gorgeous at the end."
- ROBIN SHARMA

"To have the results The Top 5% of producers have, you must start doing what 95% of people are unwilling to do." - ROBIN SHARMA

“One of the most tragic things I know about human nature is that all of us tend to put off living. We are all dreaming of some magical rose garden over the horizon instead of enjoying the roses that are blooming outside our windows today.” - ROBIN SHARMA

“Trust—always—that life has your back—even if what’s unfolding makes no sense.” - ROBIN SHARMA

"Heaven on Earth Is a State, Not a Place." - ROBIN SHARMA
Flavio Copes' long and exhaustive exercise build a REST API backend with Node JS, Express JS and MongoDb

https://flaviocopes.com/rest-api-express-mongodb/

—-

Practice creating your own ORM for a Node JS project

https://blog.bitsrc.io/how-to-create-your-orm-in-nodejs-17f06e0feb2a

#nodejs #orm #flavioCopes #rest #api #express #mongodb
The sixth part of the exercise is learning Tailwind CSS with Unpas Web Programming, in the Pseudo Class and Dark Mode sections

https://youtu.be/LR5ewsc0y58

#wpu #tailwind #darkmode
Forwarded from Learn CSS
introducing the align items and align content properties in CSS Grid and Flexbox

https://youtu.be/WeUEqZQ7ADU

#css #flexbox #grid #align
Forwarded from Learn CSS
Freecodecamp has updated the classes and certifications for Responsive Web Design to be more up to date with current CSS and responsive web standards. Enroll course and certification for free here.

https://www.freecodecamp.org/news/responsive-web-design-certification-redesigned/

#css #freecodecamp #course
A review of some finalists for a JavaScript game contest that is only 13 Kb in size with Ania Kubow

https://youtu.be/UiYhTcqx_wk

#aniaKubow #js13k
'Fetch' is coming to nodejs 🎉

Bye bye node-fetch and axios! 👋
Whiskey Web and Whatnot: Discovering Ember, Adopting Orbit, and Unlocking Optimization with Chris Thoburn (runspired)

https://www.whiskeywebandwhatnot.fm/discovering-ember-adopting-orbit-and-unlocking-optimization-with-chris-thoburn-runspired/
Introduction and creation of Two Way data bindings in JavaScript, without using a framework, with Dcode channels

https://youtu.be/nRHbOOSTprk

#dcode #databinding
An introduction to PostCSS transpilers and how to use them

https://www.freecodecamp.org/news/what-is-postcss/

---

Introduction to ordered lists or ol tags in HTML and examples of usage

https://www.freecodecamp.org/news/ordered-list-in-html-ol-tag-example/

---

#postcss #orderedList #ol #freecodecamp
Tips from Brad Traversy on how to learn programming the right way

https://youtu.be/H_pBvUFPceA

#learning #traversyMedia
Google Chrome 98 release notes with some added new features in it

https://youtu.be/VLjOIiOt7Do

#chrome #release
Simple practice from Dev Ed on creating a simple Carousel slider in React and with Framer Motion

https://youtu.be/W0bEL93tt4k

#react #framer #devEd
Checking whether a variable is NaN or not with JavaScript

https://javascript.plainenglish.io/how-to-check-that-a-number-is-nan-in-javascript-792a276f1aee

---

See an example of using Abort Controller to cancel execution of setTimeout

https://www.bennadel.com/blog/4195-using-abortcontroller-to-debounce-settimeout-calls-in-javascript.htm

---

Several ways to pause command execution in JavaScript

https://stackabuse.com/javascript-how-to-sleepwaitdelay-code-execution/
---

Using private properties in JavaScript classes

https://davidwalsh.name/javascript-class-privates

---

Comparison of design pattern in using Switch with if else in JavaScript

https://javascript.plainenglish.io/switch-vs-if-else-7f7617bfe8cb

---

#nan #switch #ifelse #private #class #abort