#defensecourse search results

Day 14 | Defense Course | @CoderArmy | @rohit_negi9 Explored the magic of CSS Transitions & Transforms today ✨ From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀 #Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment

HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions & Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment
HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions & Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment
HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions & Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment

🪖 Defense-13: Learned about CSS animations today, like how to create a marquee effect! ✨ Yesterday was super busy with college work so I couldn't complete the session, but I still showed up today. Consistency is everything! 💪 #WebDev #DefenseCourse

Oceaneyes_02's tweet image. 🪖 Defense-13:
 Learned about CSS animations today, like how to create a marquee effect! ✨ Yesterday was super busy with college work so I couldn't complete the session, but I still showed up today. Consistency is everything! 💪 #WebDev #DefenseCourse

Happy Teachers Day❤️ Day 5 Learn About Html form in Depth Josh is High Road to Full Stack Dev #coderarmy #Defensecourse

RajaRam50464530's tweet image. Happy Teachers Day❤️
Day 5 Learn About Html form in Depth 
Josh is High Road to Full Stack Dev 
#coderarmy #Defensecourse

Day 29 & 30 of Defense Course Learned how the browser comes alive through DOM & Events. DOM → select, modify, create elements dynamically. DocumentFragment → update UI efficiently. Events → bubbling, capturing, addEventListener. #JavaScript #DefenseCourse #LearningJourney

manojdev_4712's tweet image. Day 29 & 30 of Defense Course 

Learned how the browser comes alive through DOM & Events.

DOM → select, modify, create elements dynamically.
 DocumentFragment → update UI efficiently.
Events → bubbling, capturing, addEventListener.

#JavaScript #DefenseCourse #LearningJourney

🚀 Day 9 | Defense Course | @CoderArmy | @rohit_negi9 Learned about CSS Cascade & Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed & controlled in a webpage. #CSS #WebDevelopment #DefenseCourse #CoderArmy

HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade & Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed & controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy
HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade & Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed & controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy
HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade & Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed & controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy

✅️Completed lectures 11 & 12 of JavaScript from the Defense Course✨️ Learning deeper concepts and building stronger logic 🔥 #JavaScript #WebDev #DefenseCourse

pooja_2520's tweet image. ✅️Completed lectures 11 & 12 of JavaScript from the Defense Course✨️

Learning deeper concepts and building stronger logic 🔥

#JavaScript  #WebDev 
#DefenseCourse
pooja_2520's tweet image. ✅️Completed lectures 11 & 12 of JavaScript from the Defense Course✨️

Learning deeper concepts and building stronger logic 🔥

#JavaScript  #WebDev 
#DefenseCourse

Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML & CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries & hover animations. #DefenseCourse #HTML #CSS #WebDev

manojdev_4712's tweet image. Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML & CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries & hover animations. #DefenseCourse #HTML #CSS #WebDev
manojdev_4712's tweet image. Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML & CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries & hover animations. #DefenseCourse #HTML #CSS #WebDev

Day 19 – Defense Course Covered JS operators, type conversion, control flow & loops. Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3. Even built a manual decimal adder to tackle floating-point quirks. @rohit_negi9 #DefenseCourse #JavaScript

manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow & loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript
manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow & loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript
manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow & loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript

Day 18 of my Defense course: Broke the “primitives=stack / objects=heap” myth. In V8, Smis live on stack, others on heap via refs. Booleans/null/undefined are singletons, strings always heap. JS memory ≠ textbook rules — it’s an optimized hybrid. #DefenseCourse #JavaScript

manojdev_4712's tweet image. Day 18 of my Defense course:
Broke the “primitives=stack / objects=heap” myth.

In V8, Smis live on stack, others on heap via refs. 
Booleans/null/undefined are singletons, strings always heap.

JS memory ≠ textbook rules — it’s an optimized hybrid.
#DefenseCourse #JavaScript

Day 21 of Defense Course: Strings & Dates: Strings → Immutable, method-rich, template literals = 🔥 Dates → Mutable, quirky (0-indexed months, Feb 30 → Mar 2), but essential Pro tip: use Day.js/date-fns or wait for the Temporal API to keep your sanity. #DefenseCourse

