webdev
-
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
-
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
-
“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/
-
“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/