Automating your CompiledSanity Finance Sheet with UpBank
July 16, 2021Compiled Insanity Finance spreedsheets allow you to track your ETFs, Stocks, Property, Assets and more. You can get the free version…
Configuring Bearer Auth with Open-API typescript-fetch
June 11, 2021This blog post is a quick walk through of configuring Bearer Auth for your open-api generated typescript-fetch client. I ran into this…
Why Im thinking about moving away from VueJs
May 19, 2021I have spent the last year maintaining and building a VueJs Application, vue was chosen because of great documentation, being easy to get…
My Takeaways from The Hard Things About Hard Things
May 18, 2021Recently I finished reading Ben Horowiz 'book The Hard Things About Hard Things. I loved reading this book and served as a great depth of…
Guide to getting started with a Definition Of Done
April 11, 2021Definitions of done are used in agile teams to help maintain quality and set standards when producing work. It helps new developers to also…
What programming language should i learn in 2021?
January 28, 2021What programming language to learn is one of the hardest questions you can ask when learning to program, for each person you ask you're more…
Extracting Service Configuration in Dotnet 5
December 08, 2020This blog posts is a simple guide on how we can extract services from our startup.cs file separate configuration files allowing us to have…
Testing Vuex actions with Mirage JS
May 13, 2020mirage js is a mocking library that allows you to build front end applications without an existing backend the documentation is an…
Mocking in Dotnet Core
October 16, 2019What is mocking? Mocking is one of the fundamentals we as developers need in our toolkit when it comes to writing tests. With mocking we can…