-
Software Development
Can Sev1 Issues Be Detected BEFORE They Hit Production?
Sev1 issues in production cost companies money. In order to prevent them from ever happening, we need to be able…
Read More » -
Agile
The eroding of the product developed
SDLC or the software development life cycle is the different phases that is present in the development an entire application…
Read More » -
Enterprise Java
Guidance for Building a Control Plane for Envoy – Domain Specific Configuration API
Establishing your control-plane interaction points and API surface Once you’ve thought through what components might make up your control-plane architecture…
Read More » -
Enterprise Java
Guidance for Building a Control Plane for Envoy – Identify Components
Identify which components you need for your control plane As the spectrum of operating environments varies wildly, so too could…
Read More » -
Enterprise Java
Guidance for Building a Control Plane to Manage Envoy Proxy at the edge, as a gateway, or in a mesh
Envoy has become a popular networking component as of late. Matt Klein wrote a blog a couple years back talking…
Read More » -
Software Development
How to design using state machines?
Designing an application typically involves focussing on the application requirements from various angles and thus arriving at different design objects…
Read More » -
Software Development
Requirements to Release (R2R)
R2R journey and its problems The journey from requirements to release (R2R) consists of 3 major phases. Design, Develop and…
Read More » -
Software Development
Standardising software application designing
Existing design-scape for software application design The state of software application designing is currently subjective. There exists a definition of…
Read More » -
Core Java
Accumulative: Custom Java Collectors Made Easy
Accumulative is an interface proposed for the intermediate accumulation type A of Collector<T, A, R> in order to make defining…
Read More »