The 13 software engineering laws
π https://newsletter.manager.dev/p/the-13-software-engineering-laws
TLDR Explore 13 key software engineering 'laws' like Parkinsonβs Law, Hofstadterβs Law, Conwayβs Law, and Murphyβs Law. These guidelines help engineering managers and developers understand and navigate common challenges in project estimation, team dynamics, product management, and feature creep.
Please open Telegram to view this post
VIEW IN TELEGRAM
π17
Introducing the Supabase UI Library
π https://supabase.com/blog/supabase-ui-library
TLDR Supabase has released an official UI Library consisting of ready-to-use components built on shadcn/ui, compatible with various React frameworks. The library includes components for password-based authentication, file uploads, real-time cursor sharing, user avatars, and chat functionalities. These components are fully customizable with Tailwind CSS and designed to simplify the integration of complex features in your projects. Additionally, Supabase provides AI code editor rules to enhance development with Supabase and Postgres.
Please open Telegram to view this post
VIEW IN TELEGRAM
π17β€1
How to Choose Between SQL, Query Builders, and ORMs in Node.js
π https://blog.appsignal.com/2025/03/26/how-to-choose-between-sql-query-builders-and-orms-in-nodejs.html
TLDR When building Node.js applications with relational databases, developers can choose between raw SQL, query builders, and ORMs. Each approach has its strengths and weaknesses. Raw SQL offers fine-grained control and performance but is complex to manage. Query builders provide a balanced and secure way to create queries, while ORMs offer high-level abstraction for quick development and schema management. Ultimately, the best choice depends on the specific needs of the project and the developer's expertise. A hybrid approach combining these methods can also be effective.
Please open Telegram to view this post
VIEW IN TELEGRAM
π12β€4π¨βπ»1
Trends #7: TypeScript is getting 10x faster!
π https://newsletter.techworld-with-milan.com/p/trends-6-typescript-is-getting-10x
TLDR Microsoft has rewritten the TypeScript compiler in Go, leading to significant performance improvements like 10x faster builds and 50% less memory usage. JetBrains' State of Developer Ecosystem 2024 highlights TypeScript, Rust, and Python as the fastest-growing languages. AI tools are improving productivity but may degrade code quality and critical thinking skills. The World Economic Forum forecasts that skills in AI, big data, and creative thinking will be critical by 2030.
Please open Telegram to view this post
VIEW IN TELEGRAM
π6β€1
Summer 2025 Tech Internships by Pitt CSC & Simplify
Use this repo to share and keep track of software, tech, CS, PM, quant internships for Summer 2025.
π» https://github.com/SimplifyJobs/Summer2025-Internships
Use this repo to share and keep track of software, tech, CS, PM, quant internships for Summer 2025.
Please open Telegram to view this post
VIEW IN TELEGRAM
π5β€4
NVIDIA PhysX
π» https://github.com/NVIDIA-Omniverse/PhysX
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of NVIDIA CORPORATION nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
Please open Telegram to view this post
VIEW IN TELEGRAM
π9β€2
ferronweb/ferron: A fast, memory-safe web server written in Rust.
π» https://github.com/ferronweb/ferron
Ferron is a high-performance, memory-safe web server built with Rust. It uses Rustβs async capabilities for speed, focuses on security and robust concurrency, and features a modular architecture for customization. Currently, Ferron is under development with installation instructions to be provided upon the initial release. Users can clone the repository and build the project using Cargo.
Please open Telegram to view this post
VIEW IN TELEGRAM
π23π₯5β€2
microsoft/playwright-mcp: Playwright Tools for MCP
π» https://github.com/microsoft/playwright-mcp
Microsoft's Playwright MCP is a Model Context Protocol (MCP) server designed for browser automation using Playwright. It allows LLMs to interact with web pages through structured accessibility snapshots, avoiding the need for vision models. Highlights include fast and lightweight operation, LLM-friendly tools, and deterministic tool application. The MCP supports tasks like web navigation, form-filling, data extraction, and automated testing. Itβs installable via VS Code CLI and supports both headless and headed modes. There are two modes: Snapshot Mode (default) for performance and reliability, and Vision Mode for visual interactions.
Please open Telegram to view this post
VIEW IN TELEGRAM
π15
The hidden costs of production issues: Insights from 280 companies
π https://digma.ai/the-hidden-costs-of-production-issues-insights-from-280-companies
TLDR Software teams constantly juggle speed and quality, but production issues significantly drain resources. A study of 280 developers reveals that while 62% of teams use automated testing, 30% lack performance testing, leading to bottlenecks. Engineering teams spend 10-35% of their capacity on production issues, with diagnostics consuming 70% of that time. Despite high cloud costs, only 25.7% of teams optimize code-level inefficiencies. Shifting issue detection left can reduce cloud waste, cut troubleshooting time, and improve software reliability.
Please open Telegram to view this post
VIEW IN TELEGRAM
π7β€3
Tech, code, and endless laughs! π
Join for the best programming memes and dev humor. Because coding should be fun!
@memes_programming
Join for the best programming memes and dev humor. Because coding should be fun!
@memes_programming
β€29π11π6πΏ2
Everyone knows all the apps on your phone
π https://peabee.substack.com/p/everyone-knows-what-apps-you-use
Until recently, any app on an Android device could access a list of all other installed apps without permission. Although Google's package visibility policy in Android 11 (2022) restricted this access, some apps still find ways around the policy. Notable examples include Indian apps like Swiggy and Zepto, which list hundreds of apps in their manifest files for user profiling. The policy loophole and its exploitation raise significant privacy concerns, highlighting the need for stricter enforcement.
Please open Telegram to view this post
VIEW IN TELEGRAM
πΏ14π12β€2
How To Become A Hacker: A Step-By-Step Guide
π https://medium.com/@sebastiancarlos/how-to-become-a-hacker-a-step-by-step-guide-94902dc425b0
TLDR A hacker details their mission to dismantle the Domain Name System (DNS) and return the web to a free state. The story involves compromising keyholders across the globe using skills in hacking, cryptography, and social engineering while clashing with corporate interests. The hacker ultimately triggers a fail-safe implemented by a keyholder that disrupts the existing DNS structure, challenging the centralized control of the internet's key security protocol.
Please open Telegram to view this post
VIEW IN TELEGRAM
π16β€5π₯4π¨βπ»4
Prepare now: Docker Hub rate limits will impact GitLab CI/CD
π https://about.gitlab.com/blog/2025/03/24/prepare-now-docker-hub-rate-limits-will-impact-gitlab-ci-cd
TLDR Starting April 1, 2025, Docker Hub will enforce pull rate limits, significantly impacting CI/CD pipelines that pull images without authentication. GitLab users are recommended to configure Docker Hub authentication to increase rate limits, use GitLab Container Registry, or leverage GitLab Dependency Proxy with proper authentication. Implementing these changes before the deadline can avoid pipeline failures. GitLab is updating its infrastructure and providing documentation to help users transition smoothly.
Please open Telegram to view this post
VIEW IN TELEGRAM
π8β€3
Geocities.live - Turn any website into 90s dot-com era
π https://www.producthunt.com/posts/geocities-live
Geocities.live is a tool that lets users transform any modern webpage into a 90s GeoCities-style page using AI. It's a creative way to counter the monotony of modern templates like tailwind and shadcn.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€10π7π₯3
mcpt - Managed registry for MCP servers
π https://www.producthunt.com/posts/mcpt
TLDR mcpt by Mintlify is a managed registry for Model Context Protocol (MCP) servers. These servers enable AI tools to interact with external data sources, ensuring reliable and up-to-date access. mcpt simplifies the exploration and utilization of the fragmented MCP ecosystem by providing a curated list of official servers.
Please open Telegram to view this post
VIEW IN TELEGRAM
π11β€4
fleet
π» https://github.com/fleetdm/fleet
Open-source platform for IT and security teams with thousands of computers. Designed for APIs, GitOps, webhooks, YAML, and humans.
Please open Telegram to view this post
VIEW IN TELEGRAM
π12β€3π₯1
Does AI really make you more productive?
π https://toddle.dev/blog/does-ai-really-make-you-more-productive
TLDR The post discusses the impact of AI on software development productivity, based on findings from the 2024 Accelerate State of DevOps Report. While AI tools are widely used for various coding tasks, there are concerns about their negative effects on software delivery metrics like throughput and stability. Large AI-generated code batches can slow down reviews and increase the risk of bugs, potentially making developers less productive despite the perceived speed gains from AI.
Please open Telegram to view this post
VIEW IN TELEGRAM
π24β€8