Blog.

Just a decorative image for the page.

My musings on anything from leadership to technology to entrepreneurship and back.

Oct 24, 2024

Custom LLM with a RAG

Recently, I've been working on tech diligence and strategy projects, which involve quickly accessing scattered information from various reports and documents. Understanding company products, roadmaps, and customer segments is crucial, and consolidating this data into a single source is a good start, but often not enough. Large language models (LLMs) offer a solution by allowing you to ask direct questions. I implemented a pipeline that securely processes sensitive data and answers questions comprehensively. Let's check it out.

Oct 21, 2024

Good RESTFul APIs

This blog post dives into the nuances of creating well-designed RESTful APIs. We will explore why good API design is crucial, the 'API First' approach, the importance of clear documentation, and why maintaining a single source of truth is essential for success.

Oct 16, 2024

Toyota Production System

In software development, efficiency and effectiveness are crucial for maintaining competitiveness and innovation. One of the most influential methodologies that can help achieve these goals is the Toyota Production System (TPS) that inspired much of what we know today as XP, Scrum and agile.

Oct 8, 2024

User Story Maps

User-story-maps are essential tools for tech teams to visualize user journeys, prioritize features, and plan Minimum Viable Products (MVPs) efficiently. Let's checkout this essential tool.

Oct 3, 2024

Establishing Security In Tech Departments

This blog post outlines a structured approach to establishing security within teams, focusing on key elements such as security chapters, OKRs, roadmaps, and the role of security champions, with real-world examples from leading companies.

Sep 27, 2024

Brown Bag Sessions

Let's dive into what makes Brown Bag Sessions so valuable, and explore some examples of topics and companies that have successfully implemented them.

Sep 18, 2024

Two-Pizza Teams

Jeff Bezos crafted the term 'two-pizza team'. Let's see what it means and how you can use it in your organization to drive focus and growth.

Sep 10, 2024

Career Ladder

Let's talk about a simple and effective career ladder template that I've created. It's freely available and the perfect tool to improve hiring, performance management and defining salary ranges.

Sep 4, 2024

C4 Model

The C4 Model, is a framework for visualizing software architecture through four levels of detail: Context, Containers, Components, and Code, each providing a different perspective to enhance understanding and communication. Let's check it out!

Aug 28, 2024

Plan Like Amazon

Let's discuss planning cycles using Amazon's Operating Model, focusing on customer-centric goals, small teams, and regular reviews for optimal success.