Top Tweets for #100daysofWebDev
Day 78/100:
Implemented secure authentication with bcrypt + JWT! 🔐
✅Password hashing & verification
✅Token-based sessions
✅Protected routes
✅Secure logout flow
#100DaysOfWebDev #NodeJS #JWT #Security #WebDev #BackendDev
✅ Day 11 / #100DaysOfCode 🧩
Focused on Debugging + Clean Code
🧠DevTools
📏Normalize.css
🎨BEM Naming
⚡Selectors + Pseudo-elements
✅ CSS done!
Next → Days 12–15 = HTML + CSS practice projects 💻
#100DaysOfWebDev #CSS #Frontend

#MongoDB in #WebDevelopment
✅Course Overview
✅MongoDB Introduction
✅Introduction to NoSQL
✅MongoDB Installation
✅How to Use MongoDB Shell
✅How to Use MongoDB Compass
#BuildInPublic #LearnInPublic #webdevelopment #codingjourney #100DaysOfWebDev

Day 08 of #100DaysOfWebDev 🚀
✅Flexbox layouts
✅Pseudo-classes :hover, :focus, :nth-child()
✅Pseudo-elements ::before, ::after
Github Code: https://t.co/Jq4v7T0D0O
Notes: https://t.co/w8CplovnOk
#CSS #WebDev #Frontend #buildInPublic

Day 05 / #100DaysOfCode ✅
Styled my HTML Resume Page with CSS magic:
Selectors (class, ID, element)
Box model, padding & margin
Pseudo-classes + pseudo-elements✨
Mini-project highlight: clean, interactive resume page! 💻
#WebDevelopment #CSS #Frontend #100DaysOfWebDev

🚀 Day 3 of #100DaysOfWebDev
✅ Learned: HTML Tables & Semantic Tags
✅ Built: Mini webpage with a table & semantic layout
💻 Github Code: https://t.co/aksFMHxlhf
📝 Notion Notes: https://t.co/Abz17bVYR3
Consistency is key! 🙌 #WebDevelopment #Frontend #HTML #LearningInPublic

🚀 Day 01 of my #100DaysOfWebDev journey
✅ Learned: HTML basics – headings, paragraphs, links, images
📂 Code: https://t.co/Edpxv7b0ji
📝 Notes: https://t.co/Z5IezYsdlw
Staying consistent and leveling up every day!🙌
#WebDevelopment #100DaysOfCode #Frontend #LearningInPublic
Day 4
Learned file path and div span tags in HTML. Implemented class I'd and some other formulas.
#HTML #WebDevelopment #programming #CodingJourney #code #100daysofwebdev #WebDev #100Daysofcode
🌱 Day 4 of #100DaysOfWebDev
Python or JavaScript for Generative AI products?
This debate eats up a lot of developer time.
In today’s video, I break it down simply - and share the mindset that matters more than the language itself.
🎥 https://t.co/t1BuHdkrwm
#WebDev #AI #100DaysChallenge

🌱 Day 3 of #100DaysOfWebDev
Databases also have रिश्ते 😅
1 passport - 1 person
1 course - many modules
students - courses
When we see data this way, design feels natural.
Watch full video:
🎥 https://t.co/JIZhs3fpQ0
Learning step by step 🙏
#100DaysChallenge #WebDev

🌱 Day 2 of #100DaysOfWebDev
How ChatGPT works (simple view):
LLM = “brains” for text → uses tools (web search, image gen, etc.) when needed → a smart router decides which model/tool to call.
Think of a dhaba: the owner (router) takes your order and sends tasks to the right person - chef, tandoor, runner.
Same vibe here 🙂
🎥 Full video: https://t.co/csLRvZMJpL
#AI #WebDev

🌱 Day 1 of #100DaysOfWebDev
Starting a 100-day journey where I’ll post 1 web dev concept every day.
Day 1: Multi-tenancy
Think of it like an apartment 🏢 → private flats, but shared lift, water, and power.
That’s how apps like Slack, Shopify, Notion work -one system, many customers, isolated data.
🎥 Full video: https://t.co/ft4V96k0N8
Let’s learn together, one day at a time. 🙂
#100DaysChallenge #WebDev

