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
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
Adding Authentication system in Vue JS with the help of the library from AWS Amplify

https://youtu.be/xPqc5FtR4QI

---

Storyblock now supports Vue JS 3 and Nuxt JS 3

https://www.storyblok.com/mp/storyblok-meets-vue3-nuxt3

#aws #amplify #vue #auth #programmingWithErik #storyblok
Using the Web Storage API to temporarily store data in the browser

https://dev.to/j471n/how-to-use-web-storage-api-3o28

---

Displaying JavaScript Objects in the browser console

https://javascript.plainenglish.io/how-to-display-a-javascript-object-in-the-browser-console-e13355e19a89

---

Getting the last element from inside a JavaScript data Array

https://javascript.plainenglish.io/how-to-get-the-last-item-in-an-array-e001eca9f5c3

---

Example of use case Array slice in JavaScript

https://betterprogramming.pub/5-use-cases-for-slice-in-javascript-13462f2e177f

---

#storage #array #object #console
Creating shortened URL extender web application with Node JS

https://dev.to/0shuvo0/lets-create-a-url-expander-with-nodejs-963

---

Introduction to reactive programming in Node JS

https://dev.to/logrocket/exploring-reactive-programming-with-nodejs-1gbj

---

Comparison of some Node JS frameworks that developers often use

https://blog.logrocket.com/comparing-top-node-js-frameworks-frontend-developers/

#nodejs #expander #url #reactive
A simple exercise to create a Toast o Notification view with Tailwind CSS and react

https://dev.to/franciscomendes10866/how-to-create-a-notificationtoast-using-react-and-tailwind-545o

#toast #tailwind
Getting to know the "this" function and Object in Javascript

https://dev.to/vinoo/deeper-into-this-in-javascript-4lil

#this
Build a backend application based on Nest TS , TypeScript and PostgreSQL

https://itnext.io/full-stack-with-ts-nest-postgres-e684b464dbc5

——

Example of JSON Web Token implementation on Nest JS

https://webera.blog/how-to-implement-refresh-tokens-jwt-in-nestjs-b8093c5642a9

—-

Using Prism ORM to connect to MySQL database in Node JS

https://medium.com/@tericcabrel/using-prisma-orm-to-build-a-node-js-application-with-mysql-ac9a7690bae8

—-

Creating multiple connections to the database on Node JS and MongoDb

https://ho3einmolavi.medium.com/multiple-databases-and-connections-in-nodejs-and-mongodb-f1c991468dd5

—-

A simple example of modifying a running Node JS server action with the help of Chrome Developer Protocol or CDP

https://levelup.gitconnected.com/nodejs-modify-running-server-behaviour-from-outside-445cee1f02b7

—-

#nodejs #nest #express #database #connection #cdp #prisma