Articles

Adding Canonical URLs to a Remix website
Tech Noah Bieler Tech Noah Bieler

Adding Canonical URLs to a Remix website

Remix is a React framework to create websites and single page applications (SPA). By default, it creates however only the essentials, and lacks Canonical URLs, which are important for search engine optimization (SEO). Luckily, they can be added with only a few lines ...

Read More
Git-Fu Level 1: Red Belt
Tech Noah Bieler Tech Noah Bieler

Git-Fu Level 1: Red Belt

The second level (“red belt”) will show you the various concepts that help you collaborate with others or when working on several ideas at once.

Read More
Git-Fu Basics: White Belt
Tech Noah Bieler Tech Noah Bieler

Git-Fu Basics: White Belt

The start of a three article long series about git, a tool to keep track of your code changes.

Writing code without a good code versioning system (CVS) is like heading into the jungle without …

Read More
Creating a Good Program
Tech Noah Bieler Tech Noah Bieler

Creating a Good Program

How can one write a good program? What are the necessary steps?

Apparently, if you want to be good in your field, you should not focus on solving the problem quickly but to find the right problem first…

Read More
TWS and Akka actors
Tech Noah Bieler Tech Noah Bieler

TWS and Akka actors

Combining TWS API from Interactive Broker with Akka actors.

Recently, I was writing a small Portfolio Optimizer that could …

Read More