Posts
All the articles I've posted.
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.