#webdev search results
27 days ago I started building an e-commerce site to level up my skills. Today, it’s complete 🎉 From Supabase → React Toast → Cloudinary → hosting a monolith… I learned more than I expected. 👉🏾e-commerce-site-three-olive.vercel.app/shop #100DaysOfCode #WebDev #ReactJS #NodeJS #FullStackDev



Building an e-commerce website to put the past few months of learning into practice. Frontend: React + Tailwind Backend: Node/Express + PostgreSQL Cloudinary for images. Will share progress here & open to feedback! Day 1 starts today 🤓🤷🏽♀️ #100DaysOfCode #WebDev
Day 26 of learning web dev by @rohit_negi9 bhaiya today learning is all about Hooks in react , under standing the concept of props , useSet, and useEffect. #connect #WebDev #REACT #ConsistencyWins #coderarmy #buildinpublic #javascript


Completed the “Django for Everybody” Specialization by the University of Michigan! 🎓 Built full Django apps, worked with ORM, forms, auth & JS integration. Excited to build real-world projects. 🚀 #Django #Python #WebDev

Last CSS homework: build a solar system from scratch 🪐✨️ * The magic of css transitions & transforms are...🤌 * Explored animations *Difference b/w transition & animation Thanks to @rohit_negi9 #WebDev #Frontend #100DaysOfCode

2 weeks of CSS and I've officially survived 🎯Overflow:hidden(and so was my peace) 🎯Positioning that tested my patience 🎯Flags, chess grids, layouts & more Wrapping this chaos up--it was frustrating but so worth it😌✨️ Onto Javascript next... #WebDev #100DaysOfCode




Just wrapped up coding a sleek new web user interface! It’s clean, responsive, and user-friendly. Built with React and plain CSS, it’s ready to use but plain CSS feels hard now.🥲 Can’t wait to see it in action! CHECK it out: dscript.netlify.app and drop review #WebDev #UI

After struggling with row-level security in supabase, I was finally able to add new task to the table and display it on the site small-W today #buildinpublic #webdev
🚀 Day 1 of #100DaysOfCode Today I learned how to create and use CSS animations 🎨✨ Big thanks to @rohit_negi9 Negi (Coder Army) for the clear and practical explanation! Excited to keep learning and growing every day #CSS #WebDev #Frontend #CoderArmy #RohitNegi #CodingJourney
🚀builting my own Personal Expense Tracker — something I really needed! It’s crazy how much coding can solve your real-life problems, not just job-related ones. Feels so good to build something that actually makes my daily life easier 💻💰 #coding #webdev #buildinpublic

Just finished my new developer portfolio! Built with React + TypeScript + TailwindCSS ⚡ It showcases my projects and skills - designed to be clean, fast, and modern. Would love your feedback 👇 #ReactJS #TypeScript #WebDev #100DaysOfCode #buildinpublic
Day 48-56 of Web Dev 💻 Day 17-25 of WordPress 🚀 I dived deep into eCommerce: ✔️ WooCommerce shortcodes & settings ✔️ Product types, categories & sidebars ✔️ Payments + shipping zones ✔️ Designing homepage & static pages Progress feels good 🔥 #WordPress #WebDev




Two weeks into webDev😭 Just wrapped up my HTML phase ✔️ Learned HTML--built: 🔐a signup form 🪄a multiple website 🗒some tables & forms was feeling like a pro...until CSS says "wait a sec"💅 Next up: CSS #WebDev #buildinpublic #100DaysOfCode #Frontend



Built my first HTML-only portfolio — no templates, just pure code and curiosity. It’s simple, but it’ll stand as proof that steady consistency beats unused gifts. aliakor-f-c.github.io/HTML-Portfolio/ #100DaysOfCode #html5 #WebDev #CodeNewbies

