» Tag
software-development
55 postsMigrating a 350k-Line Java/JSP Application to TypeScript in Five Days
A 350,000-line Java/JSP application was migrated to TypeScript in five days using AI agents.
Challenges of AI-Assisted Development for Engineers
AI-assisted development presents challenges for engineers, altering planning and integration processes. Explore how these changes impact productivity.
xAI Open-Sources Grok Build: A Terminal AI Coding Agent
xAI has open-sourced Grok Build, a Rust-based AI coding agent that enhances productivity for engineers.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comGorai – A Go-Based Robotics Framework for the AI Era
Gorai offers a Go-based robotics framework for the AI era, enabling robots to be built as distributed systems.
Git Checkout Issue: Two Commits Lost, Worktrees Provided the Solution
Exploring lost commits after git checkout and solutions with worktrees.
Build Your First MCP Server in Python: Give Claude Your Notes
Learn to build a simple MCP server in Python using the Model Context Protocol. Integrate it with Claude Code.
Helicone Enables Users to Write SQL Directly to a Shared ClickHouse
Helicone has launched HQL, allowing users to write SQL queries on a shared ClickHouse. Security is ensured through row policies.
The Role of Contracts in AI-Generated Code
Integrated contracts with Specmatic enhance safety in AI-assisted software development.
I Built an AI That Turns GitHub Issues Into Pull Requests
resolvo converts GitHub issues into pull requests, saving developers time and increasing efficiency.
Stop Mass Assignment Before It Reaches Your Authorization Layer
Implement a three-tier authorization process to prevent mass assignment.