#webdev wyniki wyszukiwania
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

Introducing BuildMe A modern real estate website I’m currently building to make property search simple and smart. Featuring property listings, user sign-in, agent uploads, maps & more. Stay Glued ❤️ #BuildInPublic #WebDev #RealEstate #ReactJS

🚀 Just wrapped up the frontend onboarding flow for my SaaS! Freelancers can now sign up & set up their profile seemlessly. Next stop: building out the backend to make it all functional ⚙️ #buildinpublic #SaaS #webdev
📱 First rule of web development : Make it responsive — over 90% of visitors are on their phones! If your site isn’t mobile-friendly, you’re losing customers 🚫 💻 Need help building a responsive website? Let’s talk! #WebDev
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 19 of #MERN Journey : Dived into JavaScript numbers — floating-point quirks, NaN, Infinity, and randomness. Built a custom RNG using Math.floor(Math.random() * (max - min + 1)) + min. Crazy how deep “numbers” go! @rohit_negi9 #JavaScript #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



Sick of not getting any replies from companies, have applied to more than 100 now. Anyone here can tell how can I get an internship #webdev

Companies litrally have no shame left, demanding 7-10 Years of experience and giving 1Lakh per anum. Felt like the misstyped but thats the reality of most companies right now. #WebDev

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




"Some people change their colors more than my Random Color Flipper. And somehow, it’s still shocking 🎨💀" didn't have much energy today but also didn't wanted to loose consistency, so created this small project from scratch #webdev #buildinpublic #LearnInPublic #fullstack

#Buildinpublic - Creating codeginie: OpenSource AI coding agent Codeginie AI agent status - Have built a working AI agent that can help you create projects. #webdev
🚀 Built a creative Landing Page for my 2nd Hackathon @CoderArmy ! Just HTML + CSS — no frameworks, just pure code & creativity 💻🎨 Learned a lot about layouts, responsiveness & design thinking 💡 Link : strikeayi.netlify.app #WebDev #Hackathon #CSS #HTML @rohit_negi9
Just built a 3D interactive website with Next.js + Three.js + Tailwind + Framer Motion 🎨 Smooth scroll, glowing effects, & futuristic vibes 🚀 Perfect for portfolios or startups. DM me if you want a 3D site that stands out. #WebDev #Nextjs #Threejs #Frontend
I Built these websites from scratch. No templates. No drag and drop. Just code, creativity & caffeine. ☕💻 If your brand or project needs a clean, fast, and eye-catching site I’m your guy Swipe through the screenshots👇 Then tell me which one caught your eye #WebDev #Developer




Laravel devs, streamline your code by letting Laravel handle password hashing automatically. No need for extra Hash::make() calls in your User model. Tip: Always double-check your casts and defaults for cleaner, safer authentication. #Laravel #WebDev #PHP #CleanCode…
🚨 Laravel devs — time to clean up your code! You can remove those unnecessary Hash::make() calls 👇 Laravel now ships with 'password' => 'hashed' in your User model by default 💪 Check your casts, and let Laravel handle the hashing 🧠

Thanks for asking! 🙌 Our go-to frontend stack for Laravel apps is usually Blade + Alpine.js + Tailwind CSS - lightweight, reactive, and easy to maintain. #Laravel #WebDev #FrontendStack #PHP #TailwindCSS #AlpineJS #WebDevelopment
Thanks for this! 🙌 💡 Pro tip: Combine Blade components with slots to make your layouts even more flexible and maintainable. #Laravel #WebDev #PHP #CleanCode #WebDevTips
💭 From if (confidence === 0) to goAgainTomorrow(); 2 years ago, I struggled with errors, installs & tutorials. Now, not the best — just better than yesterday. If confidence = 0 → try again tomorrow #CodingJourney #WebDev #KeepLearning #MotivationMonday

Inertia.js just got a new trick! A fresh Form component for cleaner, faster, and simpler code in React. Less clutter. More flow. Are you using it yet? #ReactJS #InertiaJS #WebDev #Developers #Coding #Frontend #TechUpdate #Innovation #TheRightSoftware

WPFrank’s Ultimate Responsive Image Slider Pro is great for creating dynamic WordPress slideshows. wpfrank.com/wordpress-plug… #WebDev #WordPress #Slider
🌟 Excited to share my latest milestone! 💻 Launched a new feature using Next.js that increased user engagement by 30% in just one week 🚀 Hard work pays off! #WebDev #NextJS #StartupLife
Day 27 of my #WebDev journey 💻 Learned important array methods like forEach(), map(), filter(), and reduce() — along with their real-world use cases 🔍 Also explored Set and Map data structures and how they make data handling efficient #JavaScript #100DaysOfCode #LearnInPublic