Excited to share my latest project: a sleek website built using HTML & CSS! Very much open to feedback and please let's connect #WebDev #Frontend #HTML #CSS #WebDevelopment
MILLIONAIRE DEVELOPER SECRET: Use AI for ALL repetitive coding tasks and focus EXCLUSIVELY on high-value system architecture and business logic! #WebDev #AI #Viral #Revolutionary #TechIncome #CodeQuality 🚀 🏆 🎯 💸
Java is still powerful — but not beginner-friendly for comeback devs. If you’ve got a gap, start with Python or JavaScript. Faster to learn. Easier to build projects. More visible to recruiters. Play the smart game. 💡 #CareerGrowth #WebDev #Python #JavaScript
Full-stack devs earning avg $79K+ annually with 86% working remotely! 🔥 No wonder it's one of the hottest skills in tech right now. Want to know why? Check out these 7 surprising benefits of becoming a full-stack developer: #WebDev #TechCareers More info in link.
const now = new Date(); const options = { hour: 'numeric', minute: 'numeric', day: 'numeric', month: 'long' }; console.log(new Intl.DateTimeFormat('en-GB', options).format(now)); JS handles the formatting depending on the user’s locale! #CodeNewbie #JavaScript #webdev
A good use case: Showing a countdown timer before logging a user out 👇 let time = 10; const timer = setInterval(() => { console.log(time); if (time === 0) clearInterval(timer); time--; }, 1000); That’s JS automation at its finest ⚙️ #CodeNewbie #JavaScript #webdev
const now = new Date(); const options = { hour: 'numeric', minute: 'numeric', day: 'numeric', month: 'long' }; console.log(new Intl.DateTimeFormat('en-GB', options).format(now)); JS handles the formatting depending on the user’s locale! #CodeNewbie #JavaScript #webdev
Blonnect — a blog web app Tech stack: - React - Appwrite (backend) - TinyMCE (rich text editor) - React Hook Form (form handling) - React Router (navigation) - Redux Toolkit (state management) use it and give me feedbacks 👇 #ReactJS #Appwrite #WebDev #IndieDev #100DaysOfCode
Yo, just nailed protected routes in React while building a dope dashboard app for admins & users, over and out. #ReactJS #WebDev
When regular numbers aren’t enough, BigInt saves the day! 🧠 const huge = 987654321987654321n; console.log(huge + 1n); Used for integers larger than Number.MAX_SAFE_INTEGER. #CodeNewbie #JavaScript #webdev
Numeric separators make big numbers more readable 💡 const budget = 1_000_000_000; console.log(budget); // 1000000000 The underscores _ don’t affect the number’s value — they just improve readability! #CodeNewbie #JavaScript #webdev
Excited to offer Complete Solutions in Frontend + Backend development! Specializing in React, Vue.js, Node.js, PHP Laravel, and more. Your vision, my code! 🚀 #FullStack #WebDev is.gd/web77
🚀I've built and worked on several side projects, many confined to localhost and GitHub. Each taught me about design, backend logic, and creating real solutions. Now, I’ll polish, launch, and share my journey, growing through the process.💡 #BuildInPublic #WebDev #Django #Nextjs
While building my AI-powered “Greener” app 🌍, I realized I’d been practicing system architecture 😅 Structuring folders into components, layout, and services made everything modular and clean. Structure = power 🔥 #WebDev #AI #SDGs #TechForGood
✅ Day 26 of Web Dev Mentor - @rohit_negi9 --Closures 🧠 --Scope 🌍 --Higher Order Functions ⚙️ Closures finally make sense now — #JavaScript #WebDev #LearnInPublic

Started PostgreSQL in Cohort, used NeonDB's connection string, pg in NodeJS to perform basic CRUD application, next step is learning Prisma ORM for it. No DSA today, as I was busy in freelance work too.. #LearnInPublic #BuildInPublic #WebDev #Freelance



9. CSS Flexbox Mastery! 🎯 Modern Layouts Made Easy 📍Topic: ✅ Flex container & items ✅ Direction: row, column, wrap ✅ Alignment: justify-content, align-items ✅ Flexibility: grow, shrink Notes: notion.so/CSS-Case-Cade-… Github: github.com/IamPawan777/Fu… #CSS #WebDev #Frontend




