5 best JavaScript front-end frameworks
JavaScript is a popular programming language used for creating dynamic, interactive web applications. Front-end web development involves building the user interface of a web application, and »
Coding best practices
Here is some of the most important coding principles you should know as a developer: DRY (Don't Repeat Yourself) - Avoid duplication in your code. Use »
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 »
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* »