Hello!
I am Dr. Mithun James - a medical doctor turned engineering leader. I am interested in applying my interdisciplinary skill set in medicine and information technology to improve patient outcomes. I find tremendous joy in architecting scalable technical solutions for real-world healthcare challenges.
Featured
Things to note when translating design to code
Posted on:June 26, 2023 at 10:00 AMSo the designer shared with you beautiful UI designs on Figma/Invision and you goofed it up when coding. What are the key points that are commonly overlooked by developers when delivering great UI? Here is a list of things you must take care of before submitting your designed screen to the team.
01. Understanding database storage
Posted on:June 15, 2023 at 10:00 AMA prologue to understanding how data is structured and organized in the databases before we delve into advanced topics. Database optimizes the storage of data in various files and data structures to ensure that queries run most effectively. In this article, we will see how PostgreSQL stores data. The concept is very similar to other RDBMS like MySQL.
How we hunted down an out of memory (OOM) issue in our Ruby on Rails Application servers
Posted on:May 13, 2022 at 12:00 PMAn exciting tech problem we solved at Avegen.
Recent Posts
Things to note when translating design to code
Posted on:June 26, 2023 at 10:00 AMSo the designer shared with you beautiful UI designs on Figma/Invision and you goofed it up when coding. What are the key points that are commonly overlooked by developers when delivering great UI? Here is a list of things you must take care of before submitting your designed screen to the team.
05. Database Sharding
Posted on:June 17, 2023 at 10:00 AMDatabase sharding is a technique for dividing a large database into smaller chunks or shards. This can improve performance and scalability. Database sharding comes with its own pros and cons which we will discuss in this article.
03. Understanding EXPLAIN & ANALYZE
Posted on:June 16, 2023 at 10:00 AMIn this article, we will see how to use EXPLAIN and ANALYZE and different types of scans done by PostgreSQL.
01. Understanding database storage
Posted on:June 15, 2023 at 10:00 AMA prologue to understanding how data is structured and organized in the databases before we delve into advanced topics. Database optimizes the storage of data in various files and data structures to ensure that queries run most effectively. In this article, we will see how PostgreSQL stores data. The concept is very similar to other RDBMS like MySQL.