✅ Day 100 of #100DaysOfWebDev
Learned about monorepos with @100xDevs and @kirat_tw
• Single repo for frontend + backend
• Pros: shared code, centralized tooling, faster CI with caching
• Cons: extra complexity
Focusing on Turborepo today
#Monorepo #Turborepo #DevTools

✅Day 99 of #100DaysOfWebDev
Deep dive into NextAuth with @100xDevs and @kirat_tw :
• [...nextauth] = catch-all routes
• Providers → OAuth / Email / Credentials
• useSession() (client) vs getServerSession() (server)
• Custom signin UI
#NextJS #NextAuth #100DaysOfCode
![mukundjha_mj's tweet photo. ✅Day 99 of #100DaysOfWebDev
Deep dive into NextAuth with @100xDevs and @kirat_tw :
• [...nextauth] = catch-all routes
• Providers → OAuth / Email / Credentials
• useSession() (client) vs getServerSession() (server)
• Custom signin UI
#NextJS #NextAuth #100DaysOfCode https://t.co/e4VZkNsMlN](https://pbs.twimg.com/media/GzCtGk5WAAA-zQr.jpg)
✅Day 98 of #100DaysOfWebDev
Learnt about NextAuth.js today with @100xDevs by @kirat_tw
• External providers → Auth0, Clerk, Firebase
• NextAuth supports email, Google, FB & more
• LocalStorage + JWT? Fine in Express, messy in Next.js
#NextAuth #NextJS #100DaysOfCode

✅Day 97 of #100DaysOfWebDev
Next.js SSG + Hydration with @100xDevs by @kirat_tw
• SSG → HTML built at build time
• Hydration → React makes static HTML interactive
• Without it → page looks fine but dead
• Watch: https://t.co/DHPWcbVup5() causes hydration mismatch
#NextJS

✅Day 94 of #100DaysOfWebDev
Revision day with @100xDevs by @kirat_tw
• Next.js = full-stack in one place
• Client vs server fetch → SSR wins
• loading.tsx = smooth loaders
• API routes + signup flow
All stitched together 💡
#NextJS #ReactJS #100DaysOfCode
Day 1/100 #100DaysOfWebDev ✅
🚀 Launched my #WebDev challenge!
Audited my site w/ Lighthouse:
📉 Perf: 65
♿️ A11y: 71
✅ BP: 78
🔍 SEO: 100 (😎)
Realness: Page was slow → incomplete results. But Day 1 isn’t about scores—it’s about starting.
Time to optimize, learn & grow!

✅ Day 92 of #100DaysOfWebDev
Next.js backends + data fetching with @100xDevs by @kirat_tw
• Full-stack: same codebase for FE & BE
• No CORS, easier deployment
• React → client-side fetch = waterfalling
• Next.js → server-side fetch = faster + SEO
#NextJS #100DaysOfCode

Last Seen Hashtags on Sotwe
纱姬舞团
omegle()***********************************************************************************************************************************************************************************
Seen from United States
nsfwtwt
Seen from United States
aftons gacha
nano_graph7
Seen from United States
momsonn
Seen from Sweden
stockmarketcrash
Seen from United Kingdom
integratedwork
Seen from United States
تجسس_اختي
Seen from Saudi Arabia
Most Popular Users

Elon Musk 
@elonmusk
241.5M followers

Barack Obama 
@barackobama
119.1M followers

Cristiano Ronaldo 
@cristiano
113.7M followers

Donald J. Trump 
@realdonaldtrump
111.8M followers

Narendra Modi 
@narendramodi
107.2M followers

Rihanna 
@rihanna
98.6M followers

NASA 
@nasa
92.4M followers

Justin Bieber 
@justinbieber
91.7M followers

KATY PERRY 
@katyperry
89.6M followers

Taylor Swift 
@taylorswift13
83.5M followers

Lady Gaga 
@ladygaga
75M followers

Virat Kohli 
@imvkohli
72.7M followers

Kim Kardashian 
@kimkardashian
70.7M followers

YouTube 
@youtube
68.8M followers

Neymar Jr 
@neymarjr
65.7M followers

Bill Gates 
@billgates
64.9M followers

Selena Gomez 
@selenagomez
62.7M followers

The Ellen Show
@theellenshow
62.3M followers

CNN 
@cnn
61.8M followers

X 
@x
60.8M followers














