#webdev search results
Completed Delta Full Stack course from Apna College From knowing nothing about backend to building full-stack apps with React, Node & MongoDB. Built projects like blog app & WanderLust. Big Thanks to @ShradhaKhapra_ Next: DSA in C++ + advanced MERN #MERN #WebDev #FullStack
Website Of The Day is SIT Virtual Campus Tour tinyurl.com/m8367a2p by Hei #webdesign #webdev #cssdaWOTD #CSSDesignAwards
Website Of The Day is Max Mara - Jacket Circle tinyurl.com/yvffu27z by Adoratorio® Studio #webdesign #webdev #cssdaWOTD #CSSDesignAwards
Just shipped a new feature that auto-generates TypeScript interfaces from API responses ✨ Saved me hours of manual work already! #WebDev #BuildInPublic (224/250 characters)
Just shipped my first fullstack app — a property management system for landlords built with Next.js, PostgreSQL, Prisma & NextAuth. From "what's an API?" to handling auth, emails, and real DB relations. Here is the link landloard-chi.vercel.app #buildinpublic #webdev #nextjs
Built a full landing page using @boltdotnew . No Figma. No components. No CSS tweaking. Just intent → UI. Animations, parallax, counters, typography — all handled. We’re not building interfaces anymore. We’re directing them. This shift is wild. #AI #WebDev #Frontend
Website of the MONTH is The Obsidian Assembly by Fiddle.Digital Design Agency Congrats!! 👏👏👏 tinyurl.com/bdefdd4m Thanks judges! 🙏 #webdesign #webdev #cssdaWOTM #CSSDesignAwards
First impressions happen in milliseconds. Is your #AppArchitecture making the right one during peak traffic? ⚡ Disconnected systems frustrate users and kill conversion rates. #WebDev #ROI #TechTrends #Software #Seartive #MobileAppABTesting
I wasn't trying to get clients on Reddit. I just knew the answer. Be genuinely useful in public spaces. People are watching. #freelancing #VPSupport #webdev #hosting
Postman Lies… Real Users Don’t 👀 Your API is fast in Postman… slow for users. Browser = CSS + JS + multiple requests + rendering 👉 Test real experience, not just tools Read more 👇 enigmametaverse.com/ui-design-best… #webdev #Programming #api #pega #developerlife #UX
Most devs reach for a library. The Canvas API already does this natively 🎨 I rebuilt a classic HTML5 text renderer in React — gradients, shadows, live controls, zero dependencies. Read it → chat-to.dev/post?id=bWFXOV… #React #WebDev #JavaScript #Frontend
chat-to.dev
Drawing Text on the Canvas with React — The API You're Probably Underusing
The HTML5 Canvas API has been around for over a decade, yet it still catches people off guard the first time they use it. The idea is straightforward: the browser hands you a low-level rendering...
Building StudyCoin 🚀 Updated UI, better structure, and mobile-friendly design added. Next step is login system and real user data 🔐 Still improving every day 📈 shortediter4-lab.github.io/studycoin/ #BuildInPublic #WebDev
Day 192 of #200DaysOfCode Worked with localStorage 👇 ✔ Save cart ✔ Load data after refresh ✔ Persistent state Now data doesn’t disappear 🔒 #WebDev #JavaScript
Iterating on my portfolio, trying to make it feel less ‘template’ and more ‘me’ Would love feedback from devs/design folks link: krishnaasdev.com #Frontend #WebDev #ReactJS #Portfolio
Day 76: Solved Delete Node in BST (needed solution—harder than expected). Finished HTML lectures—meta, SEO, media tags done. #DSA #BST #WebDev #Consistency
Day 88/100 🚀 Refactored my Library App — converted the Book constructor to an ES6 class and moved prototype methods into class syntax. 🔗 Live: kama-ds10.github.io/Library-app/ #100DaysOfCode #JavaScript #WebDev
Grateful for the recognition of my problem-solving and professionalism during the program. Ready for the next big challenge in the #FullStack world! 👨💻 #BuildInPublic #WebDev #MERN #NextJS #CodingLife #NullClass
Oh, you thought your AI agent was a god that conjured data from the ether? Cute. It’s just an LLM writing a fetch request it might hallucinate anyway. Agents don’t replace APIs; they just give them a fancy layer of "reasoning." dev.to/santino_zanone… #AI #WebDev
🎮 Looking for something new to play? GameSeek helps you discover your next favorite game — give it a shot! 🕹️ 🌐 gameseekapp.xyz 💻 github.com/GameSeekOffici… Try it out and let me know what you think! 👇 #Gaming #GameSeek #WebDev
Code Enigma integrates Vertex AI search into Drupal for WRAP. Paragraph-based component enables reusable, on-page AI search. bit.ly/4tV8lWZ #Drupal #AI #WebDev #OpenSource
Day 5/90 🚀 Weather App 🌦️ – Integrated API using fetch – Used async/await – Rendered data dynamically on UI ⚠️ Work in progress (UI + features coming next) Building projects > just watching tutorials 💻 #BuildInPublic #JavaScript #WebDev
Day 88/100 🚀 Refactored my Library App — converted the Book constructor to an ES6 class and moved prototype methods into class syntax. 🔗 Live: kama-ds10.github.io/Library-app/ #100DaysOfCode #JavaScript #WebDev
Create React App is deprecated. Migrated to Next.js and got SSR, better SEO, built-in API routes without rewriting everything. Migration guide 👇 #JavaScript #WebDev #ReactJS #Programming medium.com/@sanchit0496/b…
I built a holographic portfolio UI using only Vanilla JavaScript. No frameworks. No libraries. Just CSS, Web Audio, and pure JS. HoloCard UI. Full access link in the first comment. #javascript #webdev #frontend #coding #uiux #buildinpublic
Was wondering why my @vercel dashboard was acting up... turns out there's a major platform outage AND a security breach. 🚨 If you have any environment variables that weren't explicitly marked as "sensitive," they might be compromised. Rotate your keys now! 🔑🛡️ #webdev
Stop clicking, start navigating! ⚡ SQLitePilot now has native hotkeys: ↔️ Cycle tabs with arrows 🖱️ Double-click Explorer for new tabs ⌨️ Close with Alt/Option+W Master your workflow: app.sqlitepilot.com/blog/keyboard-… #buildinpublic #sqlite #webdev #indiehackers
Your SaaS isn’t slow because of traffic. It’s slow because of code quality. More devs won’t fix it. Better architecture will. Optimize. Refactor. Scale. trignoweb.com #SaaS #Startup #WebDev #Tech #ProblemSolver #AI #Application #DigitalIndia #ScaleApp #India #bug
Why generate a whole new cert chain when you already have a Root CA? 🧐 x509Lab v1.3.0 is out! 🚀 (100% client-side. Keys never leave your PC 🔒) 👉 x509lab.vercel.app #WebDev #DevOps #OpenSSL #CyberSecurity #IndieDev
Built a small app and kept fighting my SQL tables 😅 Every new feature = schema change 🤯 Then I found NoSQL (MongoDB) 💡 Flexible docs, no constant changes, faster dev 🚀 More: webdevlab.org SQL or NoSQL—what do you prefer? 👇 #MongoDB #NoSQL #WebDev
Used to hardcode everything in my MERN projects 😅 (API URLs, DB configs, secret keys…) Worked locally… broke later ❌ Switched to .env ✔ Cleaner code ✔ Secure configs ✔ Easy dev → prod switch Big lesson: Never mix config with code. #MERN #WebDev #CodingTips
Master web design in 2026/27! From classic Two-Column & F/Z-patterns to modern Masonry, Magazine & Interactive layouts - here's your quick guide to choosing the right one. Which is your go-to? Drop it below! #WebDesign #UIDesign #WebDev #UXUI
Completed Delta Full Stack course from Apna College From knowing nothing about backend to building full-stack apps with React, Node & MongoDB. Built projects like blog app & WanderLust. Big Thanks to @ShradhaKhapra_ Next: DSA in C++ + advanced MERN #MERN #WebDev #FullStack
Class Done✅ Learned about: >Fs module (sync vs async) >File uploads with Multer >ImageKit for cloud storage >User image upload flow >Storing image URLs in DB #NodeJS #webDev #chaicode #LearningInPublic
Just shipped my first fullstack app — a property management system for landlords built with Next.js, PostgreSQL, Prisma & NextAuth. From "what's an API?" to handling auth, emails, and real DB relations. Here is the link landloard-chi.vercel.app #buildinpublic #webdev #nextjs
In Lecture 4, I learned about conditionals, loops, and operators in JavaScript. Conditionals help in decision-making, loops help in repeating tasks, and operators are used to perform operations on data. #JavaScript #WebDev #LearningInPublic #CodingJourney
The part no one sees 💻☕️ Long weekend. Most are offline. I’m in the lab wrapping code. Final checks @ftpecho. Last details. One more coffee. Modern FTP for real workflows 📲 ftpecho.com 🚀 Launching soon #WebDev #Startuplife #App #BerlinTech
Attended ReactJS Mumbai Meetup by @react_mumbai Learned: 1. Lottie vs Rive 2. Atomic Design in React 3. React + Hardware 4. Video performance tips Good sessions and practical learnings 🙌 #ReactJS #WebDev
𝗥𝗲𝘀𝘂𝗺𝗲 𝗯𝘂𝗶𝗹𝗱𝗶𝗻𝗴 🚀 Today’s session made one thing clear, building projects isn’t enough, presenting them right is what gets you interviews. Learned how ATS works, why simple resumes win, & the importance of tailoring for each role. #Resume #ATS #WebDev #ChaiCode
🔥 Day 29 of CSS – DONE! Finished Practice Set 8 (final set) and built a smooth spinning loader! Simple div → colorful circle that spins forever using @keyframes & animation. Super satisfying! 💫 29 days strong 🔥 #CSS #100DaysOfCode #WebDev
Was wondering why my @vercel dashboard was acting up... turns out there's a major platform outage AND a security breach. 🚨 If you have any environment variables that weren't explicitly marked as "sensitive," they might be compromised. Rotate your keys now! 🔑🛡️ #webdev
What's your Saga? Mine is The VoxOdyssey Project. Website: expanding one page at a time voxodyssey.com Game on! #WebDevelopment #WebsiteDesign #WebDev #CodingLife #BuildInPublic #IndieDev #TechJourney
Why does AI suck at front-end? 🗑️ trained on ancient history 👀 can't see ❓ doesn't know why 🏞️ no environmental control there's no human v20.2.1 to target. we're a LLM combinatorial explosion ⤷ nerdy.dev/why-ai-sucks-a… #ai #webdev #css
Looking to connect with people in tech Whether you're into: Frontend Backend Full Stack DevOps AI/ML Data Science UI/UX Freelancing Startups IF YOU'RE INTO TECH... LET'S CONNECT #developers #webdev #reactnative #programming #codinglife
Power up the beautiful #MindfulPalettes no. 259 with these symmetrical APCA & OKLCH-based color ramps. Use them to increase the color palette's usability and functionality in #UIdesign and #WebDev projects.
🆕 New color palette – #MindfulPalettes no. 259 is a fresh and balanced palette built around the teal–coral harmony, with soft cream and sage tones to make it appear more approachable and light. 🔖 Bookmark it for your next #branding and #UIDesign projects.
Test the platform as Rohit sharma 😄 — login with email-> [email protected] and password-> rohit264 and see if you can book a seat without breaking😂 Checkout->…code-cinema--indrajeetp249.replit.app @ChaiCodeHQ @nirudhuuu #chaicode #Webdev #trending #buildinpublic #100DaysOfCode
Hey guys, if you are on #LinkedIn, let's connect! Let's grow our network! Drop below your LinkedIn profile / page as well. - My profile: linkedin.com/in/gabriel-adr… - Qudrai page: linkedin.com/company/qudrai #Networking #WebDev #WebDesign #AgencyOwner #AgencyLife #Framer #Figma
Chai aur Backend - 𝗗𝗮𝘆 11 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴𝘀: - wrote a middleware and a util for file upload - cloudinary, multer Notes attached👇 @nirudhuuu #chaicode #backend #webdev #cohort
Something went wrong.
Something went wrong.
United States Trends
- 1. Billy Donovan N/A
- 2. Chris Murphy N/A
- 3. Kevin Warsh N/A
- 4. Splatoon Raiders N/A
- 5. Virginia N/A
- 6. Good Tuesday N/A
- 7. Rotten Tomatoes N/A
- 8. Mike Tomlin N/A
- 9. Larry Fitzgerald N/A
- 10. #MachadoYBauteRacistas N/A
- 11. Thune N/A
- 12. Fed Chair N/A
- 13. CNBC N/A
- 14. US Senator N/A
- 15. Sarcasm N/A
- 16. Football Night in America N/A
- 17. #pilotstwtselfieday N/A
- 18. Todd Golden N/A
- 19. $CAR N/A
- 20. Alan Dershowitz N/A