Software Engineer & Technology Consultant

Welcome! I'm Andraž, a software engineer and technology consultant from Ljubljana, Slovenia, where I've spent the last decade building and scaling web services, cloud infrastructure, DevOps systems, and data pipelines.

Latest Articles

by Andraz Brodnik brodul Tips

Hard to implement without tests - python ConfigStore example

I get asked a lot if it really makes sense to write tests for software. The general answer is yes, but it depends with who you are working with, the complexity, life cycle of the project and many other factors. I would argue that is very hard to have a …

python testing
Read more →
by Andraz Brodnik brodul Tips

Get over CORS error when developing locally

Why you're here? You are developing a frontend and running a development server, your server is running on your localhost interface on port 8080. In order to develop the frontend app you need the api from localhost running on port 8000. You write your frontend code and an set the …

traefik tips
Read more →
by Andraz Brodnik brodul Tips

Free and powerful alternative to ngrok

In the days that ngrok did not exists. We used a simple ssh protocol feature called port forwarding. SSH port forwarding enables us to tunnel an application to the remote server or vice versa. To do this you will need: a UNIX like (e.g.) linux, with nginx a domain …

ssh tips
Read more →
Page 1 of 6 Next →

Featured Projects

Slovenia's premier technology podcast fostering the local tech community and sharing engineering insights.

Podcasting Community Technology

BSides Ljubljana Badges

Created 400+ custom PCBs for BSides Ljubljana conference attendees since 2018. Non-profit hardware project.

PCB Design Hardware Non-profit

Slovenian DiceWare Generator

Password generator using the diceware algorithm, implemented in purely functional Elm language.

Elm Security Open Source

Instagram UI Clone

UI clone of popular image social network to explore modern UI design ecosystem and tooling.

HTML/CSS UI Design Research