SQLite is amazing! Really!
posted on Thursday April 1st 2021in DatabasePermalink
SQLite is production ready. It is essential in both Android and iOS. The number of installs is insane!
posted on Thursday April 1st 2021in DatabasePermalink
SQLite is production ready. It is essential in both Android and iOS. The number of installs is insane!
posted on Wednesday March 10th 2021in DatabaseFrontendWeb DevelopmentPermalink
Persisting data seems useful 😁
posted on Wednesday February 3rd 2021in DatabasePermalink
A short sweet tale of the inner workings of indices in MySQL.
posted on Saturday November 14th 2020in BackendDatabaseLanguagesPermalink
A short nice to-the-point tutorial demonstrating how to connect to MySQL, create a table and inserting data into it. All in Go.
posted on Friday October 16th 2020in DatabaseDevOpsInfrastructurePermalink
A proxy can really save the day.
posted on Thursday October 15th 2020in BackendDatabaseInfrastructurePermalink
Options! So many options!
posted on Saturday August 22nd 2020in BackendDatabaseDesignPermalink
This article is a treasure chest of good advice on how to architect your database and queries.
posted on Sunday August 9th 2020in BackendDatabaseWeb DevelopmentPermalink
This is a good article on the inner workings of WordPress.
Get info on how WordPress stores, fetches and renders posts/pages/etc..
posted on Tuesday August 4th 2020in BackendDatabaseDevOpsInfrastructurePermalink
This is some quick and easy tricks to tune your MySQL running on Linux.
posted on Sunday June 14th 2020in DatabasePermalink
This is full of gems.
The database is not a flawless abstraction for developers – please know your stack ?♀️
posted on Friday June 12th 2020in DatabasePermalink
This seems like a cool tool to find all the smalls cracks in your database!
Use resposibly.
posted on Friday May 22nd 2020in DatabasePermalink
A small article on how to do redirects in PHP.