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

AWS EC2 Base Images

  • Robin Michael

Robin Michael

02 Oct 2017

When you need to find the appropriate Ubuntu base image for AWS EC2 machines

https://cloud-images.ubuntu.com/locator/ec2/

Sign up for more like this.

Enter your email
Subscribe

Data Modeling: SQLite + Python - Part 3

This is a continuation of Sqlite in memory data structures used for general problem solving. As this is a continuation I am going to skip over some of the background details on why to use in memory sqlite and how to create and get to the harder problem that this
06 Aug 2025 6 min read

Data Modeling: SQLite + Python - Part 2

Introduction Working through the question of given text line inputs of a text line with a format of "{City name},{Date},{Max temperature in Celsius}" parse the input lines if possible and find the maximum average temperature for a city in a particular month of a target year.
02 Aug 2025 3 min read

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
Empty Space © 2025
Powered by Ghost