codedamn Profile picture
Learn to code interactively. Complete challenges and build projects - without leaving your browser. Click the link below and start now 👨‍💻
Kamrul Hasan Raza👑🚀 Profile picture prithvi Profile picture 2 subscribed
Apr 5, 2023 13 tweets 6 min read
From Beginner to Pro.

Everything without leaving your browser.

A Comprehensive Guide to become Frontend Developer: 1. Learn HTML & CSS.

➣ Create accessible & SEO-friendly content, and customize websites to suit your vision.

🔗 codedamn.com/learn/html-css Image
Apr 3, 2023 11 tweets 4 min read
Why Learn Web Development?

Top 5 Reasons to Start Your Coding Journey with codedamn: 1. High Demand for Web Developers in 2023:

➤ As the digital world keeps growing, there is more demand than ever for skilled web developers.

➤ By learning web development, you're opening doors to numerous job opportunities across various industries.'
Mar 29, 2023 14 tweets 3 min read
Mastering Modern JavaScript:

ES6, ES7 and Beyond [Part 2]: Here's Part 1:
Mar 28, 2023 23 tweets 5 min read
Mastering Modern JavaScript:

ES6, ES7 and Beyond [Part 1]: Introduction to Modern JavaScript: ES6, ES7 and Beyond
Mar 27, 2023 31 tweets 5 min read
A Guide to Debugging JavaScript in Browsers: Welcome to this beginner-friendly guide on debugging JavaScript in browsers!

As a developer, you'll likely encounter issues in your code at some point, and it's important to know how to effectively debug these problems.
Mar 25, 2023 16 tweets 3 min read
Top 100 JavaScript Interview Questions and Answers in 2023:

Thread [Part 4]: Here's part 1 of this JS Interview Questions threads series:

Mar 23, 2023 9 tweets 2 min read
7 Steps to Become a Pro Web Developer.

From Zero to Hero: 1. Learn the basics:

Start by learning the fundamentals of web development, including:

- HTML, CSS, and JavaScript.

These are the building blocks of web development and will serve as the foundation for more advanced skills.
Mar 16, 2023 19 tweets 4 min read
Top 100 JavaScript Interview Questions and Answers in 2023:

Thread [Part 3]: Here's part 1 of this JS Interview Questions threads series:

Mar 14, 2023 14 tweets 2 min read
Top 100 JavaScript Interview Questions and Answers in 2023:

Thread [Part 2]: Here's part 1 of this JS Interview Questions threads series:

Mar 13, 2023 8 tweets 4 min read
Master React for Free.

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.

🔗 codedamn.com/project/bird-a…
Mar 9, 2023 26 tweets 4 min read
Event Handlers in JavaScript.

A Beginner’s Guide.

Thread: Hey there, fellow coders!

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.
Feb 27, 2023 20 tweets 5 min read
HTML Text Formatting Made Easy.

A Beginner's Guide📕

Thread: what will be covered:

1. <b>
2. <strong>
3. <b> VS <strong>
4. <i>
5. <em>
6. <i> VS <em>
7. <small>
8. <big>
9. <del>
10. <ins>
11. <mark>
12. <sub>
13. <sup>
Oct 7, 2022 18 tweets 3 min read
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:

→HTML
→CSS
→Sass
→JavaScript/TypeScript
→DOM Manipulation
Oct 7, 2022 4 tweets 2 min read
✨Contribute a Project✨ this #Hacktoberfest

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.