Posts
-
1 Billion Rows challenge followup: trying Golang
Rewriting Python's code to Golang and testing its performance in 1 billion rows challenge.
-
Python and itertools.count()
What itertools.count() is and how you can it use it in your Python applications.
-
PyPy vs CPython duel: 1 billion rows challenge.
Measuring pypy's performance improvement against cpython app (for a trivial 1 billion rows challenge app).
-
Should you write your own blogging backend (as a developer)?
My opinion on writing your own blog backend (if you're a developer).
-
Python: str.format and str.format_map differences
Short article describing the differences between format and format_map string methods.
-
Introducing QuestOfPython.dev - my side project
A few words about my side project called Quest Of Python (free programming exercises for Python).
-
Open-sourcing JustJoinIT job board dataset (2021-2023)
How I collected & open-sourced data from JustJoinIT job board (one of the biggest IT job boards in Poland).
-
Plans for 2024
Leaving myself a note about what I'd like to get better at in 2024.
-
Airbyte’s column selection is finally here
Testing Airbyte's new feature (column selection) - how does it behave when used with CDC synchronization?
-
Removing non-empty directory in Python
How to recursively remove non-empty directory in Python using stanrad library.