Weekly newsletter about leadership, technology, books and anything else we felt compelled to share with others
Year 2 - Edition 34
A Fistful of Links is a weekly newsletter about leadership, technology, books, and anything else we felt compelled to share with others, brought to you by Og Maciel and Mirek Długosz.
“How do you know when an engineer is ready to take the next step in their career? How do you know if the engineer is assigned to the right activities? How to maximize effectiveness without too much overhead? Those are the questions that every engineer manager would need to ask throughout their management career.”
You may think that managing remote teams is hard, and it is, but there are real benefits that you can achieve by being open to remote employees and building a remote team. Let’s talk about the benefits of a remote team, how to build your remote team, and how to set your people up to succeed.”
“Python programmers almost never implement the Singleton Pattern as described in the Gang of Four book, whose Singleton class forbids normal instantiation and instead offers a class method that returns the singleton instance. Python is more elegant, and lets a class continue to support the normal syntax for instantiation while defining a custom __new__() method that returns the singleton instance. But an even more Pythonic approach, if your design forces you to offer global access to a singleton object, is to use The Global Object Pattern instead.”
“The typical approach to self-improvement is to set a large goal, then try to take big leaps in order to accomplish the goal in as little time as possible. While this may sound good in theory, it often ends in burnout, frustration, and failure. Instead, we should focus on continuous improvement by slowly and slightly adjusting our normal everyday habits and behaviors.”
“Using VS Code Remote and the Windows Subsystem for Linux (WSL) gives you a fully featured Linux development environment on a Windows laptop or desktop. Let’s look at how using these tools will completely change how you develop with Linux tools in Windows.”