fin: A Trading212 aggregator tool (for Yahoo)

fin: A Trading212 aggregator tool (for Yahoo)

šŸ“… — šŸ§® 796 words — šŸ·ļø tech open-source go

As you could see in my ROI stock series, I’ve been using Trading212 for a while now.

While it has some nice dashboards, I wanted more and since they offer a very nice CSV exporting feature, I decided to create my own Go-based tool to do aggregation and create a financial overview of my stocks.

šŸ’ø You can still use my affiliate link to get your own Trading212 account including a free stock of up to ā‚¬100: https://www.trading212.com/invite/HrAs2dFZ

šŸ’¬ Read more
Using Unix pipes with Go

Using Unix pipes with Go

šŸ“… — šŸ§® 709 words — šŸ·ļø tech go unix tutorial open-source

Header by Alan Levine CC BY 2.0

Go has made it easy to work with Unix operations, it comes with the platform-independent built-in package os to interface with the operating system.

They offer nice features such as os.Stdin and os.Stdout, wrappers of type os.File around the OS’s common standard streams.

The os/exec package is also great. It allows you to run Unix-tools from within your Go application.

Package exec runs external commands. It wraps os.StartProcess to make it easier to remap stdin and stdout, connect I/O with pipes, and do other adjustments.

šŸ’¬ Read more
svc; an opinionated Go service framework

svc; an opinionated Go service framework

šŸ“… — šŸ§® 1213 words — šŸ·ļø tech go open-source

I have been writing Go (or Golang) for about 6 years now. In that time I’ve seen quite a few different ways on how to organize a Go project. During my time at MessageBird I got introduced to a nice layered approach. I’ve taken those lessons and applied them to something that feels right for me; github.com/gerbenjacobs/svc

svc

svc is not an actual framework, but more a convention for creating microservices.

The core of svc is centered around 3 layers: handlers, services and storages. Together with the cmd folder they are responsible for organizing your code into a clean and well-organized structure.

šŸ’¬ Read more
My first open source project

My first open source project

šŸ“… — šŸ§® 681 words — šŸ·ļø tech open-source

Since november last year I started working on the HabboAPI project. While it is not my first repository, and maybe also not the first serious project (that would be my attempt of the RWS library), it's the first where I went the extra mile to create documentation, tests, continuous integration and Packagist support.

I also intend to support this and hope to see other people contribute. So far I have one favourite!

šŸ’¬ Read more
Black and white picture of Gerben Jacobs
Hi!

Iā€™m a 36-year-old software engineer from The Netherlands. My interests lie with (web)development, databases, design patterns, social media, communities, APIs and open data.

More about me, including links to other online services, can be found at gerben.dev

Tags

agile 1 go 3 open-source 4 personal 11 php 5 roi-stock-portfolio 3 scandinavia-2013 3 stocks 3 tech 19 tutorial 1 unix 1 web 1 youtube 1

Socials

Meta