Telegram Web
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.
❀5πŸ‘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.
❀7πŸ‘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.
❀18πŸ‘5
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.
❀7πŸ‘4πŸ”₯1πŸ‘¨β€πŸ’»1
A Jarvis for everyone: AI agents as new interfaces
AI agents powered by the Model Context Protocol (MCP) are transforming user interfaces from traditional screen-based interactions to conversational, context-aware systems. This shift requires developers to rethink frontend architecture, moving from designing static components to crafting intelligent workflows that agents can interpret. The article explores how multi-channel, multi-capability frameworks enable Jarvis-like assistants to seamlessly handle tasks across platforms, the design patterns needed for agent-first interfaces, and the challenges around reliability, privacy, and user trust that teams must address when building these systems.
❀8πŸ”₯3πŸ‘2
State of React 2025

The State of React 2025 survey is now open, inviting developers to share their experiences with React's ecosystem. The survey aims to measure awareness and popularity of React APIs, Server Components, the upcoming Compiler, and related libraries. Running from October 25 to November 25, results will be released openly to help developers and companies prioritize their roadmaps. The survey takes 15-20 minutes and is open to anyone who uses React, from students to professionals.
❀10πŸ‘1
UX 3.0
UX 3.0 represents a paradigm shift from interface-centered design to intelligent ecosystem orchestration, where designers create experiences spanning interconnected devices and AI-powered systems. This evolution introduces four core pillars: ecosystem-based experiences across product lifecycles and platforms, human-AI symbiosis enabling predictive and contextual interactions, ethical considerations around transparency and fairness in AI systems, and co-creation methodologies that democratize the design process. Companies like Google, Netflix, and Spotify exemplify this approach by building adaptive systems that anticipate user needs, personalize experiences through machine learning, and maintain consistency across complex technological ecosystems while addressing challenges of algorithmic bias, privacy, and digital well-being.
❀16πŸ‘2πŸ”₯2
Zed Is Our Office β€” Zed's Blog
Zed Industries runs their entire company using Zed's native collaboration features, including meetings, project work, and individual focus time. The editor was built from the ground up with collaboration as a core feature using CRDTs for conflict-free concurrent editing, integrated voice/screen sharing, and a channel-based workspace structure. The team organizes their virtual office through hierarchical channels for company-wide discussions, project-specific work, and personal focus spaces, demonstrating how real-time collaborative editing can replace traditional meeting tools.
❀5πŸ‘1
Just Use Postgres!

A comprehensive review of Denis Magda's book covering PostgreSQL's capabilities beyond traditional relational features. The 402-page guide explores core database concepts like indexing (B+Tree, hash, partial), transactions, and modern SQL features (CTEs, window functions), then dives into non-relational capabilities including JSON storage and full-text search. The book examines PostgreSQL's extension ecosystem: pgvector for ML/GenAI embeddings, TimescaleDB for time series data, PostGIS for geospatial queries, and pgmq for message queues. Includes performance tuning guidance and discusses when PostgreSQL might not be the right choice.
πŸ”₯8❀5πŸ‘3😁1
ReUI

ReUI is an open-source collection of UI components and animated effects built with React, TypeScript, Tailwind CSS, and Motion. The library offers over 30 different component types including data grids, buttons, forms, navigation elements, and interactive components. It's designed to work seamlessly with shadcn/ui and provides multiple examples for each component type, ranging from basic elements like badges and alerts to complex components like data grids with 21 examples.
❀4πŸ‘4
Announcing DuckDB 1.4.2 LTS
DuckDB 1.4.2 LTS is now available with critical security fixes for database encryption vulnerabilities, new Iceberg extension support for insert/update/delete operations, enhanced logging and profiling capabilities including HTTP request timing, and Vortex file format support. The release also includes performance optimizations for WAL index operations and database detachment, plus fixes for crashes, incorrect results, and storage issues.
πŸ‘6❀2
Announcing Istio 1.28.0
Istio 1.28.0 introduces Gateway API Inference Extension support with InferencePool v1 for managing AI inference workloads, enhanced ambient multicluster capabilities with waypoint routing across remote networks, and native nftables support in ambient mode. The release promotes dual-stack networking to beta, adds security improvements including enhanced JWT authentication with custom claims and NetworkPolicy support for istiod, and provides full Gateway API v1.4 compatibility with BackendTLSPolicy v1. Additional enhancements include ServiceEntry wildcard host support with DYNAMIC_DNS resolution, persona-based installations with resourceScope options, and improved telemetry with dual B3/W3C header propagation.
❀11πŸ‘2
JavaScript Animation Engine


