Java 22 Mar 2023 · 4 min read How to Run a Java application jar as a Windows service Running a Java application is easy. But how to run the same java application as a windows service? Read on to find out. Read more
Database 6 Mar 2023 · 5 min read Some commonly used Postgres commands Taking selective backup in Postgres or inspecting which process is holding up transaction, you can get it all done pretty quickly. Here's how. Read more
Database 13 May 2020 · 4 min read Taking backup of Postgres Data using pg_dump Taking periodic backup of data is considered a good practice for DBAs and in general for the entire product life cycle. For Postgres, taking backup could even be simple as a cakewalk Read more