web | https://blog.pecar.me/ |
---|---|
Author | Anže |
Feb. 10, 2022 » Anže’s Blog » [Archived Version]
Overview of common methods for managing Python dependencies
Read MoreJan. 21, 2022 » Anže’s Blog » [Archived Version]
Upgrading from Django 2.2 to Django 3.2 caused a severe performance degradation with MySQL 5.7 due to a bug introduced in Django 3.1.
Read MoreJan. 7, 2022 » Anže’s Blog » [Archived Version]
Highlighting some of the new features in Python 3.8 and 3.9.
Read MoreAug. 13, 2019 » Anže’s Blog » [Archived Version]
In the last article we learned how important it is to reduce the friction in code reviews, by making code reviews your top priority. Based on the theory of constraints, not working on the bottleneck is counterproductive. If your code review queue is backed up, writing more code will not make you deploy features any faster!
Read MoreJuly 15, 2019 » Anže’s Blog » [Archived Version]
Code reviews are insanely useful. The only problem is that they have the nasty habit of making your cool new feature stuck in the queue waiting for reviewers. Let’s take a look at how to make sure code reviews are done as efficiently as possible. Let’s see how we can do quality code reviews without impeding feature velocity.
Read MoreJune 27, 2019 » Anže’s Blog » [Archived Version]
Code reviews are an important part of how we write code today. It’s pretty rare to find a company that doesn’t practice code reviews in some shape or form. If the drivers for doing code reviews in the company aren’t engineers it’s regulation. Code reviews have become a compliance requirement for some security standards (e.g. PCI DSS 3.0)!
Read MoreApril 30, 2015 » Anže’s Blog » [Archived Version]
I’ve been using golang for the past few days and I really like it. It’s fast, it’s typesafe, it’s easy to learn and it has concurrency built right into the language.
Read MoreOct. 26, 2014 » Anže’s Blog » [Archived Version]
Last Friday a coworker asked me how was I able to grasp the complexity of our project so quickly, while he’s been struggling with it for months. I never gave it much thought, but it was true. I went from novice to pro faster than any other dev that joined the team. This even went so far that the CEO started calling me ‘star developer’. At first I fought they were all mocking me, but later I came to realize they were honestly impressed by the progress I’ve made.
Read MoreOct. 10, 2013 » Anže’s Blog » [Archived Version]
Recently, I’ve helped in the making of a cool little side project WindowShopper.
Read More