Hey! Welcome to my blog!
A few years ago, I began taking personal notes of my various activities related mainly to technology and software engineering. Later, I realized that I could share some of these experiences with a broader audience. Hence, I decided to create this website.
Writing the content for this site, particularly the blog posts, has been so-far a fantastic experience. Besides the improvement of my writing skills, it has also taught me the importance of consistency and endurance.
This is a project that I do in my free time with an intent to allow everyone to gather up and learn new things. If you are intrigued and wish to be a sponsor to support this piece of web space, please consider to buy me a coffee. Thank you all for joining me on this journey. Enjoy!
Links
- X.com (@CharvatDev)
- YouTube (@CharvatDev)
- Cohost.org (@Charvat)
- RSS/Atom
Latest Blog Posts
Search for a Simple, Lightweight, and Easy-to-Use Process Manager
Author: Lukas Charvat
4/20/2024
Not only on our servers but also on our workstations, we often need to have a long-running processes. Keeping them running smoothly and reliably can be a challenge, especially when some components of...
Best Static Analysis Tools for C/C++ in 2023
Author: Lukas Charvat
9/9/2023
Static analysis tools are invaluable for finding bugs and security vulnerabilities in C/C++ code before you run it. They can catch issues that are easy to miss during code reviews. In this listicle,...
Pitfalls in Static Code Analysis: Resource Allocation
Author: Lukas Charvat
8/26/2023
As software complexity increases, engineering teams rely on static code analysis tools to automatically detect bugs and security vulnerabilities before shipping the products. However, many teams stru...