avatar

The Bearded Code Monkey

Code and things related

Getting started with git in Visual Studio

The last year or so at Schultz we have started to use git for more and more projects, and I have become the goto guy for git related issues. The last few times new developers have joined my project or started a new project using I have compiled an email with useful links on git and git from Visual Studio. So thought I might just put it in a blog post instead.

Installing Windows 8.1 on my mac

I recently got a new machine. And since i do a fair bit of iOS development (through Xamarin) I chose to get a mac. However, since I still do most of my work on Windows I would like to be able to boot it directly into Windows. No problem I thought, mac has Bootcamp. I’ll just install the newest version of Windows using the Bootcamp assistant. Well everything went well until the Windows installation had to update the boot record. I popped a message box stating that “Could not update the boot configuration”. No way to continue!

Finding big files in a git repo on windows

I recently joined a project that had been working on a product for a few years already. The team had used TFS for source control until just a few weeks before I joined. Because of external circumstances the team had decided to migrate the complete source tree to git (still hosted on TFS though). After the migration to the new git repository it turned out that the repository was quite big, to more precise it was around 1,2 GB. This could of course just be ignored since TFS repositories with a few years of age can easily grow to that size - we stick anything in there don’t we. Anyway with a recent story in mind and because we had to do a lot of cloning of the repository, I decided to have a closer look at the repo to see if we had any big files checked in by mistake.

Setting up a difftool for git on windows

Well i have been using DiffMerge from SourceGear as the default diff tool in Visual Studio for quite a few years now. I use git more and more now but I never took the time to add a diff tool to the git configuration. But since i recently got a new dev machine I thought i might just set that up as well. Installation 🔗I installed with Chocolatey (remember to run cmd og PowerShell as admin) which i use to manage most of my dev tools. In fact i maintain a script on github with all the tools I use, so if you haven’t used Chocolatey for application installation, now’s your chance.

About

As a seasoned technologist and senior technology leader, Jakob has held pivotal roles such as Chief Information Officer (CIO) and Chief Technology Officer (CTO), bringing over two decades of experience across diverse industries, including healthcare, government, security, and financial services. With an international career spanning Europe and Oceania, with a global perspective on technology management and innovation. In Jakob’s current role as CIO, he oversees the development and management of a Customer Relationship Management (CRM) and loan origination platform for the largest group of finance brokers in Australia and New Zealand. This platform supports over 6,000 brokers and advisers, partnering with more than 60 banks and lenders. Throughout Jakob’s career, he has operated at various levels of technology management, from hands-on development to executive leadership. Jakob’s passionate about building products that delight customers and is committed to developing high-performing technology organisations that drive business success.

Hello blog

This is an introduction post! Oh well I guess one can’t stat a blog without some kind of introduction. I’m software developer, a husband, a dad and a lot of other stuff. I really enjoy working in technology and I truly get thrilled when diving into new shiny languages, frameworks and tools. I’m starting this blog because I want to archive some my thoughts and programming experiments. Who know it might be useful later.