Pages in Category

Python AsyncIO
Python 3.7: asyncio.run()
Nov. 19, 2018, 7:50 p.m.
Python 3.7 has new helper to easily run awaitable coroutines
DataDog - Memory Usage graph
Memory usage as art
Nov. 21, 2017, 4:16 p.m.
<irony>When even graph is ideal</irony>
GnuPG Logo
Использование Git с GPG в Windows Subsystem for Linux
Nov. 2, 2017, 12:41 p.m.
Всё чаще пользуясь WSL для работы и разработки, я прихожу к тому, что именно в этой среде удобнее всего выполнять классические задачи, вроде работы с Git. Поэтому хотелось бы иметь возможность оставлять коммиты прямо из bash-консоли.
Python
6-years old issue in Python CSV module
Oct. 31, 2017, 2:19 p.m.
Let's imagine that you want to read CSV file, change it and write it back. What can go wrong with it?
NSQ architecture
Better nsq_tail
Oct. 31, 2017, 10:41 a.m.
I've used NSQ for one of our projects - It is very cool system for handling messaging queues. But I had a very annoying problem - We have more than 5 queues and for each I should start new container of nsq_tail. Now I've fixed this issue.
Loading...