Other News

Community

Constructing URLs the easy way

(Darrel Miller) When building client applications that need to connect to a HTTP API, sooner or later you are going to get involved in constructing a URL based on a API Root and some parameters. Often enough when looking at client libraries I see lots of ugly string concatenation and conditional lo

Editorials

Names Do Matter

Aaron shares a pragmatic approach to naming. Based on his response it would appear there is still a great value in how we name our objects. Aaron writes: I think the names we give to things that our applications are built around are really important because these things we created will/should be the language of our system and how we […]

Community

Pseudo GTID

(Shlomi Noach) Pseudo GTID is a method to implement a GTID-like solution where slaves are easily connected to one another. This blog post and the following ones will describe work in progress (some 80% completed), where simulation of GTID makes for a good enough basis for refactoring replication top