Understanding the `Terminating connection due to idle-in-transaction timeout` errorIf you are getting idle-in-transaction timeout error in a Postgres DB, it means that idle_in_transaction_session_timeout is set to a value…Sep 8Sep 8
Using auto incremented IDs in query with the help of With queries in PostgreSQLLet’s say you have following merchants table with auto incremented id:Jun 23, 2023Jun 23, 2023
Mocking in GolangMocking is an essential concept in testing. Every language has different libraries generating mocks for tests. In this post, we will cover…Jan 7, 2023Jan 7, 2023
Do not use go mod init anymoreIntroducing a new project starter tool for developersNov 6, 20228Nov 6, 20228
API calls in Vue.jsAn alternative design for consuming APIs and mocking in a Vue projectJul 23, 20222Jul 23, 20222
Learning history of art and searching for its purposeI started learning history of art with a visit to Vatican Museums. I was fascinated by works of Michelangelo on Sistine Chapel’s ceiling. I…Oct 2, 2021Oct 2, 2021
How did Stoicism change my life?Stoicism is a philosophy regarding the interpretation of daily events happening around us. So what does it exactly advocate? As far as i…Aug 22, 20211Aug 22, 20211
Introduction to MavenIf you are a new Java developer, you probably use and hear about maven a lot. But what is it? It might be hard to understand what it does…Apr 14, 2021Apr 14, 2021