• Home
  • About
  • GitHub
  • Keybase
  • LinkedIn
  • Projects
  • Subscribe
  • Twitter
  1. Syncing GitHub and GitLab activity using Gitivity

    The activity charts of GitHub are a well known feature; some love them, some hate them. These charts are displayed on the profile page of users on the site, and represent a users contribution activity across the site in yearly blocks. This post is going to cover working with tool…

    Approximate 7 min read published November 19, 2023
  2. Using Embedded JSON storage with the Titanium SDK

    For those who are unaware, the Titanium SDK has long been a good option for cross-platform mobile development. With the recent move to it being a fully open source project (via TiDev) I decided to revisit for some minor experimentation. This post is going to cover working with JS…

    Approximate 8 min read published May 07, 2023
  3. A Small Update on Whitfin.io

    Due to a severe lack of both time and motivation, I haven't written much on this site in the last few years beyond occasionally updating my projects page. To ignite my spark for writing here again, I have just finished rewriting the entirety of this site! For those who don't know…

    Approximate 2 min read published May 07, 2023
  4. Settings Aliases for Git Sources

    I'm sure many of you go to places like the GitHub or GitLab UI to copy the URL to clone a repository. I thought I'd share a small configuration I found recently in my .gitconfig that helps save some time when setting remotes in Git repositories (or cloning new ones). Before I fou…

    Approximate 2 min read published April 28, 2020
  5. Some Thoughts on Rust's Async/Await Debate

    Update 2023: I'm happy to say that the syntax selected has proven itself as a good choice, and getting used to it really wasn't as much of a pain point as I had anticipated. I'm going to leave my original post here for reference, but know that I think the direction taken by the R…

    Approximate 10 min read published May 09, 2019
  6. Building Simple APIs with Hyper and Usher

    When writing a web service, I often lean towards using tools that are as minimal as possible. One pretty obvious reason for this is the avoidance of dependencies you either don't want or don't need in your project. Whilst I'm not someone who goes out of their way to avoid depende…

    Approximate 15 min read published May 03, 2019
  7. Easy Concurrency Locking in Erlang/Elixir

    Out of the box, Elixir and Erlang offer a very powerful tool for serializing access to a resource via the GenServer included in OTP and surfaced in the Elixir standard library. As a GenServer processes messages it receives both in order and synchronously, it becomes a great tool…

    Approximate 7 min read published March 03, 2019
  8. Visualizing Developer Download Counts

    This short post is about a small application I wrote to track developer stats, named My Dev Statistics. If you want to skip to the finished product, you can find the application on both the iOS App Store and Google Play. For a long time now, I've wanted to build something small a…

    Approximate 6 min read published December 22, 2018
  9. Writing MapReduce Jobs Using Rust and Efflux

    During my work life, I spend a lot of time working with MapReduce-style workflows, particularly with Hadoop infrastructure. A lot of this work is spent with larger amounts of data in order to implement the batch layer of the Lambda architecture. Due to this, the largest concern i…

    Approximate 10 min read published November 28, 2018
  10. Simulating Distributed Clusters for Elixir Unit Tests

    During the recent addition of distribution to Cachex, I realised that testing distributed behaviour is quite annoying. Although there's a tonne of useful inside the OTP standard library, it's not particularly obvious if you don't know what you're looking for. Most projects (such…

    Approximate 6 min read published November 23, 2018
Page 0
Page 1 of 4
Page 2

© 2023 Isaac Whitfield.