Learning new language: Go!
February 7, 2021
Tags:
Go
I recently decided to learn some statically-typed language. After short research, I chose Golang. This post tells about the resources I'm using for the process + description of the project I'll try to code in Go.
Pycharm Tip: Conditional Breakpoints
January 21, 2021
Tags:
debugging
PyCharm
Python
Hi! In this post I'd like to show you a feature of Pycharm (specifically, a feature of its debugger) that I wish I had discovered earlier. Let's take a look at conditional breakpoints.