Notes of another software engineer.

My name is Peyman Salehi and I’m a software engineer.
I write here about what I learn or experience. I also shrink my thoughts into 140 280 characters on Twitter, share some code I write on GitHub, and photos I shoot on Instagram.

Mar 10, 2023

date_trunc function in PostgreSQL

Use date_trunc function in PostgreSQL to get a series of data based on a specific interval.

Mar 6, 2023

Data Structures in Python

A brief explanation of some data structures in Python besides list, dict, and tuple that you should know when coding in Python.