codemarch Profile picture
Tech edu reimagined๐ŸŽ“ โ€ข Empowering through coding๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป, development & personal branding โ€ข Bridging the gap to dream jobs
4 subscribers
Jul 30 โ€ข 12 tweets โ€ข 3 min read
๐—๐—ฎ๐˜ƒ๐—ฎ๐—ฆ๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜ ๐—”๐—ฟ๐—ฟ๐—ฎ๐˜†๐˜€(๐—ฃ๐—ฎ๐—ฟ๐˜-๐Ÿฎ) Image ๐—”๐—ฐ๐—ฐ๐—ฒ๐˜€๐˜€๐—ถ๐—ป๐—ด ๐—”๐—ฟ๐—ฟ๐—ฎ๐˜† ๐—˜๐—น๐—ฒ๐—บ๐—ฒ๐—ป๐˜๐˜€.
The index number is used to access an array element:

๐™ฝอŸ๐š˜อŸ๐šอŸ๐šŽอŸ:อŸโ€‚อŸ๐™ฐอŸ๐š›อŸ๐š›อŸ๐šŠอŸ๐šขอŸโ€‚อŸ๐š’อŸ๐š—อŸ๐šอŸ๐šŽอŸ๐šกอŸ๐šŽอŸ๐šœอŸโ€‚อŸ๐šœอŸ๐šอŸ๐šŠอŸ๐š›อŸ๐šอŸโ€‚อŸ๐š อŸ๐š’อŸ๐šอŸ๐š‘อŸโ€‚อŸ๐ŸถอŸ.อŸ

[0] is the first element.
[1] is the second element.
[2] is the third element. Image
Jul 10 โ€ข 17 tweets โ€ข 4 min read
CSS Colors

Visually explained: Image Image
Jul 8 โ€ข 9 tweets โ€ข 2 min read
Free HTML/CSS Templates: Image Image
Jul 7 โ€ข 13 tweets โ€ข 2 min read
Learn HTML & CSS in 50 Days: Days 1-5: HTML Basics

โž” Introduction to HTML
โ€ข What is HTML?
โ€ข HTML Syntax
โ€ข Elements and Tags

โž” Basic HTML Structure
โ€ข Head, Body, Title
โ€ข Paragraphs, Headings

โž” Project:
โ€ข Simple Personal Bio Page
Jan 31 โ€ข 9 tweets โ€ข 2 min read
Learn React in 30 Days.

Complete Structure: Pre-Requisite:

Javascript Before React - Content Added. Image
Jan 4 โ€ข 12 tweets โ€ข 3 min read
Components in React.

Explained: Image Real-Life Example:

Imagine building a house ๐Ÿ .

Each room (kitchen, bedroom, bathroom) represents a component.

React components contain particular UI and behaviour, just as rooms have particular purposes and looks.

Let's explore these "rooms" in the world of React!
Jan 3 โ€ข 32 tweets โ€ข 4 min read
How to Master React in 2024.

Thread: 1. Setting the Stage:

โž” JavaScript ES6+:

โ€ข Understand arrow functions
โ€ข Destructuring
โ€ข spread/rest operator
โ€ข async/await

โž” Node & NPM:

Basic understanding and using Create React App (CRA).
Sep 1, 2023 โ€ข 10 tweets โ€ข 3 min read
JavaScript Roadmap 2023 (Part-1): Image Image
Aug 31, 2023 โ€ข 12 tweets โ€ข 3 min read
CSS Text & Box Model: Image Image
Aug 30, 2023 โ€ข 9 tweets โ€ข 2 min read
CSS Margins(Part-2): Image Image
Aug 29, 2023 โ€ข 9 tweets โ€ข 2 min read
CSS Margins: Image Image
Aug 22, 2023 โ€ข 11 tweets โ€ข 3 min read
CSS Backgrounds: Image Image
Jul 10, 2023 โ€ข 7 tweets โ€ข 2 min read
Youtube Channels to learn Frontend Development

Thread๐Ÿงต
May 26, 2023 โ€ข 10 tweets โ€ข 5 min read
Top websites to learn Java.

Thread๐Ÿงต 1. Oracle - Official Java Documentation

โ—ฆ Comprehensive Java guides
โ—ฆ Official best practices and patterns
โ—ฆ Tutorials and examples for all levels

๐Ÿ”— docs.oracle.com/en/java/ Image
May 24, 2023 โ€ข 10 tweets โ€ข 5 min read
Top websites to learn Ruby

Thread: ๐Ÿงต 1. Ruby Official Documentation

โ—ฆ Comprehensive Ruby guides
โ—ฆ Official best practices and patterns
โ—ฆ Tutorials and examples for all levels

๐Ÿ”— ruby-lang.org/en/documentatiโ€ฆ Image
May 20, 2023 โ€ข 9 tweets โ€ข 4 min read
Top websites to learn Node.js.

Thread ๐Ÿงต 1. Node.js Official Documentation
โ—ฆ Comprehensive Node.js guides
โ—ฆ Official best practices and patterns
โ—ฆ Tutorials and examples for all levels

๐Ÿ”— nodejs.org/en/docs/ Image
May 18, 2023 โ€ข 10 tweets โ€ข 5 min read
Top websites to learn Vue.js.

Thread๐Ÿงต๐Ÿ‘‡ 1. Vue.js Official Documentation

โ—ฆ Comprehensive Vue.js guides
โ—ฆ Official best practices and patterns
โ—ฆ Tutorials and examples for all levels

๐Ÿ”—v3.vuejs.org/guide/introducโ€ฆ Image
May 3, 2023 โ€ข 13 tweets โ€ข 4 min read
Tips for writing efficient JavaScript code:

Thread ๐Ÿงต Writing efficient JavaScript code can improve your application's performance and maintainability. Here are some tips along with examples:
May 2, 2023 โ€ข 15 tweets โ€ข 4 min read
Tips for debugging React applications:

Thread ๐Ÿงต Debugging React applications can be challenging, but there are several tips and tools that can help you identify and fix issues more efficiently:
May 1, 2023 โ€ข 13 tweets โ€ข 2 min read
Tips for optimizing images for the web:

Thread๐Ÿงต Optimizing images for the web is essential for improving your website's performance, user experience, and search engine rankings. Here are some tips for effective image optimization:
Apr 22, 2023 โ€ข 11 tweets โ€ข 2 min read
Debugging JavaScript.

Tips and tricks for finding and fixing common JavaScript issues.

Thread: ๐Ÿงต โžช Debugging JavaScript can sometimes be challenging, but there are several tips and tricks that can help you find and fix common issues. Here's a list of suggestions to improve your debugging experience: