Geoffrey Copinblog.sylver.dev·Aug 10, 2022Building a JSON validator with Sylver - Part1/3 : Writing a JSON parser in 49 lines of codeSylver is a language agnostic platform for building custom source code analyzers (think eslint for every language). This might be a lot to unpack, so let us explore this tool by solving a real-world problem: our application's configuration is stored ...Discuss·778 readsBuilding a JSON validator with Sylverstatic code analysis
Aalekh Nigamaalekh.hashnode.dev·Jun 26, 2022Notes on Dynamic Program Analysis for Fun and ProfitThis post gives an introduction to Dynamic and Static Analysis and also summarizes points discussed in the Mentorship Session: Dynamic Program Analysis for Fun and Profit talk by Dmitry Vyukov part of the Linux Live Mentorship Series. All the images ...Discuss·209 readsdebugging