The 4Geeks Podcast (02): Product Development Cycle - Do and Don'ts

Join us as we unravel the secrets of product development at 4Geeks! In this episode, we delve into the 7-step process, from ideation to launch. Discover how our team brings innovative ideas to life, from brainstorming to final testing.

The 4Geeks Podcast (02): Product Development Cycle - Do and Don'ts
🎧
Listen to this and other episodes of The 4Geeks Podcast on your favorite podcasting platform, including Apple Podcast, Spotify and YouTube.

Welcome back to The 4Geeks Podcast! In this new episode Ivan Arroyo, a software engineer here at 4Geeks, joined us for discuss about the 4Geeks Product Development Cycle.

This cycle includes Brainstorming, UX, MVP, UI, Coding, Testing and Product Release, and Ivan, Sergio and Allan discussed deeply about it on this episode.

Read more

How to Build Your Own Internal Developer Platform (IDP) Using Crossplane

How to Build Your Own Internal Developer Platform (IDP) Using Crossplane

In the modern cloud-native landscape, the friction between operation stability and developer velocity remains a critical bottleneck. As organizations scale, the manual ticketing systems traditionally used to provision infrastructure become unsustainable. The solution lies in platform engineering: building an Internal Developer Platform (IDP) that enables self-service capabilities without sacrificing governance

By Allan Porras
Orchestrating State: Building and Deploying Stateful Applications on Kubernetes with Operators

Orchestrating State: Building and Deploying Stateful Applications on Kubernetes with Operators

While Kubernetes excels at managing stateless microservices via standard Deployments and ReplicaSets, managing stateful applications—such as databases, message queues, and distributed caches—introduces significant complexity. These applications require stable network identities, persistent storage, and ordered deployment and termination. To solve this in an automated, scalable manner, high-performing engineering teams

By Allan Porras