Skip to main content

2 posts tagged with "git"

View all tags

Claude Code in Practice — A Real Guide for Software Development

· 10 min read
Bruno Carneiro
Fundador da @TautornTech
Claude Code in practice for software development

Over the past few months I've been using Claude Code intensively in my work and personal projects. It's not hype — it's an actual work tool. And like any tool, there's a right way to use it, there are traps, there are limits, and there are combinations with other things that change the game.

This article is an honest account. What worked, what didn't, what I learned the hard way, and what I'd tell any developer just starting out. If you want the marketing pitch of "AI will replace programmers," this article isn't for you. If you want to know how to get the most out of it without losing your mind, keep reading.

Principles Related to Software Version Control

· 14 min read
Renato Carneiro
Co Fundador da @TautornTech

Version Control

Version control is the practice of tracking and managing changes to software code. Version control systems are software tools that help teams manage changes to source code over time. They are even more useful for DevOps teams, as they help reduce development time and increase successful deployments.

Version control software keeps a record of all modifications to the code in a special type of database. If a mistake is made, developers can go back in time and compare earlier versions of the code to help fix the error while minimizing disruption to all team members.