Blog.

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.