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

  • More #CSS goodies incoming. "CSS scrollbar-color and scrollbar-gutter are Baseline Newly available" https://web.dev/blog/baseline-scrollbar-props With the scrollbar-color property you can change the colors used for scrollbars. Using scrollbar-width you can opt-in to a narrower scrollbar or hide completely. #webdev

  • Untitled post 60337

    "How did you know that the worker installing your power outlets was formerly a bad #CSS developer?" 🤔 #memes #webdev

  • Untitled post 60313

    “As a developer what decisions do you face daily?” 🤔 #memes #webdev #programming

  • Tailwind Alchemist is a #CLI tool to find and replace Tailwind #CSS colors. https://github.com/Einenlum/tailwind-alchemist Check all the #Tailwind default colors used in your project and replace existing colors with new ones while maintaining consistency. #webtools #webdev

  • For #JavaScript devs, this is big. Nice overview w/ link to more docs. https://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/ Replacing Date object. Adds support for time zone and calendar representations, many built-in methods for conversions, comparisons and computations, formatting, etc. #webdev

  • After Coda, my code editor of choice was Sublime Text for a LONG Time before #VSCode. "Why I still like Sublime Text in 2025 after about 15 years of using it" https://ohdoylerules.com/workflows/why-i-still-like-sublime-text-in-2025/ #webdev #programming

  • Untitled post 60307

    “Ever seen a feature in an app that wouldn’t have been needed if things were designed correctly from the start?” 🤔 #memes #webdev

  • “I’m Going Back to #jQuery in 2025” via @chasingquiet.dev https://marc.boisvertdupras.com/going-back-to-jquery-in-2025/ I still use it to this day even beyond #WordPress if I’m not using a framework. Majority of the sites in the web still do. It just works. #JavaScript #webdev

  • Nice look'n SVG to CSS converter. Converts SVG code into a Data URI, an encoded URL format that can be used as a background-image source. #webdev #SVG #CSS https://www.svgbackgrounds.com/tools/svg-to-css/

  • Untitled post 60291

    “Back in my day it was simple but rough. We built sites from whatever we could find. Not pretty, but it worked.” 🤔 #webdev #oldachool #memes

  • As a #VSCode user I might try this. Opening a new project in the same window. #webdevhttps://www.stefanjudis.com/today-i-learned/reuse-editor-window-in-vs-code/

  • Helpful boommark especially for #webdev folks – an alt decision tree. https://www.w3.org/WAI/tutorials/images/decision-tree/ #a11y

  • Nice quick #HTML reference: https://htmlreference.io Also one for #CSS: https://cssreference.io #webdev

  • cs16.css is a #CSS library based on… <checks notes> …Counter Strike 1.6 UI. Neat. https://cs16.samke.me/ #webdev

  • "Build for the Web, Build on the Web, Build with the Web" From @csswizardry https://csswizardry.com/2025/01/build-for-the-web-build-on-the-web-build-with-the-web/ "Web as a platform = a safe bet…Opt into features incrementally…Embrace progressive enhancement…Write code that leans into browser, not away from it." #webdev #frontend #css

  • Untitled post 60276

    “Ever troubleshoot a #WordPress site and spot an old plugin that you didn’t know even existed?” 🤔 #memes #webdev #oldschool

  • https://open-props-ui.netlify.app allows you to use components (like a menu, button, badge, or form elements) that you can copy and paste to your project. #opensource: https://github.com/felix-bohlin/ui #frontend #webdev #CSS

  • A nice little #CSS button generator, in case you need one in a pinch. https://markodenic.com/tools/buttons-generator #webdev