Yogesh Mahajan

Principal Software Engineer, EDB

Yogesh Mahajan  is a Principal Software Engineer for EDB. His core competencies are in Python, Javascript, Java & cloud technologies AWS, Openstack, and Azure. He is also an AWS certified Solution Architect. He has been contributing to pgAdmin since 2019 in both development and test areas.

Read Blogs

Technical Blog
When managing relational databases, especially PostgreSQL, having a user-friendly interface can significantly streamline administration and development tasks. pgAdmin 4 is a powerful, free, open-source graphical management tool designed for PostgreSQL and derivative databases like EnterpriseDB’s EDB Advanced Server. pgadmin can be installed in two primary modes: Desktop mode, which runs as a...
EDB Labs
This blog explains and provides a walkthrough of the process of creating a Google Cloud SQL PostgreSQL database from pgAdmin 4 and registering it with pgAdmin.
EDB Labs
This blog explains and provides a walkthrough of the pgAdmin AWS RDS deployment wizard which can be used to deploy a new PostgreSQL database in the Amazon AWS cloud and register it with pgAdmin so you can begin working with it immediately.
EDB Labs
This blog explains pgAdmin 4 architecture and the technologies used. The blog provides high-level information about how pgAdmin 4 supports third party authentication and consuming cloud provider services, to deploy Postgres instances on cloud.
pgAdmin 4 is the most popular and the most feature rich Open Source administration and development platform for PostgreSQL. pgAdmin can be run either in desktop mode (single user) or server mode (multi user). In server mode, pgAdmin can be accessed using a browser on a local operating system. pgAdmin follows an Agile development process with an iterative and incremental approach to development...
EDB Labs
This blog will guide you to reverse proxy to pgAdmin using Nginx and uWSGI on Debian or Ubuntu Linux. The process is the same on other Linux distributions, but file, directory, and service names may differ.
EDB Labs
Yogesh Mahajan guides you through the process of setting up the apache2 webserver authentication with HTTP BASIC auth in pgAdmin 4, on Debian or Ubuntu Linux.