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
Javascript and Node JS are now the main choice in developing web applications and their derivatives such as mobile apps and desktops.

https://javascript.plainenglish.io/javascript-the-best-choice-for-business-software-development-in-2021-d7c1c2391a7e

---

Practice building a REST API with Node JS, Express JS, and MongoDb

https://javascript.plainenglish.io/how-to-make-rest-api-with-node-js-express-and-mongodb-dfce5e70e830

—-

Creating export functions and data manipulation in Node JS with Stream API

https://medium.com/nerd-for-tech/transform-export-bulk-database-response-without-memory-overflow-using-mongodb-node-js-streams-bcbb3415dd9c

—-

Tips to be a good Node JS backend app developer

https://medium.com/build-a-dev/5-steps-to-becoming-a-backend-developer-with-node-js-96fd1e9f458e

#nodejs #stream #restapi‌‌
Create Next JS applications using a tool called Nx

https://blog.nrwl.io/create-a-next-js-web-app-with-nx-bcf2ab54613

—-

Some library references for reading PDF documents in React JS

https://blog.bitsrc.io/top-react-pdf-libraries-in-2021-d0cfbeccdbf8

—-

Deploy Next JS application with the help of Nx Tools

https://blog.nrwl.io/painlessly-build-and-deploy-next-js-apps-with-nx-225e2721da78


#react #nx #nextjs #pdf‌‌
Which of the following is a server-side Java Script object?
Anonymous Quiz
28%
Function
26%
File
34%
FileUpload
13%
Date
A long and exhaustive exercise from JavaScript Mastery on creating portfolio pages with Next JS

https://youtu.be/OPaLnMw2i_0

---

Practice using React JS with Weather App weather app case examples

https://www.freecodecamp.org/news/learn-react-by-building-a-weather-app/

---

Some of the advantages of the MERN Stack and the like, which can be used as the main stack in application development

https://javascript.plainenglish.io/why-using-the-mern-stack-is-a-popular-start-up-app-idea-87a4a0e8ebbf

#javascriptMastery #nextjs #portfolio #react #mern‌‌
Very important Tips and tricks from Fireship about using the Visual Studio Code / Codium text editor

https://youtu.be/ifTF3ags0XI

---

Using the Remote Repository extension to unlock code from the Github Repository without the need to clone the project.

https://www.freecodecamp.org/news/you-can-now-edit-anything-on-github-in-vs-code-without-cloning/

#fireship #vscode #codium #tips #trick #github‌‌
Creating an item purchase checkout Page with the stripe.js,Vue.js and express

https://youtu.be/NqGEMYz89HY

---

Simple Stripe Payment integration on Node JS

https://javascript.plainenglish.io/stripe-integration-with-node-js-6adb8cbc81f7

#stripe #payment #nodejs #express
Next JS version 11 has been released, here's a preview and an example of its use from the Codedamn channel

https://youtu.be/tQ46U1v9GVI

---

Release notes for Next JS 11 from the Vercel blog

https://nextjs.org/blog/next-11

---

#nextjs #react #codedamn #release‌‌
The Complete Guide to Build a Full Blown Multilanguage Website with Next.js

https://www.storyblok.com/tp/next-js-react-guide

Introducing Plasmic, the visual page builder for Next.js

https://medium.com/plasmic-app/introducing-plasmic-the-visual-page-builder-for-next-js-4b1cf4b4e6e8

#react #nextjs #plasmic #storyblock
20 free JavaScript e-books:

🧵👇🏻

1. Human JavaScript:

Practical patterns for simple but powerful javascript apps.

http://read.humanjavascript.com/ch01-introduction.html


2. JavaScript Succinctly:

JavaScript Succinctly was written to give readers an accurate, concise examination of JavaScript objects and their supporting nuances.

https://www.syncfusion.com/succinctly-free-ebooks/javascript

3. Dive Into HTML5:

A community ebook to discover HTML5 best practices and experiment with Javascript.

http://diveintohtml5.net/

4. TypeScript Succinctly:

With TypeScript Succinctly, you will learn how TS provides optional static typing & classes to JavaScript development, how to create and load modules, how to work with existing JavaScript libraries through ambient declarations.

https://www.syncfusion.com/succinctly-free-ebooks/typescript

5. CoffeeScript Cookbook:

CoffeeScript recipes for the community by the community.

https://coffeescript-cookbook.github.io/

6. Writing Modular JavaScript:

In this article, we're going to look at three formats for writing modular JavaScript.

https://addyosmani.com/writing-modular-js/

7. JavaScript For Cats:

An in-browser interactive introductory programming text designed for cats. Humans are probably also capable of following along.

http://jsforcats.com/

8. Exploring ES2016 and ES2017:

“Exploring ES2016 and ES2017” is a living book. Much content is still to come! Buy it to stay up to date on what is in ECMAScript 2016 and 2017.

https://exploringjs.com/es2016-es2017.html

9. The JavaScript Way:

A gentle introduction to an essential language.

https://github.com/thejsway/thejsway

10. Learning JavaScript Design Patterns:

In this book we will explore applying both classical and modern design patterns to the JavaScript programming language.

https://addyosmani.com/resources/essentialjsdesignpatterns/book/

11. Speaking JavaScript:

Like it or not, JavaScript is everywhere these days—from browser to server to mobile—and now you, too, need to learn the language or dive deeper.

http://speakingjs.com/es5/

12. Stream handbook:

This ebook covers the basics of how to write node.js programs with streams.

https://github.com/substack/stream-handbook

13. JavaScript Guide:

JavaScript is a cross-platform, object-based scripting language. This guide explains everything you need to know about using JavaScript.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction

14. Eloquent JavaScript:

A book providing an introduction to the JavaScript language and programming in general.

https://eloquentjavascript.net/

15. JavaScript Challenges:

A book to challenge your knowledge about the most obscure parts of Javascript. Learn with us and don't be afraid again of Javascript.

https://github.com/tcorral/javascript-challenges-book

16. You Don't Know JS Yet (book series) - 2nd Edition:

A book series on JavaScript.

https://github.com/getify/You-Dont-Know-JS

17. JS Ten Minutes:

This guide is for anyone who knows some Javascript but would like a quick intro to its advanced features.

http://github.com/spencertipping/js-in-ten-minutes/blob/master/js-in-ten-minutes.pdf?raw=true

18. JS The Right Way:

An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.

http://jstherightway.org/

19. Single page apps in depth:

Learn the best practices for implementing single page web apps.

http://singlepageappbook.com/

20. D3 Tips and Tricks:

Over 430 pages of tips and tricks for using d3.js, one of the leading data visualization tools for the web.

https://leanpub.com/D3-Tips-and-Tricks/read

#Javascript #ebooks #free #resources #js
Are you new to Git / Github?

Here's a list of resources to help you get started:

🧵👇🏻

1. Code School's Try Git:

If you'd like to better understand Git, one of the technologys that makes GitHub possible, this is a great place to start. No GitHub account required.

https://docs.github.com/en/github/getting-started-with-github/quickstart/set-up-git

2. Git-it:

A workshopper for learning Git and GitHub.

https://github.com/jlord/git-it

3. On-Demand GitHub Training:

Self-paced, interactive projects created and maintained by GitHub's own Training team.

https://lab.github.com/

4. Bingo Board:

Play bingo 💥 by sending pull requests!

https://github.com/muan/bingo-board

5. Writing on GitHub:

GitHub's own guide to using GitHub for more than just software development.

https://docs.github.com/en/github/writing-on-github

6. GitHubGuides:

GitHub Training & Guides on YouTube.

https://youtube.com/c/GitHubGuides

7. GitHub Pages:

Websites for you and your projects. Hosted directly from your GitHub repository. Just edit, push, and your changes are live.

https://pages.github.com/

8. GitHub Government Community:

Information on joining GitHub's government community — a collaborative community for sharing best practices in furtherance of open source, open data, and open government efforts.

https://github.com/government/welcome

9. Classroom for GitHub:

Your course assignments on GitHub.

https://classroom.github.com/

10. GitHub Cheat Sheet:

A list of cool features of Git and GitHub.

https://github.com/tiimgreen/github-cheat-sheet


#Git #Github #resources


If people don't understand the difference between Git and GitHub, tell them to think about it as Porn and PornHub.😂😜
JavaScript Tip 💡

Use the property
valueAsNumber to get the numeric number from an input field through an event.

Here's an example in React

#Javascripttip #Reacttip