manojdev_4712's tweet image. Day 21 of  Defense Course: Strings & Dates:

Strings → Immutable, method-rich, template literals = 🔥

Dates → Mutable, quirky (0-indexed months, Feb 30 → Mar 2), but essential

Pro tip: use Day.js/date-fns or wait for the Temporal API to keep your sanity.

#DefenseCourse

Day 20: Numbers & Math in JS 🔢 .toFixed() & .toPrecision() for formatting Use primitives, not new Number() Math methods: floor, ceil, round, trunc, sqrt, max/min Math.random() ≠ secure → use Crypto API for OTPs/tokens #JavaScript #Day20 #DefenseCourse

manojdev_4712's tweet image. Day 20: Numbers & Math in JS 🔢

.toFixed() & .toPrecision() for formatting

Use primitives, not new Number()

Math methods: floor, ceil, round, trunc, sqrt, max/min

Math.random() ≠ secure → use Crypto API for OTPs/tokens

#JavaScript #Day20 #DefenseCourse

Day -7 Html Complete CSS start 🔥 inline+ Internal+ External CSS Josh is High Road to Full Stack Developer #Defensecourse #coderarmy #WebDevelopment

RajaRam50464530's tweet image. Day -7 
Html Complete CSS start 🔥
inline+ Internal+ External CSS
Josh is High 
Road to Full Stack Developer 
#Defensecourse #coderarmy #WebDevelopment

🪖Defense 8: Revised CSS Box Model & Display Property—covered content, margin, padding, border, inline and block elements, and box-sizing. #WebDev #DefenseCourse #CSS @rohit_negi9 aaj to swad aagaya ye sab padhke . btw aapne kahatha html ke baad kuch hoga😂

Oceaneyes_02's tweet image. 🪖Defense 8:
 Revised CSS Box Model & Display Property—covered content, margin, padding, border, inline and block elements, and box-sizing. #WebDev #DefenseCourse #CSS
@rohit_negi9 aaj to swad aagaya ye sab padhke .
btw aapne kahatha html ke baad kuch hoga😂

Day 11 | Defense Course | @CoderArmy | @rohit_negi9 🚀 Mastered CSS Grid for creating clean & responsive 2D layouts. #DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment

HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean & responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean & responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean & responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean & responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment

🚀 Day 7 – Defense Course | @CoderArmy | @RohitNegi Learned CSS basics → Types, Selectors, Colors & Fonts. 💡 CSS = Style + User Experience. #Day7 #DefenseCourse #CoderArmy #CSS #WebDevelopment

HarsitDubey47's tweet image. 🚀 Day 7 – Defense Course | @CoderArmy  | @RohitNegi

Learned CSS basics → Types, Selectors, Colors & Fonts.
💡 CSS = Style + User Experience.
#Day7 #DefenseCourse #CoderArmy #CSS #WebDevelopment
HarsitDubey47's tweet image. 🚀 Day 7 – Defense Course | @CoderArmy  | @RohitNegi

Learned CSS basics → Types, Selectors, Colors & Fonts.
💡 CSS = Style + User Experience.
#Day7 #DefenseCourse #CoderArmy #CSS #WebDevelopment
HarsitDubey47's tweet image. 🚀 Day 7 – Defense Course | @CoderArmy  | @RohitNegi

Learned CSS basics → Types, Selectors, Colors & Fonts.
💡 CSS = Style + User Experience.
#Day7 #DefenseCourse #CoderArmy #CSS #WebDevelopment

🪖Defense 3: Revised HTML tables and practiced nested lists. Learned that a table can have only one <thead>. Josh is high, bhaiya @rohit_negi9 —session was amazing, sab kuch chamka diya! 😄🔥 #WebDev #DefenseCourse #HTML

Oceaneyes_02's tweet image. 🪖Defense 3:
Revised HTML tables and practiced nested lists. Learned that a table can have only one &amp;lt;thead&amp;gt;. Josh is high, bhaiya @rohit_negi9 —session was amazing, sab kuch chamka diya! 😄🔥 #WebDev #DefenseCourse #HTML
Oceaneyes_02's tweet image. 🪖Defense 3:
Revised HTML tables and practiced nested lists. Learned that a table can have only one &amp;lt;thead&amp;gt;. Josh is high, bhaiya @rohit_negi9 —session was amazing, sab kuch chamka diya! 😄🔥 #WebDev #DefenseCourse #HTML

