Articles in this series
Goggles allow you to alter the ranking of Brave search by using rules and filters1. You need to create a plain text file and host it on either GitHub...
Sometimes you download a precompiled application that is not notarized or signed, and the first time you run the system would show a warning about the...
bundle open opens a gem in an editor. This is useful when you need to look into the source code of a gem that your application depends on. The...
dataclass decorator is introduced since Python 3.7. Essentially. A decorated class behaves like a regular Python class, but it automatically generates...