Authentication made stupid simple 🔐 No Auth0. No Clerk. No NextAuth setup. Cosmic includes: ➡️User management ➡️Login/signup flows ➡️Session handling ➡️Password reset All pre-configured and ready to use Focus on building, not auth flows #authentication #webdev #Session #auth
Tired of managing Stripe, Firebase, Auth0 & Vercel separately? 😤 Cosmic is the ONLY platform that bundles everything into ONE place, Zero integrations needed. This is wild: Thread 🧵👇 #AI #webdev #NoCode #Trending #ChatGPT #googlegemini

💡 Accessibility = Growth Always write meaningful alt text. ❌ Bad: "image" ✅ Good: "Checkout button icon" 👉 Helps users with screen readers 👉 Improves SEO 👉 Makes UI more inclusive ⚡ Accessibility benefits EVERYONE! #WebAccessibility #A11y #WebDev
Frontend optimization = happy users + smoother experiences + lower bounce rates. What’s ONE trick or tool that made your frontend blazingly fast? Drop your must-try secrets below! ⚡️✨ #FrontendTips #WebDev #PerformanceMatters #ReactJS
Does anyone know maximum memory usage of a chrome process/tab? Is there a hard limit? #google #chrome #webdev #dev
Create React App is officially deprecated. I migrated to Next.js and immediately got server-side rendering, better SEO, and built-in API routes without rewriting everything. Wrote a complete migration guide 👇 #JavaScript #WebDev #ReactJS #Programming medium.com/@sanchit0496/b…
🔥 Hot take: TypeScript isn't optional ✅ Catches bugs early ✅ Better DX ✅ Easier refactoring Saved me 10+ hours this week #TypeScript #WebDev
Did you know Firefox’s console has a hidden :screenshot command? Just run :screenshot --dpr 4 to grab a Hi‑DPI shot on a regular display. It’s been around for almost a decade—still a hidden gem! hjr265.me/notes/firefox-… #Firefox #WebDev #DevTools

#Buildinpublic - Creating codeginie: OpenSource AI coding agent Codeginie AI agent status - Have built a working AI agent that can help you create projects. #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


Day 21 of Web Development ✅ Learned JavaScript Strings & Dates ⏳✨ From handling words to managing time — it’s getting interesting every day! 💻🔥 #WebDev #JavaScript #Coderarmy

"Some people change their colors more than my Random Color Flipper. And somehow, it’s still shocking 🎨💀" didn't have much energy today but also didn't wanted to loose consistency, so created this small project from scratch #webdev #buildinpublic #LearnInPublic #fullstack

Sick of not getting any replies from companies, have applied to more than 100 now. Anyone here can tell how can I get an internship #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



Introducing BuildMe A modern real estate website I’m currently building to make property search simple and smart. Featuring property listings, user sign-in, agent uploads, maps & more. Stay Glued ❤️ #BuildInPublic #WebDev #RealEstate #ReactJS

Defense Challenge 🚀 Today I explored Variables and Data type Excited to move ahead and strengthen my fundamentals ✨ #100DaysOfCode #JavaScript #WebDev #DefenseChallenge

Another day of my Defense Challenge! Today I explored Memory Location in JavaScript... understanding how Stack vs Heap works. #100DaysOfCode #JavaScript #WebDev #DefenseChallenge



I Built these websites from scratch. No templates. No drag and drop. Just code, creativity & caffeine. ☕💻 If your brand or project needs a clean, fast, and eye-catching site I’m your guy Swipe through the screenshots👇 Then tell me which one caught your eye #WebDev #Developer




Day 21 – Web Dev Defence Series 🚀 Explored Strings & Dates in JavaScript: 🔹 String methods – length, slice, substring, replace, trim, template literals. 🔹 Date methods – get/set year, month, date, hours & minutes. Strengthening my JS foundation step by step! 🧑💻✨ #WebDev




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”

Companies litrally have no shame left, demanding 7-10 Years of experience and giving 1Lakh per anum. Felt like the misstyped but thats the reality of most companies right now. #WebDev

Day 19: JavaScript: 1. Numbers: How number has its own methods and property that no one could steal. 2. Math Object: Ahh! again math, but with some in-build funtionality. 3. Math.random(): randomly generate value within range. @rohit_negi9 #webdev


Something went wrong.
Something went wrong.
United States Trends
- 1. #SwiftDay 8,130 posts
- 2. Columbus 63.5K posts
- 3. #WWERaw 18.8K posts
- 4. #IDontWantToOverreactBUT N/A
- 5. #TSTheErasTour 2,026 posts
- 6. $ZOOZ 1,019 posts
- 7. #IndigenousPeoplesDay 2,389 posts
- 8. Knesset 110K posts
- 9. Marc 35.4K posts
- 10. Good Monday 38.2K posts
- 11. Victory Monday 1,248 posts
- 12. Thanksgiving 42.6K posts
- 13. Flip 49.1K posts
- 14. Broadcom 1,397 posts
- 15. Penta 4,630 posts
- 16. Branch 47.4K posts
- 17. Rod Wave 2,941 posts
- 18. Kairi 9,673 posts
- 19. The Final Show 25.1K posts
- 20. Happy 250th 1,777 posts