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

Alpaca or Llama

  • Robin Michael

Robin Michael

19 Dec 2024

Sign up for more like this.

Enter your email
Subscribe

Python + React: Live Debugging

A few months ago I was presented with a surprise live debugging session in an interview that covered Python and React items. Both challenges were recorded and expected that I would handle with out any assistance. I did both, then they never responded after asking me if I had responded
01 Feb 2026 3 min read

macOS Base64 encode script

I am working on macOS and I wanted to base64 encode a snippet of json text. For example I have the following JSON snippet. { "array": [ 1, 2, 3 ], "boolean": true, "color": "gold", "null": null, "number": 123, "object&
13 Jan 2026 2 min read

Longest continuous ranges in a list of integers

Presented with this convoluted description of a problem to solve, but simplified to the following: 💡Given an unsorted list of integers with duplicates find the longest incrementing range of numbers As in find_max_continuous_range([1, 1, 0, 6, 3, 5, 5, 4]) is the range [3,4,5,
20 Dec 2025 3 min read
Empty Space © 2026
Powered by Ghost