27 days ago I started building an e-commerce site to level up my skills. Today, it’s complete 🎉 From Supabase → React Toast → Cloudinary → hosting a monolith… I learned more than I expected. 👉🏾e-commerce-site-three-olive.vercel.app/shop #100DaysOfCode #WebDev #ReactJS #NodeJS #FullStackDev



Building an e-commerce website to put the past few months of learning into practice. Frontend: React + Tailwind Backend: Node/Express + PostgreSQL Cloudinary for images. Will share progress here & open to feedback! Day 1 starts today 🤓🤷🏽♀️ #100DaysOfCode #WebDev
Last CSS homework: build a solar system from scratch 🪐✨️ * The magic of css transitions & transforms are...🤌 * Explored animations *Difference b/w transition & animation Thanks to @rohit_negi9 #WebDev #Frontend #100DaysOfCode

Just wrapped up coding a sleek new web user interface! It’s clean, responsive, and user-friendly. Built with React and plain CSS, it’s ready to use but plain CSS feels hard now.🥲 Can’t wait to see it in action! CHECK it out: dscript.netlify.app and drop review #WebDev #UI

Completed the “Django for Everybody” Specialization by the University of Michigan! 🎓 Built full Django apps, worked with ORM, forms, auth & JS integration. Excited to build real-world projects. 🚀 #Django #Python #WebDev

Day 26 of learning web dev by @rohit_negi9 bhaiya today learning is all about Hooks in react , under standing the concept of props , useSet, and useEffect. #connect #WebDev #REACT #ConsistencyWins #coderarmy #buildinpublic #javascript


CSS tip that saves me every time: Use minmax() in CSS Grid. Example: grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 👉 Automatically makes a responsive grid without media queries. #WebDev #100DaysOfCode”

Started working with Razorpay today. First step into payment gateway integration! 💻💳 @harshbhaiyaa @sheryians_ #Razorpay #WebDev

Two weeks into webDev😭 Just wrapped up my HTML phase ✔️ Learned HTML--built: 🔐a signup form 🪄a multiple website 🗒some tables & forms was feeling like a pro...until CSS says "wait a sec"💅 Next up: CSS #WebDev #buildinpublic #100DaysOfCode #Frontend




🚀builting my own Personal Expense Tracker — something I really needed! It’s crazy how much coding can solve your real-life problems, not just job-related ones. Feels so good to build something that actually makes my daily life easier 💻💰 #coding #webdev #buildinpublic

🎉 Milestone Update – Frontend Completed Covered: 🔹 HTML, CSS, JavaScript 🔹 Tailwind CSS 🔹 Git & GitHub 🔹 ReactJS, Zustand, Redux Toolkit, RTK Query 🔹 TypeScript & React Query Excited to start my Backend Journey with NodeJS 🌐 #WebDev #100DaysOfCode #LearnInPublic #NodeJS

How Design Helps Small Businesses Look Enterprise-Level. Even a small brand can feel enterprise when design is done right: 1️⃣ Clean, consistent branding 2️⃣ Simple navigation 3️⃣ Professional visuals 4️⃣ Modern typography & spacing 5️⃣ Clear messaging #Fiverr #JayedHosen #webdev

Something went wrong.
Something went wrong.
United States Trends
- 1. Jets 68.7K posts
- 2. Jets 68.7K posts
- 3. Aaron Glenn 3,263 posts
- 4. Justin Fields 4,911 posts
- 5. Garrett Wilson 1,916 posts
- 6. HAPPY BIRTHDAY JIMIN 75K posts
- 7. #OurMuseJimin 113K posts
- 8. #JetUp 1,489 posts
- 9. Peart 1,644 posts
- 10. Tyrod N/A
- 11. #DENvsNYJ 1,618 posts
- 12. Bo Nix 2,161 posts
- 13. #30YearsofLove 104K posts
- 14. Sherwood 1,165 posts
- 15. Kurt Warner N/A
- 16. Bam Knight N/A
- 17. Hail Mary 2,413 posts
- 18. #AskFFT N/A
- 19. Good Sunday 66.7K posts
- 20. Rich Eisen N/A