Avatar
🤓

Organizations

  • Goji can now be installed with Homebrew Hey, I recently created a CI Pipeline for the goji repository that automatically creates a homebrew formulae for goji. So now the goji binaries can finally be installed without needing go installed on your local machine. to add the homebrew tap simply run brew tap sanriodev/homebrew-goji and install goji via homebrew like so brew install goji This allows you to simply install goji and future packages from this tap if you wanna try them out on linux and macOS.
    Created Thu, 28 Nov 2024 18:45:49 +0100
  • Building a CLI in go Creating a Command Line Interface (CLI) can be a rewarding and fun experience, especially with the powerful combination of Go and Cobra. Here’s a brief overview of how to get started building your own CLI with cobra. All of this is very simple, since I am a newborn gopher myself. I have not practised too much with go yet but I am planning to expand on my knowledge and keep adding features to my CLI.
    Created Tue, 22 Oct 2024 21:49:08 +0200
  • TypeScript and Dart: Taking a look! Introduction In the rapidly evolving world of web and mobile development, choosing the right technology stack is crucial. TypeScript and Dart (likely with Flutter) are two powerful and popular languages that developers often consider. In this blog I will compare my expiriences with TypeScript and Dart, focusing on key features such as async/await, interfaces and abstract classes, null safety, and strong types. Overview of TypeScript What is TypeScript?
    Created Tue, 24 Sep 2024 10:21:42 +0200
  • About this blog Hi, I recently tried to implement a cool blogging feature on my website. However the libraries used to render markdown in react.js were quite a pain to use and did not quite satisfy my needs. That’s when I found out about Hugo. And I quickly decided to create a website specifically for blogging with it and host it on it’s own subdomain. So… again… if you’re reading this and you’re not me, Welcome!
    Created Sun, 22 Sep 2024 21:49:08 +0200