Explore >> Select a destination


You are here

btorpey.github.io
| | www.lukas-barth.net
3.6 parsecs away

Travel
| | This article shows how to use CodeChecker and Clang to perform static analysis on your C++ project.
| | sergioprado.blog
1.7 parsecs away

Travel
| | The best way to spend less time fixing bugs in software is not creating bugs in the first place, and a static analysis tool is perfect for this job.
| | embeddedartistry.com
4.2 parsecs away

Travel
| | 20 September 2023 by Phillip Johnston ? Last updated 28 September 2023Your toolchain is a useful place to start when incorporating security into your development process. There are several warnings and program augmentations that help harden your application. This article focuses on GCC and Clang, as that's what I primarily use. I'm happy to take ... Continue reading "Leveraging Your Toolchain to Improve Security"
| | blog.quaddmg.com
32.9 parsecs away

Travel
| [AI summary] The article discusses the differences between dynamic and static programming languages, focusing on how self-describing data formats align with dynamic languages and non-self-describing formats with static languages, emphasizing flexibility and adaptability in software design.