Vectors in PostgreSQL are used to compare data to find similarities, outliers, groupings,...
There are times when a query takes a long time to run. While indexes and good query design often...
When writing queries, we should always take time to find the best way to write the query. Sometimes...
Why use a micro framework? On social media, often new PHP devs ask "What framework should...
A Little Background Back when I started my web developer journey, everything was much...
In PostgreSQL, custom functions can be created to solve complex problems. These can be written using...
Migrating a database from MySQL to Postgres is a challenging process. While MySQL and Postgres do a...
What are Postgres arrays? Arrays are columns that can hold multiple values. They are...
When you have really old code, while it might work on php 7.4, getting it ready for php 8 is a...
When using medium or large datasets, the use of LIMIT can be a performance bottle neck. The reason...
If you are just starting out on your SQL database journey, you may be wondering what indexes are and...
Each time we write a SQL query, we are faced with having to find a solution that solves a specific...
Sometimes when writing queries for reporting purposes, the queries required to manipulate the data...
MySQL variables are a handy way to store data from a row, so that it can be used in calculations with...
Recently I came across an issue where users were getting error 500s on a page that was a list of...
What is Fat Free Framework? Fat Free Framework is an easy to set up, lightweight framework...