Archive
Posts from 2020
A snapshot of what I was exploring in 2020: AI systems, backend architecture, software engineering in general, and sometimes personal hobbies — including attempts to improve at table tennis 🏓.
- →How to wait for animations to complete in Playwright scriptSep 15, 2020
You can use MutationObserver to do that
- →How to add style loaders to webpackAug 5, 2020
Step by step guide how to do that
- →createState function using React Context and ImmerJSAug 3, 2020
It might be a useful function
- →Jamstack commentsJul 24, 2020
How to make free comments for Jamstack sites
- →Efficient parsing of JSON record sets in RustJul 17, 2020
Custom iterator on top of serde_json StreamDeserializer
- →Data MinerJul 15, 2020
Declarative web scraper implemented using AngularSharp
- →SOLIDlessMay 5, 2020
I don't know SOLID and I don't care about it :)
- →Table tennisMay 5, 2020
I am middle-level player
- →AboutMay 3, 2020
I am software engineer
- →RustMay 3, 2020
I am talking with rustc :)
- →Notes on Parsing in Rust - Part 1May 3, 2020
I am learning Rust