So just recently I decided I would rather use the “Sign-In With Google” feature, rather than trying to recreate a user system on my end. I followed the information on Google’s siteRead More…
Adding bugsnag To My Site
While at ZendCon2017 this year, I ran across bugsnag in the vendor exhibit hall, and decided I needed to add them to one of my production sites, so I could be notifiedRead More…
MySQL 5.6 Exam Prep – MySQL Schema Objects
Creation and Design of MySQL Schema Objects Required Knowledge > Design and create normalized databases > Create and modify tables using appropriate data types and indexing > Describe and create table constraintsRead More…
MySQL 5.6 Exam Prep – General MySQL Syntax (2)
Required Knowledge > Explain MySQL implementation of identifiers including case sensitivity, qualified names, aliases and use of reserved words. > Identify MySQL data type properties and appropriate usage > Recognize and useRead More…
MySQL 5.6 Exam Prep – General MySQL Syntax
General MySQL Syntax Required Knowledge > Explain MySQL implementation of identifiers including case sensitivity, qualified names, aliases and use of reserved words. > Identify MySQL data type properties and appropriate usage >Read More…
MySQL 5.6 Exam Prep – MySQL Architecture
MySQL Architecture Required knowledge: > Use MySQL client programs to interface with the MySQL Server interactively and in batch > Describe SQL Modes and their impact on behavior of MySQL > IdentifyRead More…
MySQL 5.6 Developer Exam Prep
I couldn’t really find an exam prep tool for the MySQL 5.6 Developer Exam, so I decided to create my own. I figured if I had something online, then I could study anywhere,Read More…
MySQL Events – What are they good for?
When I first ran across Events in MySQL, I wondered what I could use them for, particularly things I normally did with PHP or Python. In most instances where I am loadingRead More…
Review – Continental Trail Attack 2 Tires (F800GS)
When I purchased my BMW F800GS (2009 model, instead of this one), it came with Continental Trail Attack 2 tires on it. After having worn them out in various riding conditions, I thinkRead More…
Cookie Objects in Angular
Cookies are designed to be a string, and often contain just one key/value pair, or get serialized into a string delimited by semi-colons or commas. On one of my sites, I’m updatingRead More…