How to delegate successfully
Here are some tips for successfully delegating as a team lead or as a manager: Clearly communicate responsibilities. Ensure everyone understands their specific responsibilities, tasks, deadlines, »
Coding Patterns Every Web Developer Should Know
As a web developer, mastering the art of writing clean, maintainable, and scalable code is essential for success. One way to achieve this is by adopting »
How to extract smoke/clouds from opaque image in GIMP
Extracting semi-transparent shapes from an opaque picture and making a transparent PNG from an opaque picture is not easy without the proper technique. Let me show »
Fix low FPS of WebGL in Chrome, Ubuntu
I've had this problem for a while, Google Chrome seems to lower the FPS of WebGL content / games to 60 FPS on a dual monitor setup, »
Find log4j on your Linux system
Based on this article about Log4Shell, you can search for any occurence of log4j on your linux system with this command: sudo find / -iname "log4j* »