Close

waterfall

The waterfall is a linear software development methodology. In a waterfall, each project phase must be completed before the next step can begin. This methodology is often used for large, complex projects where there is a clear understanding of the requirements at the outset.

Package Design Principles

Yazılımda Ustalaşmak

Release/Reuse Equivalency states that everything reused must be released and tracked. This has little to do with writing the code or applying algorithms or data structures but with how to structure your software into smaller components. It requires the maintainer to organize the releases, provide a way to migrate from one […]

Devamını Oku

Avoiding Microservice Mega disasters

Avoiding Microservice Mega disasters

You’ve spent months re-architecting your monolith into the new microservices vision. Everyone gathers around to flip the switch. You navigate to the first page…and nothing happens. Refresh…still nothing. The site is so slow that it won’t respond for minutes. What happened? In this session, I’ll walk through a post-mortem of […]

Devamını Oku