Skip to main content
← All Tags

software-engineering

711 articles in this category (Page 28 of 30)

AI NewsSoftware Engineering.NET

C# Architecture Mastery — Scaling Teams with Architecture (Conway’s Law & .NET) (Part 11)

Explore Conway’s Law and how .NET architecture can be intentionally designed to scale teams without hindering delivery speed.

Read more
AI NewsSoftware EngineeringTechnology

AI is a Normal Technology, Not Magic

Former Stack Overflow board member Anil Dash argues AI is an evolution of existing technology, not a revolutionary force, and emphasizes the importance of evaluating it realistically.

Read more
AI NewsSoftware EngineeringReliability

Tech's Quiet Season: A History of Holiday Chaos

Historical tech events frequently occur during the holiday season, highlighting the risk of critical failures during periods of reduced staffing.

Read more
AI NewsDevOpsSoftware Engineering

Self-Healing AI Agent Platform Built with FastAPI and Docker

Cyber AI Meld generates production-ready Python backends from prompts, featuring a self-healing CI pipeline that fixes syntax errors up to 3 times.

Read more
AI NewsSoftware EngineeringAI Tools

5 Agentic Coding Tips & Tricks

Improve agentic coding workflows by enforcing clarity, evidence, and containment to ship correct, testable, and traceable code changes.

Read more
AI NewsCareerSoftware Engineering

Feeling Lost as a Developer? A Guide to Finding Your Direction

This article addresses common feelings of being lost in a software development career, outlining action plans for different experience levels.

Read more
AI NewsSoftware EngineeringAI Tools

🎰 Stop Gambling with Vibe Coding: Meet Quint

Quint, a new CLI toolkit, aims to reduce AI-assisted engineering errors by enforcing a 'Thinking Framework' and improving code quality.

Read more
AI NewsCodingSoftware Engineering

Blind 75: Why It Matters and How to Actually Master It

Blind 75 is the standard for coding interview preparation, covering 75 LeetCode problems to build essential data structures and algorithms skills.

Read more
AI NewsDataSoftware Engineering

Introduction to Netflix Hollow

Learn about Netflix Hollow, a low-latency framework for disseminating data, designed to mitigate Java heap space issues by offloading data to external storage.

Read more
AI NewsRAGSoftware Engineering

Code-Aware RAG Tool for Developers Seeks Feedback

A new RAG tool uses AST-based code chunking and dependency graph expansion for more relevant code retrieval.

Read more
AI NewsSoftware EngineeringUX Design

Interface is Everything, and Everything is an Interface

The Stack Overflow podcast with Wesley Yu of Metalab explores how evolving interfaces, from mobile gestures to AI-powered interactions, are reshaping user expectations and demanding new technical paradigms.

Read more
AI NewsSoftware EngineeringWeb Development

Companies Demand Elite Engineers, Yet Their Websites Load Like a Dying Dial-Up Modem

A current critique of tech hiring practices reveals a disconnect between demanded skills and actual website performance, citing slow load times and poor code quality.

Read more
AI NewsSoftware EngineeringCareer

“Fuck LeetCode?”: Why the Interview Grind Feels Impossible and How to Cope

Many engineers experience frustration with LeetCode's difficulty, with 91% of Redditors questioning if software engineering is worth it due to the intense pressure.

Read more
AI NewsAutomationSoftware Engineering

AI Automation: It’s Not Magic, It’s Engineered Time

AI automation is gaining traction, enabling faster workflows and increased efficiency—AmirAli Alamdar highlights its role as a 'super-fast assistant'.

Read more
AI NewsSoftware EngineeringData Engineering

Continuous Journey through Dagster - bugs and testing

Recent contributions to Dagster highlight the challenges of debugging race conditions and CI pipeline failures in open-source projects.

Read more
AI NewsMachine LearningSoftware Engineering

OpenAI Releases GPT-5.1 Models with Enhanced Conversation and Coding Capabilities

OpenAI’s GPT-5.1 release introduces faster reasoning, improved instruction following, and coding optimizations, notably achieving better SWE-bench scores.

Read more
AI NewsSoftware EngineeringC++

Advent of Code 2025 Day 7: Beam Tracking with C++

Advent of Code 2025 Day 7 puzzle solved with C++: 1.5 trillion beam paths tracked in part two.

Read more
AI NewsScientific ComputingSoftware Engineering

Scientific Programming Needs Rigorous Software Engineering Practices

Scientific code quality is critical as computational work becomes central to modern research. Poor practices risk irreproducible results and technical debt.

Read more
AI NewsSoftware EngineeringAI Development

Fitness Copilot: AI-Powered Tracking with Spec-Driven Development

Fitness Copilot combines AI vision and spec-driven workflows to deliver context-aware fitness tracking with real-time validation.

Read more
AI NewsSoftware EngineeringRetro Tech

Resurrecting Microsoft Encarta 1998 with AI-Generated Encyclopedia Content

A 1998 Microsoft Encarta revival uses GPT-4o-mini to generate 42,000+ articles in 1990s academic tone.

Read more
AI NewsSoftware EngineeringData Science

Chunking Drift: The Silent Culprit Behind Retrieval Failures

70-80% of retrieval issues stem from undetected chunking drift, not embeddings or models.

Read more
AI NewsSoftware EngineeringOpen Source

Semantic Search Engine Built with CocoIndex in 2 Days

Built a semantic search engine with CocoIndex, indexing 500+ docs in 30 seconds and achieving 50ms query responses.

Read more
JavaConcurrencyPerformance

Java 25 Gather API

How Java 25's Gather API brings virtual thread-based concurrent processing to streams, eliminating the choice between readable code and performant I/O. Practical examples, performance data, and migration patterns included.

Read more
AI NewsSoftware EngineeringInteraction Design

Building a Responsive Interface with Kiro: My first hackathon project

A first-time hackathon project using Kiro to build a responsive, behavior-driven UI with real-time user interaction triggers.

Read more