A Great Resource for Open-Source Tools
A curated directory featuring over 200 open-source tools serves as an alternative discovery platform to commercial software. The directory integrates with GitHub to display real-time star counts, helping developers assess community adoption and tool popularity when building new technology stacks or replacing existing solutions.
π7β€4
Appwrite Sites now offers unlimited sites on the free plan
Appwrite Sites now supports unlimited sites per project on the free plan, removing the previous one-site limitation that was in place during early access for stability testing. Developers can now deploy multiple test environments, staging sites, and production apps within a single project, with automatic handling of builds, SSL, DDoS protection, and CDN distribution. This update enables flexible workflows for managing everything from micro frontends to documentation pages without requiring plan upgrades.
π8β€1
Forgejo v13.0 is available
Forgejo v13.0 introduces content moderation tools allowing users and admins to report abusive content, enhanced security with improved 2FA enforcement and Actions secrets encryption, and better Actions usability with access to previous run attempts and static workflow validation. Additional features include Pagure repository migration, EXIF data removal from avatars, CI status display on force pushes, and improved markdown editor shortcuts. The release follows a three-month cycle with v11.0 receiving long-term support until July 2026.
β€7π3
Using LLMs to generate user-defined real-time data visualizations
Developers are increasingly using Tinybird to track LLM usage, costs, and performance in AI applications. A new app template called the LLM Performance Tracker allows users to generate real-time data visualizations. The core components include a Tinybird datasource, a Tinybird pipe, a React component, and an AI API route. The backend processes user input to generate chart parameters, while the frontend visualizes the data. This approach emphasizes the importance of performant analytics backends and cautious LLM usage for secure and scalable data visualization.
β€7π1
Pikaday
Most forms don't need JavaScript date pickers. Native HTML date/time inputs handle accessibility, performance, and internationalization automatically. For better usability, consider separate inputs for day/month/year, select dropdowns for limited options, or masked inputs with validation. Complex calendar widgets lead to more errors and accessibility issues. Keep forms simple by using native browser features and basic HTML elements that are easier to use and test.
π4β€1
Stitcher.io
A refactoring case study that simplified a content scheduling system by eliminating a state transition and cron job. The original design used three states (PENDING, SCHEDULED, PUBLISHED) with automated transitions, requiring cron jobs, console commands, and complex logic. The refactor removed the SCHEDULED state and added a future-dated publicationDate field to PUBLISHED posts, using a SQL query to find available time slots. This eliminated moving parts like cron jobs and automatic state transitions, trading one type of complexity for another. The key insight: modeling software directly from human processes doesn't always yield the simplest technical solution.
π6π¨βπ»3β€2
The (lazy) Git UI You Didn't Know You Need
Lazygit is a terminal-based Git UI that enhances productivity through consistency, discoverability, and interactivity. The tool maintains Git CLI terminology while providing visual guidance for operations like interactive rebasing, cherry-picking, and commit patching. Its vim-style keybindings enable quick workflows (e.g., amending and force-pushing in 5 keystrokes), while interactive prompts prevent mistakes and teach better Git patterns. The TUI approach delivers speed and portability without overwhelming users, making complex operations like splitting commits or selective line resets significantly simpler than traditional CLI or GUI alternatives.
β€11π6π₯1
Why we migrated from Python to Node.js
A startup rewrote their backend from Python/Django to Node.js/Express one week after launch due to Python's async limitations. The team struggled with Django's incomplete async support, colored functions problem, and the need for constant sync/async conversions. Despite losing Django's ergonomic ORM, they gained 3x throughput, unified their codebase with their existing Node worker service, and improved code maintainability. The three-day migration was driven by concerns about scalability and code quality rather than immediate load issues.
π11β€10π6
Pikaday
Most forms don't need JavaScript date pickers. Native HTML date/time inputs handle accessibility, performance, and internationalization automatically. For better usability, consider separate inputs for day/month/year, select dropdowns for limited options, or masked inputs with validation. Complex calendar widgets lead to more errors and accessibility issues. Keep forms simple by using native browser features and basic HTML elements that are easier to use and test.
β€12π5
Unmasking a hidden singleton
A load test on monday.com's AI Reports feature revealed a critical race condition caused by a hidden singleton pattern. When multiple users simultaneously generated reports, a WorkdocsAPIService registered as a singleton shared mutable state across concurrent requests, causing workdoc IDs to override each other and trigger 400 errors. The bug remained undetected in production due to low adoption rates and high pod count, which minimized collision probability. The investigation traced through multiple hypotheses before discovering the singleton registration issue, highlighting the importance of load testing, end-to-end concurrent testing, and preferring stateless class designs in asynchronous environments.
β€14π6
The Force-Feeding of AI on an Unwilling Public
Major tech companies are forcing AI integration into essential software and services without user consent, despite only 8% of people willing to pay for AI voluntarily. Companies like Microsoft and Google bundle AI into existing products to hide losses and create artificial adoption metrics. This forced implementation affects email, search, office software, and customer service, making it nearly impossible for users to avoid AI. The author argues this represents a form of technological tyranny that requires legal intervention through transparency, opt-in requirements, and liability laws.
β€15π9
Next.js 15.4
Next.js 15.4 brings Turbopack builds to 100% integration test compatibility, making it ready for production use and powering vercel.com. The release includes stability and performance improvements while previewing Next.js 16 features like unified cache components, optimized client-side routing, enhanced DevTools, stable Node.js middleware, and deployment adapters. Developers can experiment with upcoming features using the canary channel and experimental flags.
π12β€7
CSS has become too POWERFUL
Modern CSS has evolved beyond simple text-based workflows, with advanced features like OKLCH color spaces, complex gradients, timing functions, and path animations becoming difficult to write manually. Visual editors are emerging as essential tools for working with these powerful capabilities, making features more discoverable and encouraging experimentation. The shift toward visual tooling represents a natural evolution as CSS specifications expand faster than developers can keep up with traditional text-based approaches.
β€15π5π₯3π¨βπ»1
This is Kiroween
Kiro announces Kiroween, a Halloween-themed hackathon with $100,000 in prizes across 12 categories. Participants build applications using Kiro's agentic IDE features including specs, agent hooks, steering, and MCP. The competition runs from October 31 to December 5, 2025, with categories like Resurrection, Frankenstein, Skeleton Crew, and Costume Contest, plus a special $10,000 startup prize. All participants receive Kiro Pro+ tier access during the submission period.
πΏ4β€3π1
Designing the Jarvis moment
OpenAI's Apps SDK enables third-party applications to integrate seamlessly within ChatGPT conversations, creating contextual experiences where users complete tasks without switching interfaces. The SDK applies Hick's Law and Fitts's Law principles to reduce decision complexity and interaction distance. Designers should focus on single-purpose, conversation-friendly tasks that can be summarized visually with minimal actions. Best practices include displaying only relevant information, limiting cards to two primary actions, and avoiding complex multi-step workflows. This shift positions ChatGPT as an operating system-like environment, expanding UX design scope toward flows, contexts, and systems that help AI communicate and align with human goals.
β€4π1
Electron 39.0.0
Electron 39.0.0 brings upgrades to Chromium 142.0.7444.52, Node 22.20.0, and V8 14.2. The ASAR integrity feature, which validates packaged apps against build-time hashes to prevent tampering, graduates from experimental to stable. New features include hardware acceleration detection, HDR color space support for offscreen rendering, granular accessibility management, and dynamic ESM imports in preloads. Breaking changes include deprecation of the --host-rules command line switch in favor of --host-resolver-rules, always-resizable window.open popups per WHATWG spec, and restructured shared texture OSR paint event data. Electron 36.x.y reaches end-of-support.
β€6π4
Quiet UI Came and Went, Quiet as a Mouse
Quiet UI, a newly released open source JavaScript web components library, was withdrawn from public availability shortly after launch. The creator, Cory LaViska (known for Shoelace/Web Awesome), announced the library will continue as a personal project but is no longer available to the general public. The repository and social accounts have been removed, though the creator plans to maintain it privately as a creative outlet.
β€9π2
Lissy93/domain-locker: π The all-in-one tool, for keeping track of your domain name portfolio. Got domain names? Get Domain Locker!
Domain Locker is an open-source tool for managing domain name portfolios, providing centralized tracking of domain expirations, SSL certificates, DNS records, and hosting details. It offers automated monitoring with configurable notifications, detailed analytics, and supports both a managed SaaS version and self-hosted deployment via Docker. The application features a comprehensive dashboard for domain visibility, change tracking, uptime monitoring, and cost management across multiple registrars and providers.
β€9π1π1
You're Not Building Netflix: Stop Coding Like You Are
Over-engineering is a common trap for intermediate developers who apply enterprise patterns and abstractions to simple problems. The article argues against premature abstraction, showing real examples of unnecessarily complex code that could be replaced with straightforward solutions. Key principles include: abstract only what changes frequently, wait for three use cases before creating abstractions, avoid interfaces with single implementations, and prioritize readability over architectural sophistication. Simple, boring code that solves actual problems scales better than over-architected solutions designed for hypothetical future requirements.
β€21π6
From student to developer - How open source can launch your career
Contributing to open source projects provides students and early-career developers with real-world experience, mentorship, and professional visibility. Quality contributions demonstrate collaboration skills, technical understanding, and professional communicationβqualities that employers value. Building a public portfolio through GitHub, learning in public, and engaging with communities beyond just writing code develops both technical and leadership skills that launch successful development careers.
β€10π5π₯1π¨βπ»1