Overview When building a data model for PostgreSQL, you're more than likely to have foreign keys to define relationships between tables. When you have those foreign keys, one quick way to optimize your queries and allow them to be significantly faster is to index on those foreign key
Software Engineering
3 posts
When embarking on a technical project, having a clear and well-structured project plan is crucial. Often times, the mistake that I’ve seen made is that once you have the “why” behind the project, people (especially software engineers like myself) will dive straight into the how. This can lead to
Gradle has recently released a feature called Composite Builds starting from version 3.1. It allows you to combine multiple different Gradle builds from different projects together. Essentially, it is a build that includes other builds. I found it useful for debugging and developing plugins and testing it against the
Stay updated on the latest
Get my latest posts straight to your inbox – pop your email below!