Sign in With Google Button
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…
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…
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…
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…
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…
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 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…
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…