webdev

  • Interesting: Image comparison slider in 6 lines of #JavaScript https://muffinman.io/blog/image-comparison-slider/ @codepen.io – https://codepen.io/stanko/pen/myddXKm #CSS #webdev #frontend

  • Agreed. "Knowing #CSS is mastery to Frontend Development." https://helloanselm.com/writings/knowing-css-is-mastery-to-frontend-development via https://mastodon.social/@helloanselm "You won’t be a master at frontend development if you don’t understand underlying mechanisms of a language." #webdev #frontend

  • superglue is an #opensource server that sits as a layer between complex #API and your application. "Fetch data from JSON and XML APIs, as well as CSV and #Excel files in seconds." https://superglue.cloud/ https://github.com/superglue-ai/superglue #TypeScript #WebDev

  • Untitled post 60431

    “We asked our intern to touch things you said not to touch. I’m sure the code looks fine though.” 🤔 #memes #webdev

  • Just because you have spent years in [fill in the blank] platform / tech doesn't mean you are giving up or "betraying it" by exploring rivals, competitors, or different tech entirely. Tactfully expanding your knowledge is a must for those in #webdev. Gives you more options but makes you a better developer.

  • I love it. BritCSS fixes #CSS to use "non-bastardised" spellings using English (traditional) spellings for CSS properties, rather than English (simplified). background-colour vs background-color. 🙂 https://github.com/DeclanChidlow/BritCSS #webdev #JavaScript

  • Untitled post 60415

    “We are going to say that the data is in ‘the cloud’ but it’s just really on our server.” 🤔 #memes #webdev

  • "When Imperfect Systems are Good, Actually: #Bluesky Lossy Timelines" https://jazco.dev/2025/02/19/imperfection/ "I recently made some major tradeoffs in the design of Bluesky’s Following Feed/Timeline to improve the performance of writes at the cost of consistency in a way that doesn’t negatively affect users but reduced P99s by over 96%." #webdev #programming

  • A Content List With Bulk Actions Using Ancient #HTML and Modern #CSS https://cloudfour.com/thinks/a-content-list-with-bulk-actions-using-ancient-html-and-modern-css/ #webdev #frontend

  • Build a light/dark mode toggle switch component with #CSS & #JavaScript https://webdesign.tutsplus.com/light-dark-mode-toggle-switch-with-css-javascript–cms-109068t #webdev

  • 100+ Open Source #SVG Spinners https://magecdn.com/tools/svg-loaders?ref=web-design-weekly.com #webdev #frontend #CSS

  • A comprehensive list of 500 #JavaScript project ideas for developers of all skill levels. #opensource and community-driven. https://github.com/deepakkumar55/ULTIMATE-JAVASCRIPT-PROJECT "Whether you're a beginner looking for your next coding challenge or an experienced developer seeking inspiration, this list has something for everyone." #webdev #programming

  • Untitled post 60394

    "How does it feel on a Monday and looking over the code you wrote before the weekend?" 🤔 #memes #webdev #programming

  • "How websites waste CPU cycles & battery and #Firefox lets them" https://h.43z.one/blog/2025-02-12/ "#Chrome stops the battery/CPU waste automatically. Firefox not. It just keeps playing the whitenoise. I understand that the websites are to blame here. But still, Cmon Firefox, protect me from this resource theft?!" #webdev

  • Somewhat #AI related. CodeWeaver helps generate a #Markdown document of your codebase structure and content: https://tesserato.web.app/posts/2025-02-12-CodeWeaver-launch/index.html #webdev #webtools

  • I've seen more impressive #AI workflows in #webdev (much with #WordPress) in the past two weeks then ever. I'm adding Rich Tabor's "Experimenting with Conversational Voice AI" to the list as well. https://rich.blog/voice-ai/ "…built a WordPress block using Cursor and the PlayAI Web SDK."

  • This is an interesting take, and as I work more with #AI and #webdev it's something I'll keep in mind. "AI is Stifling Tech Adoption"https://vale.rocks/posts/ai-is-stifling-tech-adoption "AI models are influencing technology, and that the technologies currently in use – especially those that reached popularity before November 2022, when ChatGPT was released, or that are otherwise in…

  • Untitled post 60383

    When you are almost done with the project but your manager (or client) has “a few suggestions”. 🤔 #memes #uno #feeelancing #webdev

  • Interesting, if nothing else as an interesting #webdev thing. Smuggling arbitrary data through an #emoji https://paulbutler.org/2025/smuggling-arbitrary-data-through-an-emoji/

  • Untitled post 60378

    "This temp code is fine to just get us until the next release." 🤔 #memes #webdev #programming

  • Ultimate #Docker Cheat Sheet https://medium.com/@mahfuz34/ultimate-docker-cheat-sheet-2047f662602d #webdev

  • Vim Command Cheat Sheet https://dev.to/dmotts/vim-command-cheat-sheet-from-beginner-to-advanced-3nnd #webtools #webdev #vim

  • Untitled post 60356

    Have yet to try this, but sounds cool. 🎉 You can have a full LAMP Sandbox (PHP + WebServer + DB) running 100% inside your browser. You can run your own and third-party #PHP applications, like #WordPress. #webdev https://docs.endor.dev/faq/general/https://endor.dev/s/lamp84

  • Loupe is a a full text search engine with tokenization, stemming, typo tolerance, filters, and geo support based on only #PHP and #SQLite. https://github.com/loupe-php/loupe #webdev #opensource

  • Untitled post 60352

    "What if M.C. Escher was an accessibility designer?" 🤔 #memes #a11y #UX #webdev

  • TextQuery is an all-in-one #macOS app to import, query, transform, and visualize your raw data (CSV, JSON, XLSX) using #SQL. It automatically parses your data and creates the schema and handle 1GB+ files. https://textquery.app/ #webtools #webdev

  • Untitled post 60344

    "We didn't devote much in our budget to focus on making our code secure." 🤔 #memes #programming #webdev #security

  • Exploring #MySQL Full-Text Search and Its Implementation in #Laravel FTS allows you to perform advanced text-based queries using indexes rather than scanning entire tables. This makes searches much faster compared to the traditional LIKE operator. https://medium.com/@mahfuz34/exploring-mysql-full-text-search-and-its-implementation-in-laravel-48e030fe6aa0 #webdev

  • Nice looking guide to #Git. HTML and PDF form. "Beej's Guide to Git" https://beej.us/guide/bggit/ #webdev

  • Ways you can intentionally break up long, expensive tasks over multiple ticks of the event loop in #JavaScript. https://macarthur.me/posts/long-tasks/ #webdev