Follow this blog

Software engineering, design, and psychology

Tag: book review

Bookshelf update — September 2026

I haven’t updated my book list for half a year. So, here is what I’ve read recently and can recommend — there are some gems in the list

Book review: “Data Pipelines Pocket Reference”, James Densmore

Software engineering is all about manipulating data. A big portion of software engineer’s attention is drawn to collection data from users and presenting it back to them in a useful form

Book review: “Web Scraping with Python”, Ryan Mitchell

Recently I faced a challenge of designing a web crawling and scraping system. To build context, I started my work by reading Web Scraping with Python...