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
Today it looks like Udemy is again discounted to ₹455/ $14.99 for some Courses. Maybe it coincides with today's 11.11 event, so there will be a discount class. One of the recommended classes at this event is the newly released class from Maximillian and Academind, with very complete material, more complete than Bootcamp. This class is named "100 Days Of Code - Web Development Bootcamp [2022]" The Udemy class mentors that I think are recommended and worth checking their classes are:

1. Maximilian Schwarzmüller
2. Colt Steele
3. Angela Yu
4. Jonas Schmedtmann
5. Stephen Grider
6. Brad Traversy
7. The Net Ninja (Shaun Pelling)
8. Andrei Neagoie
9. Andrew Mead

#course #udemy #Discount
A service from Digital Ocean that provides NGINX configuration cheatsheets for servers that can be used

https://www.digitalocean.com/community/tools/nginx

---

Added rate limiting feature to NGINX service

https://dev.to/rhuaridh/rate-limit-specific-urls-using-nginx-1lni

#nginx #digitalocean #cheatsheet
List of best tips and tricks for backend Node JS developers
https://medium.com/dhiwise/10-best-practices-every-node-js-developer-must-follow-32072950a5ac

——

Simple exercise building admin panel with Node JS
https://medium.com/forest-admin/how-to-build-a-node-js-admin-panel-5d53573b644b

—-

Simple exercise to create data upload function to Node JS backend with Multer

https://javascript.plainenglish.io/uploading-files-in-node-js-using-multer-754526aa6817

#nodejs #multer #admin #template
Forwarded from Cyber Punk
🔥 How To Download Youtube Videos Without External Tools Or Extensions 🔥

Open Developer Tools in the browser and go to Network tool, or if you’re on Firefox press Ctrl + Shift + Q .

Click Media in the Network tool so that you’ll see only the HTTP requests made to media files, like audio and video files.

Browse to a YouTube video you want to download. You’ll start seeing the requests made by the YouTube page to the audio & video files in the Network tool.

Hover the cursor over the Type column of each request in the tool and look at the media type:

If you want the audio, look for “audio/mp4”.

If you want the video, then look for “video/mp4”.

Note: If you’re using a browser that doesn’t segeregate requests (like IE) or doesn’t list the requests made to the audio & video files in YouTube under “Media” (like Chrome), just search the term “audio” or “video” in the search bar in the Network tool.

Once you found a request with the wanted media type (it’ll be of the googlevideo.com domain), click on it, and copy the full URL from where it appears.

Paste the URL in the address bar, remove the range parameter in the query string and press Enter .

The video or audio will open, right-click on the page and select “Save As” to save the file.

If you want both the video and the audio, look for both with the steps above and put them together using any default media editor you have in your computer. It’s actually pretty easy and quick to do so (even with programs like the outmoded Windows Movie Maker).

Enjoy 👍❤️
Practice using Firebase version 9 on React JS for Authentication and CRUD systems

https://www.freecodecamp.org/news/react-firebase-authentication-and-crud-operations/

---

Tips for using iframes in React JS
https://blog.logrocket.com/best-practices-react-iframes/

---

Creating AR VR apps with the ViroReact library
https://blog.logrocket.com/how-to-build-ar-vr-app-viroreact/

#firebase #react #iframe #vr #ar
Introducing Bree, a library to easily create Job Scheduler in Node JS

https://jobscheduler.net/#/

—-

Basic techniques about Job Scheduler in Express JS
https://medium.com/nonstopio/job-scheduling-in-node-js-6aefec168f06

#bree #job #scheduler
Google Chrome Dev Tools release notes version 96

https://youtu.be/3CXbhnaFNEw

#chrome #devtools #release
Vuestic UI, component library for Vue JS 3

https://github.com/epicmaxco/vuestic-ui

#vue #library #component