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 Part-2

The 10 Tactics of Lifelong Genius

• The Tight Bubble of Total Focus: preserves your focus as well as your primal brilliance by giving you long stretches of time free from trivial fascinations and any influences that dissolve your inspiration.
The 90/90/1 Rule: For 90 days spend 90 minutes of a workday on a single task.
The 60/10 method: 60 minutes work - 10-minute break.
The Five Daily Concepts: During the second pocket of your Victory Hour, list the five tiny targets you wish to accomplish over the day ahead for you to feel it was one well-spent.
The Second-Wind Workout: schedule a second workout at the end of your workday to give you a second wind for a great evening.
The Two Massage Protocols: Lock two ninety-minute massages onto your weekly schedule.
Traffic University: Use the traveling time to learn, expanding your professional prowess and personal knowledge.
The Dream Team Technique: Delegate tasks that not only are a poor use of your hours but also diminish your happiness. Ideally, restructure your entire life so you’re doing only the things you’re great at—and love to do.
The Weekly Design System: Carve out and then ritualize thirty minutes early each Sunday morning to create your “Blueprint for a Beautiful Week.”
The 60-Minute Student: For at least sixty minutes a day, study. Do whatever it takes to fireproof your commitment to relentless growth.

Twin Cycles of Elite Performance

The Five Assets of Genious are your mental focus, your physical energy, your personal willpower, your original talent, and your daily time.
The balance should be maintained between High Excellence Cycles (the time when you work) and Deep Refueling Cycle (when you take rest).
THE LEGENDARY PERFORMANCE EQUATION:
PRESSURE × REFUELING = GROWTH + ENDURANCE
Remember this: The time you least feel like doing something is the best time to do it.


The Billionaire’s Maxim

• To Create Magic in the World, Own the Magic within Yourself.
• Collect Miraculous Experiences over Material Things.
Failure Inflates Fearlessness.
• Proper Use of Your Primal Power Creates Your Personal Utopia.
Avoid Bad People.
Money Is the Fruit of Generosity, Not Scarcity.
Optimal Health Maximizes Your Power to Produce Magic.
• Continue Raising Your Life Standards Toward Absolute World-Class.
• Deep Love Yields Unconquerable Joy.
Heaven on Earth Is a State, Not a Place.
• Tomorrow Is a Bonus
, Not a Right.
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