webdev
-
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
-
“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
-
"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…
-
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/
-
"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
-
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
-
"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
-
"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
-
"How did you know that the worker installing your power outlets was formerly a bad #CSS developer?" 🤔 #memes #webdev
-
“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