Latest Articles

  • Parsing JSON in Kotlin Made Easy

    A Comprehensive Guide to Klaxon: Parsing JSON in Kotlin Made Easy JSON (JavaScript Object Notation) is a popular data format used for exchanging data between a client and a server. When working with JSON data in Kotlin, you need a reliable library that can easily parse and manipulate JSON objects. That’s where Klaxon comes in. …

  • svg-hush for Filtered SVG Files

    SVG files are versatile web assets that can contain not only images but also HTML and JavaScript code. While this flexibility is beneficial for certain use cases, it also poses significant security risks. Imagine a scenario where an attacker injects malicious scripts into an SVG file, exploiting it to perform cross-site scripting attacks or gain …

  • Fast and Reliable Screen Capture for Python on Windows