Empty Space
  • Home
  • Resume
  • Posts
  • Personal
  • Code
Sign in Subscribe
code

How SAFe feels

  • Robin Michael

Robin Michael

14 Oct 2021 • 1 min read

Scaled Agile Framework

Sign up for more like this.

Enter your email
Subscribe

Binary Search

Asked to find the index of a value within a sorted list of numbers. That means binary search right. Point of reference here is that I have never had to do this in a work setting because the data is never ordered or kept in order. Uniqueness sure, but the
20 Jul 2025 1 min read

Data Modeling: SQLite + Python

Working through a parsing problem of text files and finding the relationships between them. In this case there are three relevant files * UserIP - Holds the IP and UserId tracking information * Purchased - Holds the UserIds of every user that makes a purchase * AdClick - Contains various information, but the
04 Jul 2025 4 min read

Import git history

Need to import the git history of one repository into another due to consolidation of several separate microservices into a single vertical slice service. Example I have a repository called infra and I want to import the history of commits into the new current folder as it holds my consolidated
22 Jun 2025 1 min read
Empty Space © 2025
Powered by Ghost