🪖 Defense 7: Started CSS! Learned about inline, internal, and external CSS Explored id and class selectors, group styling, and font styling Learned various sizing units: px, vh, vw, em, rem, etc. @rohit_negi9 Loving how powerful CSS can be! 🎨💻 #WebDev #DefenseCourse #CSS

Oceaneyes_02's tweet image. 🪖 Defense 7:

Started CSS! Learned about inline, internal, and external CSS

Explored id and class selectors, group styling, and font styling

Learned various sizing units: px, vh, vw, em, rem, etc.

@rohit_negi9
Loving how powerful CSS can be! 🎨💻 #WebDev #DefenseCourse #CSS

🪖Defense 9: Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS

Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS
Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS
Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS

Day 10 of Defense course Covered Flexbox : flex container/items, axes, justify-content, align-items, gap, flex-wrap, flex shorthand—then practiced with a signup form. @rohit_negi9 @adityatandon02 #Day10 #DefenseCourse #Flexbox #CSS #Frontend #WebDevelopment #ResponsiveDesign

manojdev_4712's tweet image. Day 10 of Defense course

Covered Flexbox : flex container/items, axes, justify-content, align-items, gap, flex-wrap, flex shorthand—then practiced with a signup form.
@rohit_negi9 @adityatandon02 

#Day10 #DefenseCourse #Flexbox #CSS #Frontend #WebDevelopment #ResponsiveDesign
manojdev_4712's tweet image. Day 10 of Defense course

Covered Flexbox : flex container/items, axes, justify-content, align-items, gap, flex-wrap, flex shorthand—then practiced with a signup form.
@rohit_negi9 @adityatandon02 

#Day10 #DefenseCourse #Flexbox #CSS #Frontend #WebDevelopment #ResponsiveDesign

Day 29 & 30 of Defense Course Learned how the browser comes alive through DOM & Events. DOM → select, modify, create elements dynamically. DocumentFragment → update UI efficiently. Events → bubbling, capturing, addEventListener. #JavaScript #DefenseCourse #LearningJourney

manojdev_4712's tweet image. Day 29 &amp;amp; 30 of Defense Course 

Learned how the browser comes alive through DOM &amp;amp; Events.

DOM → select, modify, create elements dynamically.
 DocumentFragment → update UI efficiently.
Events → bubbling, capturing, addEventListener.

#JavaScript #DefenseCourse #LearningJourney

✅️Completed lectures 11 & 12 of JavaScript from the Defense Course✨️ Learning deeper concepts and building stronger logic 🔥 #JavaScript #WebDev #DefenseCourse

pooja_2520's tweet image. ✅️Completed lectures 11 &amp;amp; 12 of JavaScript from the Defense Course✨️

Learning deeper concepts and building stronger logic 🔥

#JavaScript  #WebDev 
#DefenseCourse
pooja_2520's tweet image. ✅️Completed lectures 11 &amp;amp; 12 of JavaScript from the Defense Course✨️

Learning deeper concepts and building stronger logic 🔥

#JavaScript  #WebDev 
#DefenseCourse

Day 22 of Defense Course: Explored Arrays in depth — creation, looping, splice, slice, flat, sorting & more. Learned that JS arrays aren’t “real” arrays; they’re objects with numeric keys, optimized by V8 when dense but slower when sparse. #JavaScript #DefenseCourse #WebDev

manojdev_4712's tweet image. Day 22 of  Defense Course:

Explored Arrays in depth — creation, looping, splice, slice, flat, sorting &amp;amp; more.

Learned that JS arrays aren’t “real” arrays; they’re objects with numeric keys, optimized by V8 when dense but slower when sparse.

#JavaScript #DefenseCourse #WebDev

Day 21 of Defense Course: Strings & Dates: Strings → Immutable, method-rich, template literals = 🔥 Dates → Mutable, quirky (0-indexed months, Feb 30 → Mar 2), but essential Pro tip: use Day.js/date-fns or wait for the Temporal API to keep your sanity. #DefenseCourse

