Skip to content

MikeSchinkel.org

Adventures of a GoLang Developer and former WordPress Engineer

  • Home
  • Projects
  • About Me
  • Contact

Tag: MySQL

Posted on February 2, 2019February 2, 2019

How to specify a zeroed UUID in MySQL

Zero

Photo by Chris Barbalis on Unsplash Working on a recent project that dealt with data synchronization across disparate systems, I realized I could not use the oh-so-easy INT for primary keys. Instead I chose to use the emerging best practice of employing UUIDs for distributed databases. However, the library functions in Go are not friendly …

Continue reading “How to specify a zeroed UUID in MySQL”

Recent Posts

  • Let’s add Lazy Evaluation to PHP?
  • Using Reflection in Go to assign a Value to a Property of a Struct Contained in a Map
  • Adding Delegation to PHP
  • WordPress should deprecate themes — a modest proposal
  • PHP’s Composer is the worst tool, but it is the best we’ve got

Tags

  • Coding Patterns
  • Composer
  • delegation
  • Early Returns
  • embedding
  • GoLang
  • Guard clauses
  • Interfaces
  • lazy evaluation
  • MySQL
  • OOP
  • PHP
  • Programming
  • proposal
  • reflect
  • Software engineering
  • Syntactic sugar
  • WordPress

Categories

  • Best Practices
  • Essays
  • Experience Reports
  • How To
  • Personal
  • Programming

Recent Comments

  • composer is the worst on PHP’s Composer is the worst tool, but it is the best we’ve got
  • Tanya Myoko on PHP’s Composer is the worst tool, but it is the best we’ve got
  • David Do on WordPress should deprecate themes — a modest proposal
  • Mike Schinkel on PHP’s Composer is the worst tool, but it is the best we’ve got
  • Mike Schinkel on PHP’s Composer is the worst tool, but it is the best we’ve got

Archives

  • July 2021
  • March 2021
  • February 2020
  • November 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • December 2017
Proudly powered by WordPress