Computer Science and Programming
152K subscribers
663 photos
29 videos
37 files
950 links
Channel specialized for advanced topics of:
* Artificial intelligence,
* Machine Learning,
* Deep Learning,
* Computer Vision,
* Data Science
* Python

Admin: @otchebuch

Memes: @memes_programming

Ads: @Source_Ads,
https://telega.io/c/computer_science
Download Telegram
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.
4👍1
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.
3
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.
5