manojdev_4712's tweet image. Day 21 of  Defense Course: Strings &amp;amp; Dates:

Strings → Immutable, method-rich, template literals = 🔥

Dates → Mutable, quirky (0-indexed months, Feb 30 → Mar 2), but essential

Pro tip: use Day.js/date-fns or wait for the Temporal API to keep your sanity.

#DefenseCourse

Day 20: Numbers & Math in JS 🔢 .toFixed() & .toPrecision() for formatting Use primitives, not new Number() Math methods: floor, ceil, round, trunc, sqrt, max/min Math.random() ≠ secure → use Crypto API for OTPs/tokens #JavaScript #Day20 #DefenseCourse

manojdev_4712's tweet image. Day 20: Numbers &amp;amp; Math in JS 🔢

.toFixed() &amp;amp; .toPrecision() for formatting

Use primitives, not new Number()

Math methods: floor, ceil, round, trunc, sqrt, max/min

Math.random() ≠ secure → use Crypto API for OTPs/tokens

#JavaScript #Day20 #DefenseCourse

Day 19 – Defense Course Covered JS operators, type conversion, control flow & loops. Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3. Even built a manual decimal adder to tackle floating-point quirks. @rohit_negi9 #DefenseCourse #JavaScript

manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow &amp;amp; loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript
manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow &amp;amp; loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript
manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow &amp;amp; loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript

Day 18 of my Defense course: Broke the “primitives=stack / objects=heap” myth. In V8, Smis live on stack, others on heap via refs. Booleans/null/undefined are singletons, strings always heap. JS memory ≠ textbook rules — it’s an optimized hybrid. #DefenseCourse #JavaScript

manojdev_4712's tweet image. Day 18 of my Defense course:
Broke the “primitives=stack / objects=heap” myth.

In V8, Smis live on stack, others on heap via refs. 
Booleans/null/undefined are singletons, strings always heap.

JS memory ≠ textbook rules — it’s an optimized hybrid.
#DefenseCourse #JavaScript

Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML & CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries & hover animations. #DefenseCourse #HTML #CSS #WebDev

manojdev_4712's tweet image. Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML &amp;amp; CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries &amp;amp; hover animations. #DefenseCourse #HTML #CSS #WebDev
manojdev_4712's tweet image. Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML &amp;amp; CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries &amp;amp; hover animations. #DefenseCourse #HTML #CSS #WebDev

Day 14 | Defense Course | @CoderArmy | @rohit_negi9 Explored the magic of CSS Transitions & Transforms today ✨ From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀 #Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment

HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions &amp;amp; Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment
HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions &amp;amp; Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment
HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions &amp;amp; Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment

🪖 Defense-13: Learned about CSS animations today, like how to create a marquee effect! ✨ Yesterday was super busy with college work so I couldn't complete the session, but I still showed up today. Consistency is everything! 💪 #WebDev #DefenseCourse

Oceaneyes_02's tweet image. 🪖 Defense-13:
 Learned about CSS animations today, like how to create a marquee effect! ✨ Yesterday was super busy with college work so I couldn&apos;t complete the session, but I still showed up today. Consistency is everything! 💪 #WebDev #DefenseCourse

Day 11 | Defense Course | @CoderArmy | @rohit_negi9 🚀 Mastered CSS Grid for creating clean & responsive 2D layouts. #DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment

HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean &amp;amp; responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean &amp;amp; responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean &amp;amp; responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean &amp;amp; responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment

Day 10 of Defense course Covered Flexbox : flex container/items, axes, justify-content, align-items, gap, flex-wrap, flex shorthand—then practiced with a signup form. @rohit_negi9 @adityatandon02 #Day10 #DefenseCourse #Flexbox #CSS #Frontend #WebDevelopment #ResponsiveDesign

manojdev_4712's tweet image. Day 10 of Defense course

Covered Flexbox : flex container/items, axes, justify-content, align-items, gap, flex-wrap, flex shorthand—then practiced with a signup form.
@rohit_negi9 @adityatandon02 

#Day10 #DefenseCourse #Flexbox #CSS #Frontend #WebDevelopment #ResponsiveDesign
manojdev_4712's tweet image. Day 10 of Defense course

Covered Flexbox : flex container/items, axes, justify-content, align-items, gap, flex-wrap, flex shorthand—then practiced with a signup form.
@rohit_negi9 @adityatandon02 

#Day10 #DefenseCourse #Flexbox #CSS #Frontend #WebDevelopment #ResponsiveDesign

🚀 Day 9 | Defense Course | @CoderArmy | @rohit_negi9 Learned about CSS Cascade & Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed & controlled in a webpage. #CSS #WebDevelopment #DefenseCourse #CoderArmy

HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade &amp;amp; Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed &amp;amp; controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy
HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade &amp;amp; Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed &amp;amp; controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy
HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade &amp;amp; Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed &amp;amp; controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy

🪖Defense 9: Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS

Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS
Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS
Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS

🪖Defense 8: Revised CSS Box Model & Display Property—covered content, margin, padding, border, inline and block elements, and box-sizing. #WebDev #DefenseCourse #CSS @rohit_negi9 aaj to swad aagaya ye sab padhke . btw aapne kahatha html ke baad kuch hoga😂

Oceaneyes_02's tweet image. 🪖Defense 8:
 Revised CSS Box Model &amp;amp; Display Property—covered content, margin, padding, border, inline and block elements, and box-sizing. #WebDev #DefenseCourse #CSS
@rohit_negi9 aaj to swad aagaya ye sab padhke .
btw aapne kahatha html ke baad kuch hoga😂

🪖 Defense 7: Started CSS! Learned about inline, internal, and external CSS Explored id and class selectors, group styling, and font styling Learned various sizing units: px, vh, vw, em, rem, etc. @rohit_negi9 Loving how powerful CSS can be! 🎨💻 #WebDev #DefenseCourse #CSS

Oceaneyes_02's tweet image. 🪖 Defense 7:

Started CSS! Learned about inline, internal, and external CSS

Explored id and class selectors, group styling, and font styling

Learned various sizing units: px, vh, vw, em, rem, etc.

@rohit_negi9
Loving how powerful CSS can be! 🎨💻 #WebDev #DefenseCourse #CSS

Day -7 Html Complete CSS start 🔥 inline+ Internal+ External CSS Josh is High Road to Full Stack Developer #Defensecourse #coderarmy #WebDevelopment

RajaRam50464530's tweet image. Day -7 
Html Complete CSS start 🔥
inline+ Internal+ External CSS
Josh is High 
Road to Full Stack Developer 
#Defensecourse #coderarmy #WebDevelopment

🪖Defense: Couldn’t find or watch today’s video—maybe it’s not uploaded yet by @rohit_negi9 Please don’t stop, bhaiya! We are with you—your videos are amazing and you’re doing revolutionary work by giving such high-quality free education. 🙏🚀 #WebDev #DefenseCourse #Respect


🪖Defense 5: Task completed! Finished Day 5 homework—created a form, learned new form attributes, and understood how things actually work behind the scenes.@rohit_negi9 bhaiya Excited for Day 6! 🚀 #WebDev #DefenseCourse #Learning

Oceaneyes_02's tweet image. 🪖Defense 5: Task completed! Finished Day 5 homework—created a form, learned new form attributes, and understood how things actually work behind the scenes.@rohit_negi9 bhaiya Excited for Day 6! 🚀 #WebDev #DefenseCourse #Learning
Oceaneyes_02's tweet image. 🪖Defense 5: Task completed! Finished Day 5 homework—created a form, learned new form attributes, and understood how things actually work behind the scenes.@rohit_negi9 bhaiya Excited for Day 6! 🚀 #WebDev #DefenseCourse #Learning

🪖Defense 5: Revised HTML forms and explored how different attributes work. Happy Teachers' Day, @rohit_negi9 bhaiya Aaj ka session bahut mast tha. Task kal complete kar dunga, pakka! aaj thoda late ho gaya #WebDev #DefenseCourse #TeachersDay

