PHP/MySQLi

Jonathan Visona
Tilting Windmills
Published in
1 min readAug 12, 2015

Well, setting up the basics of an interface to run queries was exceedingly simple, but now to prototype a set of forms for managing URLs. As soon as the basic functionality exists, I’ll rewrite the design in a design pattern to expedite the codebase. Sometimes it gets trippy when you’re looking at code and you have a hard time stopping yourself from attempt to abstract it to a higher organization; I feel like Charles Babbage who was forever in pursuit of a better machine and managed to get nothing done as a consequence. Ultimately, the jargon file is right and that being in a hack mode is addictive. Immediately after getting a basic URL manager built, I’ll abstract the code and try to implement some sort of coder help tool to put all of my flat text files into an interface for easier searching and revision.

--

--