Here are 5 Projects to build:
1. Bird App Social Media
- A working social media app like Twitter based on localStorage, React and JavaScript.
- In this project, you're supposed to build a fully functional basic social media website.
1. Have you ever wanted to bring your website to life? 2. To make it dynamic and interactive?
Well, that’s where event handlers in JavaScript come into play.
Mar 8, 2023 • 10 tweets • 3 min read
Become a Pro Coder.
AI-Enhanced Code Editor in Your Browser.
Maximize your productivity by using these features while coding.
Thread:
1. Readable
- Make this code more readable. Document this, maybe fix typos, clean variable or function names and make it tidy.
Mar 7, 2023 • 18 tweets • 4 min read
How to Write JavaScript in HTML?
All possible ways:
- JavaScript is a versatile and widely-used programming language that can be used for a variety of purposes, including web development.
- When it comes to developing web pages, HTML and JavaScript are two essential components.
Mar 4, 2023 • 14 tweets • 3 min read
Top 25 JavaScript Interview Questions and Answers in 2023.
Thread:
Q1. What are first-class functions?
In some programming languages, there is a concept of first-class functions. First-class functions are those treated like ordinary variables.
Mar 3, 2023 • 8 tweets • 3 min read
ChatGPT is phenomenal.
I built this website in 5 Minutes using ChatGPT.
Here's a glimpse:
First prompt: It gives us HTML & CSS Code for our website.
Mar 2, 2023 • 13 tweets • 2 min read
How to learn programming in 2023:
1/ Identify what drives you:
• Identify your motivations for wanting to learn a programming language.
• It will help you to maintain your focus and motivation throughout the learning process if you can identify your motivation.
HTML, CSS, and JavaScript are basic coding skills but what are some skills that make you stand out? 🤔
1. Basic Coding Skills
Frontend Developers must have basic skills that can build highly functional and secure websites. there are some techs that every Fronted Developer must know:
Share your project with the rest of the world. Create/modify your project into a mini course by adding challenges and instructions and share it with us!
Instructions are super simple ⬇️
-> Build an exciting project on your own or choose an existing projects you have already built.
-> Break your project into multiple steps & write the challenges & instructions for each of them, following the guide.
-> Create a pull request on our codedamn projects repo
Oct 7, 2022 • 21 tweets • 4 min read
Free websites for hosting Node.js 💸
📌 thread..
1. Railway
A full-fledged deployment platform that aims to streamline the deployment process by eliminating common developer hurdles.
The free starter plan comes with the following key features:
➡️ 512 MB Ram and shared CPU
➡️ 1 GB Disk
➡️ $5 or 500 hours of usage
Oct 6, 2022 • 9 tweets • 3 min read
Common reactjs mistakes to avoid:
📌 thread..
1. Not creating enough components
A common mistake that React developers make is that they don’t create enough components. It is much better to create smaller components with each of them performing a single function. Helps a lot in saving time during debugging.