Creating Truly Modular Code with No Dependencies
4 years agoKonrad Gadzinowski
Spaghetti code doesn’t just look bad, it makes code brittle and prone to bugs. A modular programming architecture decouples interdependency and makes your code more robust.
Git Flow vs. Trunk-based Development
4 years agoKonrad Gadzinowski
Version control systems helped transform the way we execute and manage software projects. Should we use GitFlow or trunk-based development method? This guide lists the pros and cons of both, and looks at various use cases.
Pay In and Pay Out: How to Create a Marketplace
5 years agoKonrad Gadzinowski
Shopping online is more popular than ever. Let's explore marketplace business models and payment methods for both regional and global services.