Feedback Loops and Agentic Coding
Feedback loops are simple: do something, see what happened, decide next. Same rule for humans pushing code and agents generating it.
Feedback loops are simple: do something, see what happened, decide next. Same rule for humans pushing code and agents generating it.
Application configuration is a critical part of any software development project. By understanding the different types of configurations, sources, and best practices, you can ensure that your applications are secure, portable, and scalable.
Learn to containerize Jenkins and run Docker commands with Docker inside Docker (DinD) or Docker outside of Docker (DooD). DinD makes Jenkins' containers invisible to the host, while DooD makes them visible as siblings. Each has its own advantages and drawbacks.