Anime.js is a versatile JavaScript animation library offering several features, including rotating objects, creating motion paths, and animating SVG paths. Users can create timelines, apply staggered animations, and make elements draggable with customizable easing options. The library also supports advanced configurations like spring physics and media query-based animations.
πŸ”₯16πŸ‘5❀3
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘Ž13❀6πŸ‘¨β€πŸ’»2
Introduction to BaseX
BaseX is a lightweight XML database that stores, queries, and manipulates XML data using XQuery and XPath. It offers multiple interfaces including a GUI, command-line tool, and HTTP REST API. The tutorial covers installation requirements (Java 17+), basic database operations (creating, opening, dropping databases), resource management (adding, deleting XML files), querying with XQuery, and HTTP server setup with authentication. The REST API enables programmatic access to databases and resources, supporting CRUD operations through standard HTTP methods.
πŸ‘6❀2
Sync Engines are the Future


Sync engines are poised to revolutionize the way we handle data in web development by collapsing the database and server into a single entity. This approach simplifies the tech stack, ensuring data is consistently synchronized and reducing dependency on traditional database servers. This essay discusses the complexities of data synchronization, the limitations of existing tools like SQL, and the potential of sync engines to streamline backend and frontend operations.

instantdb.com
πŸ‘9❀3
Progress on TypeScript 7
The TypeScript team provides a major update on TypeScript 7.0 (Project Corsa), their native code rewrite of the compiler and language service. The native preview is now stable and production-ready, featuring 10x faster builds through parallelism, complete editor support including auto-imports and refactoring, and high type-checking compatibility with existing versions. TypeScript 6.0 will be the final JavaScript-based release, serving as a bridge to 7.0 with deprecations like removing ES5 support and enabling strict mode by default. The native preview is available today via VS Code extension and npm package, though some features like full emit pipeline and watch mode need refinement.
πŸ‘10❀3
Unosend: One API. Infinite Emails.

Unosend is an email API service designed for developers to send transactional and marketing emails. It offers 99.9% deliverability, a REST API interface, competitive pricing with 5,000 free emails per month, and positions itself as an alternative to established services like Resend and SendGrid.
πŸ‘5❀3
Moving form Logseq to Obsidian
A detailed comparison of migrating from Logseq to Obsidian after 3 years, covering the migration process using the LogSeqToObsidian script, performance improvements (especially on mobile), and feature tradeoffs. Key advantages include better editing experience, snappier performance, and richer plugin ecosystem. Notable losses include namespace organization, journal timeline views, and inline metadata. Both tools use local markdown files, making migration straightforward, with sync plans starting at $5/month.
❀4πŸ‘4
Reaper - An open-source SDK for finding dead code
Sentry open-sourced Reaper, an SDK for detecting dead code in iOS and Android apps through runtime analysis. Unlike static analysis tools, Reaper monitors actual user sessions to identify code that's never executed in production. The iOS version leverages Objective-C and Swift runtime metadata to track type initialization with zero runtime overhead. The Android version instruments bytecode at build time, injecting tracking calls into class initializers. Both implementations allow teams to aggregate usage data across app versions and safely identify unused code for deletion, helping manage codebase complexity and technical debt.
❀9πŸ‘2πŸ”₯2
2025/12/13 13:39:51
Back to Top
HTML Embed Code: