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
330 React Interview Questions 🔥

https://dev.to/aviyel/300-react-interview-questions-4dag

#javascript#react#webdev
Building calculator apps with React JS, to understand how React based apps work

https://youtu.be/DgRrrOt0Vr8

---

Using question mark operator (?) or Ternary Operator in React JS

https://dev.to/ziratsu/the-ternary-operator-with-react-3b9c

---

#react #webdevsimplified #ternary #calculator
Introducing SVG Code, a tool from Chrome Developer that can be used to convert images to Rasterized SVG format

https://web.dev/svgcode/

#svg #webdev #converter
Introduction to Nuxt Modules and implementation examples

https://dev.to/baroshem/introduction-to-nuxt-modules-21a1

#nuxt #module
Sample project based on React JS and MERN Stack to create an invoice application

https://dev.to/panshak/i-created-a-full-stack-invoicing-application-using-the-mern-stack-27mp

---

A series of exercises to make a WhatsApp clone application with Next JS

https://javascript.plainenglish.io/create-whatsapp-clone-with-next-js-part-6-sidebar-searchbar-a5d500767dd6

---

#mern #nodejs #clone
Series practice building a CRUD REST API with Node JS, Express, and Hoppscotch API Testing

https://dev.to/unclebigbay/creating-your-first-crud-restful-api-with-nodejs-and-hoppscotch-4lc7

#crud #nodejs #hoppscotch #restapi
Project framework or boilerplate for Node JS Express based projects and MongoDb databases, complete with Swagger and Docker containers

https://giuseppealbrizio.medium.com/future-proof-node-js-express-boilerplate-2cd4a2efc24f

#nodejs #boilerplate
Forwarded from Learn JavaScript
Udemy Black Fiday Sale until Nov.26


References to some good instructors for learning all-Node JS and JavaScript web development can be seen below:

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
Which Programming Language to learn
Based on Your Career Goals
Forwarded from Cyber Punk
Finding Any Ebook Using Index Search (Hidden Trick)

Basically use this in google (ugh, gonna get some hate for saying that ain’t I?)

-inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +"BookName"

Replace BookName with the title of the ebook, you’ll find FTP servers hosting said file, should get a hit in the first site or two.

EXAMPLE:

-inurl:htm -inurl:html intitle:“index of” +("/ebooks"|"/book") +(chm|pdf|zip) +" *Scary stories* "

You get any format or file by changing ‘‘epub’’ to mobi, pdf, and all other extensions that available for book, See below, replace the * epub * with extension you need.

-inurl:htm -inurl:html intitle:“index of” +("/ebooks"|"/book") +(chm|pdf|zip| *epub* ) +"Scary stories"

#Collected