Anders TornbladAnders Tornblad

  • Services
  • Blog
  • Contact
  • Archives
  • Categories
Skip to main content

Archives

  • May 2024
  • January 2024
  • November 2023
  • June 2023
  • May 2023
  • April 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • June 2022
  • April 2022
  • December 2021
  • October 2021
  • July 2021
  • June 2021
  • April 2021
  • December 2019
  • September 2019
  • October 2018
  • June 2018
  • December 2017
  • March 2016
  • February 2016
  • December 2015
  • May 2015
  • April 2015
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • April 2012
  • January 2012
  • December 2011
  • December 2010
  • December 2006
  • March 2006
  • December 1998
  • August 1998

Categories

  • Architecture
  • ASP
  • ASP.NET
  • C#
  • C++
  • CSS
  • Frontend
  • Git
  • Hello World
  • Java
  • JavaScript
  • NuGet
  • PHP
  • Productivity
  • Retrocomputing
  • SQL
  • Teaching
  • Windows
  • ZX Spectrum

Projects

  • Conphig
  • JS MOD player

Repositories

  • addtouch
  • artsy
  • conphig
  • csv
  • ut
  • js-mod-player
  • my-twitter-manager
  • enigmatic
  • mt-mvc
  • zx-spectrum-bitmap
  • 27 October 2022

    Loading MOD files in the browser

    The MOD file is a staple of the 90s demoscene. In this article, I'll read a MOD file in JavaScript, and learn a bit about the format along the way.

  • 24 October 2022

    Generating sound in modern Web Audio API

    My first steps in playing music in the browser using Web Audio API start with generating a simple sine wave in an Audio Worklet.

  • 19 October 2022

    Modernizing Artsy

    I'm modernizing my JavaScript Canvas remake of the 1993 Amiga demo Arte by Sanity.

  • 9 October 2022

    Use a different user account for each Git repo

    This is how you use different user accounts for each of your git repositories, including SSH origin URLs.

  • 22 June 2022

    I'm paying for GitHub Copilot

    A lot of people are talking about GitHub Copilot going from a free trial to a paid feature. I will definitely start paying.

  • 28 April 2022

    A Layered Cargo Cult

    Too many layers in software architecture can seriously hurt quality and speed of development.

  • 21 April 2022

    Cargo Cult Microservices

    Microservices aren't a silver bullet. Many implementations lack good architecture and follow cargo-cult behavior. Choose wisely for your use case.

  • 31 December 2021

    Deleting tweets and likes in C#

    I decided to create my own content destroyer for Twitter, to delete old tweets and likes of mine. I wrote it in C# targetting .NET 5.

  • 20 December 2021

    The State of Frontend Web Development in 2021

    2021 in frontend web dev saw Tailwind CSS, Next.js, and Deno rise in popularity, with Svelte making strides and Web Vitals becoming essential.

  • 14 October 2021

    Find the SQL Server GUID table

    If you have a UNIQUEIDENTIFIER id of a row in a SQL Server database, here's how you can find out what table it belongs to.

  • 5 October 2021

    Conphig v1.0 published

    Conphig is a lightweight .NET 5 package for loading configuration. Version 1.0 is now available on Nuget.

  • 7 July 2021

    Single-table hierarchical data in EF Core

    When listing a tree of entities, the top-level list should only contain parent-less entites. Use the Where method to search for null parents.

⇠ Page 2 Page 4 ⇢