database

Books and Authors Plugin

Sun, 02/18/2018 - 08:17

Our team was tasked with building a new website for a non-profit organization in Riverside for local authors known as the Inlandia Institute. The previous website was built on vanilla PHP with a custom CMS. The website had a few hundred authors and subsequently a few thousand associated books.

The CMS was limited and difficult to use and for this reason the owners had rarely used it.

My task was to:

Curious Pondering - MYSQL And How It's Always Eventually Evaluated As A String

Thu, 02/15/2018 - 08:16

I was working recently on building an abstraction for IndexedDB in Javascript and as I was building I was thinking ahead about building queries. I have only just begun using the feature and so I haven't really delved into retrieving data as it refers to searching. Regardless, I was thinking about building a simple SQL type language. This is really impractical of course but, the thought crossed my mindĀ for a second. It passed quickly mainly becauseĀ I would be evaluating a string and accessing a database.

Subscribe to database