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 🤝