Today I Learned
A collection of short posts on things I learn day to day about programming.
2024
- Delete the last N commits locally and in the remote#git
- Using COALESCE to handle null values#database#SQL#MySQL
- Case-insensitive string comparison#kotlin
- Exclude logs with specific substring#kibana#KQL
- Compare out-of-context files using IntelliJ IDEA#tools#IDE
- Undo the last commit keeping the changes#git#config
- Set config for a single repository#git#config
- Find columns by name across the schema#database#SQL#MySQL
- Validate the existence of a substring in ES5 and older#javascript
- Recover deleted branch#git#cli
- Run load tests#http#testing