Oceaneyes_02's tweet image. 🪖Defense 5:
Revised HTML forms and explored how different attributes work. Happy Teachers&apos; Day, @rohit_negi9 bhaiya Aaj ka session bahut mast tha. Task kal complete kar dunga, pakka! aaj thoda late ho gaya #WebDev #DefenseCourse #TeachersDay

Day 20: Numbers & Math in JS 🔢 .toFixed() & .toPrecision() for formatting Use primitives, not new Number() Math methods: floor, ceil, round, trunc, sqrt, max/min Math.random() ≠ secure → use Crypto API for OTPs/tokens #JavaScript #Day20 #DefenseCourse

manojdev_4712's tweet image. Day 20: Numbers &amp;amp; Math in JS 🔢

.toFixed() &amp;amp; .toPrecision() for formatting

Use primitives, not new Number()

Math methods: floor, ceil, round, trunc, sqrt, max/min

Math.random() ≠ secure → use Crypto API for OTPs/tokens

#JavaScript #Day20 #DefenseCourse

🚀 Day 9 | Defense Course | @CoderArmy | @rohit_negi9 Learned about CSS Cascade & Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed & controlled in a webpage. #CSS #WebDevelopment #DefenseCourse #CoderArmy

HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade &amp;amp; Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed &amp;amp; controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy
HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade &amp;amp; Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed &amp;amp; controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy
HarsitDubey47's tweet image. 🚀 Day 9 | Defense Course | @CoderArmy  | @rohit_negi9 
Learned about CSS Cascade &amp;amp; Positioning → Static | Relative | Absolute | Fixed | Sticky. Gained clarity on how elements are placed &amp;amp; controlled in a webpage.
#CSS #WebDevelopment #DefenseCourse #CoderArmy

🪖Defense 8: Revised CSS Box Model & Display Property—covered content, margin, padding, border, inline and block elements, and box-sizing. #WebDev #DefenseCourse #CSS @rohit_negi9 aaj to swad aagaya ye sab padhke . btw aapne kahatha html ke baad kuch hoga😂

Oceaneyes_02's tweet image. 🪖Defense 8:
 Revised CSS Box Model &amp;amp; Display Property—covered content, margin, padding, border, inline and block elements, and box-sizing. #WebDev #DefenseCourse #CSS
@rohit_negi9 aaj to swad aagaya ye sab padhke .
btw aapne kahatha html ke baad kuch hoga😂

✅️Completed lectures 11 & 12 of JavaScript from the Defense Course✨️ Learning deeper concepts and building stronger logic 🔥 #JavaScript #WebDev #DefenseCourse

pooja_2520's tweet image. ✅️Completed lectures 11 &amp;amp; 12 of JavaScript from the Defense Course✨️

Learning deeper concepts and building stronger logic 🔥

#JavaScript  #WebDev 
#DefenseCourse
pooja_2520's tweet image. ✅️Completed lectures 11 &amp;amp; 12 of JavaScript from the Defense Course✨️

Learning deeper concepts and building stronger logic 🔥

#JavaScript  #WebDev 
#DefenseCourse

Day 29 & 30 of Defense Course Learned how the browser comes alive through DOM & Events. DOM → select, modify, create elements dynamically. DocumentFragment → update UI efficiently. Events → bubbling, capturing, addEventListener. #JavaScript #DefenseCourse #LearningJourney

manojdev_4712's tweet image. Day 29 &amp;amp; 30 of Defense Course 

Learned how the browser comes alive through DOM &amp;amp; Events.

DOM → select, modify, create elements dynamically.
 DocumentFragment → update UI efficiently.
Events → bubbling, capturing, addEventListener.

#JavaScript #DefenseCourse #LearningJourney

Day 11 | Defense Course | @CoderArmy | @rohit_negi9 🚀 Mastered CSS Grid for creating clean & responsive 2D layouts. #DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment

HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean &amp;amp; responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean &amp;amp; responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean &amp;amp; responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment
HarsitDubey47's tweet image. Day 11 | Defense Course | @CoderArmy  | @rohit_negi9 
🚀 Mastered CSS Grid for creating clean &amp;amp; responsive 2D layouts.
#DefenseCourse #CoderArmy #RohitNegi #CSS #Grid #WebDevelopment

