Using Github Actions with Private Repositories in the Same Organization

I have been struggling with Github Actions for a couple of hours now. My problem is that Github Actions cannot read from private repositories in the same organization. Additionally, I have been unable to install Go packages because Git does not know which username and password to use. This post describes a solution to these issues. For a hobby project, my friend and I have an organization where we store all our code....

September 10, 2023 · 3 min

Building a data warehouse

A while ago, I was given the opportunity to be involved in a data warehouse project for Zimpler, which is my current employer. I joined this project mainly because I had no experience in the field and wanted to explore how to build a data warehouse and learn the process, and I did. Here are some things I’ve learned since the beginning. PS, some people will probably think this is basic stuff, and it probably is....

August 22, 2023 · 6 min