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

Post MVC

  • Robin Michael

Robin Michael

19 Apr 2017

This post https://news.realm.io/news/the-post-mvc-age/ clearly explains that the MVC model has reached its endpoint with the rise of Single Page Applications.

I would add that http://elm-lang.org should be on this and that both Reactive Extensions and React/Redux work easier in a functional programming state of mind.

Sign up for more like this.

Enter your email
Subscribe

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

Ersatz Thinking

To learn and understand something you need to encounter challenge or friction just like lifting weights you should lift on a progressive overload to build strength or training to run a marathon you must build up your aerobic base over time with increased training distances and durations. That Large Language
22 Nov 2025 1 min read
Empty Space © 2026
Powered by Ghost