Day -7 Html Complete CSS start 🔥 inline+ Internal+ External CSS Josh is High Road to Full Stack Developer #Defensecourse #coderarmy #WebDevelopment

RajaRam50464530's tweet image. Day -7 
Html Complete CSS start 🔥
inline+ Internal+ External CSS
Josh is High 
Road to Full Stack Developer 
#Defensecourse #coderarmy #WebDevelopment

Day 14 | Defense Course | @CoderArmy | @rohit_negi9 Explored the magic of CSS Transitions & Transforms today ✨ From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀 #Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment

HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions &amp;amp; Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment
HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions &amp;amp; Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment
HarsitDubey47's tweet image. Day 14 | Defense Course | @CoderArmy  | @rohit_negi9 
Explored the magic of CSS Transitions &amp;amp; Transforms today ✨
From smooth hover effects to scaling, rotating, and adding life to designs—small touches make a big impact 🚀
#Day14 #CoderArmy #DefenseCourse #CSS #WebDevelopment

🪖 Defense-13: Learned about CSS animations today, like how to create a marquee effect! ✨ Yesterday was super busy with college work so I couldn't complete the session, but I still showed up today. Consistency is everything! 💪 #WebDev #DefenseCourse

Oceaneyes_02's tweet image. 🪖 Defense-13:
 Learned about CSS animations today, like how to create a marquee effect! ✨ Yesterday was super busy with college work so I couldn&apos;t complete the session, but I still showed up today. Consistency is everything! 💪 #WebDev #DefenseCourse

🚀 Day 7 – Defense Course | @CoderArmy | @RohitNegi Learned CSS basics → Types, Selectors, Colors & Fonts. 💡 CSS = Style + User Experience. #Day7 #DefenseCourse #CoderArmy #CSS #WebDevelopment

HarsitDubey47's tweet image. 🚀 Day 7 – Defense Course | @CoderArmy  | @RohitNegi

Learned CSS basics → Types, Selectors, Colors &amp;amp; Fonts.
💡 CSS = Style + User Experience.
#Day7 #DefenseCourse #CoderArmy #CSS #WebDevelopment
HarsitDubey47's tweet image. 🚀 Day 7 – Defense Course | @CoderArmy  | @RohitNegi

Learned CSS basics → Types, Selectors, Colors &amp;amp; Fonts.
💡 CSS = Style + User Experience.
#Day7 #DefenseCourse #CoderArmy #CSS #WebDevelopment
HarsitDubey47's tweet image. 🚀 Day 7 – Defense Course | @CoderArmy  | @RohitNegi

Learned CSS basics → Types, Selectors, Colors &amp;amp; Fonts.
💡 CSS = Style + User Experience.
#Day7 #DefenseCourse #CoderArmy #CSS #WebDevelopment

Happy Teachers Day❤️ Day 5 Learn About Html form in Depth Josh is High Road to Full Stack Dev #coderarmy #Defensecourse

RajaRam50464530's tweet image. Happy Teachers Day❤️
Day 5 Learn About Html form in Depth 
Josh is High Road to Full Stack Dev 
#coderarmy #Defensecourse

🪖Defense 3: Revised HTML tables and practiced nested lists. Learned that a table can have only one <thead>. Josh is high, bhaiya @rohit_negi9 —session was amazing, sab kuch chamka diya! 😄🔥 #WebDev #DefenseCourse #HTML

Oceaneyes_02's tweet image. 🪖Defense 3:
Revised HTML tables and practiced nested lists. Learned that a table can have only one &amp;lt;thead&amp;gt;. Josh is high, bhaiya @rohit_negi9 —session was amazing, sab kuch chamka diya! 😄🔥 #WebDev #DefenseCourse #HTML
Oceaneyes_02's tweet image. 🪖Defense 3:
Revised HTML tables and practiced nested lists. Learned that a table can have only one &amp;lt;thead&amp;gt;. Josh is high, bhaiya @rohit_negi9 —session was amazing, sab kuch chamka diya! 😄🔥 #WebDev #DefenseCourse #HTML

