hack mysql>
design
The Fallacy of Small Functions
The First Design
Component-based Software Design
Thinking in Go
Bootloader Design Pattern
Approaching a New Software Project
Five-Point Checklist for Excellent Software
Designing Tools for Integration
How To Test the Database
Design Before Implementation
A Philosophy of Software Design
by John Ousterhout
engineer
Benchmarking
Career Advice
Database Operations Manual
How to Write Well
Level Up
Percentiles
go
Go Antipatterns
Go Channel Red Flags
Go Error Types
Go Single-character Names
Idiomatic Go
mysql
Latest
2024-10-20
Group Commit and Transaction Dependency Tracking
2024-06-20
Lessons From 20 Years Hacking MySQL (Part 1)
2024-06-20
Lessons From 20 Years Hacking MySQL (Part 2)
2024-05-31
Why MySQL Replication Is Fast
2024-04-17
When COMMIT Is the Slowest Query
Most Popular
9,424 views
MySQL EXPLAIN ANALYZE
5,960 views
MySQL Threads Running: How Hard is MySQL Working?
4,725 views
COMMIT Latency: Aurora vs. RDS MySQL 8.0
4,017 views
I Don't Want to Shard (MySQL)
3,970 views
Are Aurora Performance Claims True?
Watch and Learn
An Efficient Path to Learning MySQL Performance
Learn MySQL by PlanetScale
More Pages
Password Rotation with AWS Secrets Manager and Lambda
Select and Sort Status Variables
MySQL Transaction Reporting
All MySQL Content
mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE '
sender-closer
' ORDER BY created_at DESC;
|
created_at
|
updated_at
|
title
|
subtitle
|
tags
|
|
2018-12-16
|
2024-06-04
|
Go Channel Red Flags
|
|
golang, channels, sender-closer, design pattern
|
1 rows in set (0.00 sec)