Programming

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.

Some Coding Puzzle Exercises For Fun - Part 1

Sat, 02/10/2018 - 17:50

So,..I'm just following some of those YouTube videos describing various Google job interview tech questions and decided to see if I could reproduce them myself.

Fro my own experience I know that these questions are generally less about actually getting the question correct as much as how a developer approaches a problem...What they know about coding in order to approach the problem and how to ask questions to approach the problem.

Spotya! Your Data Manager CRM

Fri, 02/09/2018 - 08:29

The Spotya! Your Data Manager was a CRM I built in PHP using the Codeigniter framework. It was fully featured allowing customers to view their website analytics as well as create reports, sort and track customers based on their needs and more. The customer could either log into an interface that allowed them to switch between websites or they could view a light version of the interface on their website.

Subscribe to Programming