🪖Defense 9: Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS

Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS
Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS
Oceaneyes_02's tweet image. 🪖Defense 9:
 Learned about the CSS position property (static, relative, absolute, fixed, sticky), how cascading works, and understood property priority—especially .!important. @rohit_negi9 bhaiya Almost completed the homework! #WebDev #DefenseCourse #CSS

Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML & CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries & hover animations. #DefenseCourse #HTML #CSS #WebDev

manojdev_4712's tweet image. Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML &amp;amp; CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries &amp;amp; hover animations. #DefenseCourse #HTML #CSS #WebDev
manojdev_4712's tweet image. Day 15 of Defense Course: Just Watched a full tutorial on building a responsive portfolio site with HTML &amp;amp; CSS—Grid layouts, sticky sidebar, Flexbox nav, media queries &amp;amp; hover animations. #DefenseCourse #HTML #CSS #WebDev

Day 21 of Defense Course: Strings & Dates: Strings → Immutable, method-rich, template literals = 🔥 Dates → Mutable, quirky (0-indexed months, Feb 30 → Mar 2), but essential Pro tip: use Day.js/date-fns or wait for the Temporal API to keep your sanity. #DefenseCourse

manojdev_4712's tweet image. Day 21 of  Defense Course: Strings &amp;amp; Dates:

Strings → Immutable, method-rich, template literals = 🔥

Dates → Mutable, quirky (0-indexed months, Feb 30 → Mar 2), but essential

Pro tip: use Day.js/date-fns or wait for the Temporal API to keep your sanity.

#DefenseCourse

Day 22 of Defense Course: Explored Arrays in depth — creation, looping, splice, slice, flat, sorting & more. Learned that JS arrays aren’t “real” arrays; they’re objects with numeric keys, optimized by V8 when dense but slower when sparse. #JavaScript #DefenseCourse #WebDev

manojdev_4712's tweet image. Day 22 of  Defense Course:

Explored Arrays in depth — creation, looping, splice, slice, flat, sorting &amp;amp; more.

Learned that JS arrays aren’t “real” arrays; they’re objects with numeric keys, optimized by V8 when dense but slower when sparse.

#JavaScript #DefenseCourse #WebDev

Day 19 – Defense Course Covered JS operators, type conversion, control flow & loops. Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3. Even built a manual decimal adder to tackle floating-point quirks. @rohit_negi9 #DefenseCourse #JavaScript

manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow &amp;amp; loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript
manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow &amp;amp; loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript
manojdev_4712's tweet image. Day 19 – Defense Course 

Covered JS operators, type conversion, control flow &amp;amp; loops.

Key learnings: strict ===, 6 falsy values, short-circuiting, and why 0.1+0.2≠0.3.

Even built a manual decimal adder to tackle floating-point quirks.
@rohit_negi9 
#DefenseCourse #JavaScript

Day 18 of my Defense course: Broke the “primitives=stack / objects=heap” myth. In V8, Smis live on stack, others on heap via refs. Booleans/null/undefined are singletons, strings always heap. JS memory ≠ textbook rules — it’s an optimized hybrid. #DefenseCourse #JavaScript

manojdev_4712's tweet image. Day 18 of my Defense course:
Broke the “primitives=stack / objects=heap” myth.

In V8, Smis live on stack, others on heap via refs. 
Booleans/null/undefined are singletons, strings always heap.

JS memory ≠ textbook rules — it’s an optimized hybrid.
#DefenseCourse #JavaScript

🪖 Defense 7: Started CSS! Learned about inline, internal, and external CSS Explored id and class selectors, group styling, and font styling Learned various sizing units: px, vh, vw, em, rem, etc. @rohit_negi9 Loving how powerful CSS can be! 🎨💻 #WebDev #DefenseCourse #CSS

Oceaneyes_02's tweet image. 🪖 Defense 7:

Started CSS! Learned about inline, internal, and external CSS

Explored id and class selectors, group styling, and font styling

Learned various sizing units: px, vh, vw, em, rem, etc.

@rohit_negi9
Loving how powerful CSS can be! 🎨💻 #WebDev #DefenseCourse #CSS

Loading...

Something went wrong.


Something went wrong.


United States Trends