Automatically turn on camera lighting using HomeKit on MacOS
My desk lamp now turns on whenever I join a meeting for work. Magic! This guide will walk you through setting up something similar for your Mac.
My desk lamp now turns on whenever I join a meeting for work. Magic! This guide will walk you through setting up something similar for your Mac.
Dependency Injection is one practice that you may be familiar with, but how often do you actually use it in your every-day code?
Hating git conflicts? Use git's built-in diff3 option to make sense out of it all!
There's an edge case when using diff3 with git that can make conflicts a nightmare to understand. Learn how to understand and resolve these most dreaded conf...