Skip to Content
Sign in

Software Engineering

3 posts

Why You Should Add Indexes to Foreign Key Refs in PostgreSQL

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

Creating an Effective Technical Project Plan

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

Using Gradle Composite Builds for Plugin Development & Debugging

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!