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

Time for a summer beach trip

  • Robin Michael

Robin Michael

07 Jul 2021
Share

Sign up for more like this.

Enter your email
Subscribe

Immutable Data - Python

Object oriented programming is built around the encapsulation of state transitions to occur with in the data objects. For example in the below Tracker class I want to hold a variable that describes the current version of the object. @dataclasses.dataclass class Tracker: version: int = 0 def update_version(self)
23 Aug 2026 2 min read

SQLite - Bulk insert compare

Working on a way to do a quick compare of similar data that is analogous to a structured row of data from a SQL table. Now the data itself will have a current version and a previous version and it is stored in a JSON format file. At first I
26 Jul 2026 3 min read

Strong Opinions, weakly held

Translation 💡Irrational confidence and glaze your opponents I want to dig into this trite phrase that isn't insightful unless your insight is manipulation delivered with a smile. This phrase popularized by large software companies management idiots i.e. Amazon, Microsoft, Google is not of value and is in
20 Jun 2026 2 min read
Empty Space © 2026
Powered by Ghost