Why I believe GraphQL will come to replace REST
GraphQL is a product-developer-friendly and efficient method for fetching structured data from a server, designed to be an alternative to REST.
The online whiteboard of Kristofer Palmvik
Git introduced signing with ssh-keys from 2.34.0 and upwards. This simplifies life, as you most likely already have a ssh-key for your Git chores, and don’t need to keep track of an extra gpg-key.
Next time you see a try-catch, think, how can I refactor this so that the try-catch becomes redundant. Remember, exceptions are meant to be exceptional.