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
Free Platforms to Learn Coding 🔎

🌎 HTML -
https://html.com
🌈 CSS -
https://web.dev/learn/css
🧩 JavaScript -
https://javascript.info
🎟 React -
https://reactplay.io
🎫 Vue.js -
https://learnvue.co
🎯 Git -
https://git-scm.com/book/en/v2
🎮 Web3 -
https://learnweb3.io
⚓️ Python -
https://learnpython.org
🚦 SQL -
https://www.w3schools.com/sql
📀 BlockChain -
https://cryptozombies.io
💻 Nextjs -
https://nextjs.org/learn/foundations/about-nextjs
🧭 AI -
https://www.elementsofai.com
⚙️ ML -
https://www.freecodecamp.org/learn/machine-learning-with-python
PHP -
https://phptherightway.com
🧿 API -
https://rapidapi.com/learn
📍 GO -
https://learn-golang.org
✂️ Rust -
https://www.rust-lang.org/learn


Join
@coderblast for more ☑️

Share with your buddies 🤝
Use Next.js, Tailwind CSS, and MongoDB to Build a Ticketing Application

https://www.freecodecamp.org/news/use-next-js-tailwind-css-and-mongodb-to-build-a-ticketing-application/

---

Build an AI Chatbot with the MERN Stack

https://www.freecodecamp.org/news/build-an-ai-chatbot-with-the-mern-stack/

---

Full Stack Project Tutorial – Create a Recipe App Using React, Node.js and PostgreSQL

https://www.freecodecamp.org/news/full-stack-project-create-a-recipe-app-using-react-node-js/

---

How to Install Node.js on Ubuntu – Node Linux Installation Guide

https://www.freecodecamp.org/news/how-to-install-node-js-on-ubuntu/

---

8 components to become a React master

https://dev.to/github20k/8-components-to-become-a-react-master-2ee4

---

#react #nextjs #nodejs #tailwind
Let's dive into the world of React Development! 🚀

📝 Explore JSX and rendering

🏗️ Embrace Component-based development

⚙️ Master the art of Passing Props

🎯 Unlock the secrets of conditional rendering

🔄 Level up with State management using hooks

🎨 Elevate your styling game with CSS Modules

🌐 Dive into data fetching with useEffect

🔀 Navigate the world of Refs

🌌 Get a grasp on the virtual DOM

🪝 Craft your own Custom Hooks


Follow
@JavaScript_js_learn for more JavaScript content.
5 things to keep in mind to write better Git/Github commit messages.

1. Start with a verb (Add, Fix, Update) to indicate what the commit does.

Add 2FA for user authentication

2. Commit message should always be in the present tense to describe what the code does when applied.

Added, Updated, Fixed, Refactored

Add, Update, Fix, Refactor

3. Your commit message should describe what the commit does and why it is necessary.

Update styles

Update styles for the homepage

4. If applicable, refer to tickets or issues in your commit message.

Fixes #14: Resolve issue with form submission

5. Avoid using complicated technical terms in your commit message to make it understandable across the team.

Optimize CRUD operations with RESTful APIs using GraphQL

Improve data handling for better API performance

#git #github #commit

Join
@coderblast for more ☑️

Share with your buddies 🤝
Forwarded from Learn Web Development
8 free eBooks and websites to help you learn web development (for free):

1. The Magic of CSS

The content in this eBook is for all-level developers. Learn about layout, box-model, positioning etc. with sample code snippets.

adamschwartz.co/magic-of-css/

2. DOM Enlightenment

"DOM Enlightenment" is a free online book that explores DOM in-depth, providing a clear and detailed understanding of how it works.

domenlightenment.com

3. Eloquent JavaScript

Introduction to programming in JavaScript focuses on writing real-world websites.

eloquentjavascript.net

4. Pro Git book

Learn everything about Git with infographics.

git-scm.com/book/en/v2

5. SQL

SQL is one of the crucial skills for web development.

Down these well structured notes in PDF format for free.

goalkicker.com/SQLBook/

6. Law of UI and UX

Collection of best practices that developers and designers can consider when building user interfaces.

lawsofux.com

7. Learn CSS Grid

This guide was created as a resource to help you better understand and learn Grid.

learncssgrid.com

8. React

React Express is a free eBook/guide that covers the basics of React, including components, state, props, and more.

react.express

#Webdevelopment #JS #JavaScript #Html #Css #React

Follow
@learn_webdevelopment for Web development content