Introduction to Fuzzing in Python with AFL
A guide to using the AFL fuzzing tool to test Python code for bugs and security vulnerabilities by generating random inputs.
A guide to using the AFL fuzzing tool to test Python code for bugs and security vulnerabilities by generating random inputs.
A guide to moving beyond basic grep for Python application monitoring, covering error logging with Sentry and metrics collection with tools like Prometheus.
A developer reflects on the emotional and professional revitalization they experience at PyCon, the annual Python conference.
Part 2 of optimizing AngularJS performance with immutable data, using Benchpress for detailed profiling of execution and garbage collection times.
Practical advice for software teams to reduce merge conflicts and improve collaboration using version control best practices.
Author celebrates 55,555 downloads of their ownCloud appliance, discusses its ease of use, and shares technical and community hopes for the project.
A weekly roundup of web development news, covering browser updates, debugging tools, accessibility testing, and cross-browser compatibility tips.
Explores using Java default methods for interface evolution, focusing on challenges with generics when replacing entire interfaces.
A developer creates a Tumblr blog called 'Accessibility Wins' to showcase positive examples of web accessibility and encourage its adoption.
A quick guide on using PowerShell commands to clear all Windows Event Logs, including both standard and application logs, with an option for archiving.
Explores Apple's Force Touch technology, its APIs for OS X developers, and potential applications for future iOS implementation.
A developer shares their struggle with podcast overload, listing their preferred tech and design podcasts and taking a break to focus.
A developer shares a code refactor by Laravel's creator, highlighting lesser-known features like Cache::remember.
Learn essential Xcode keyboard shortcuts for running unit tests to boost developer productivity and avoid using the mouse.
A PowerShell workflow for automating the optimization of multiple Hyper-V VHD/VHDx files across hosts, including parallel processing.
A developer shares how starting with a minimal, functional version of a side-project (a Python TODO manager) leads to completion and avoids abandonment.
A developer's first impressions of Angular 2.0, exploring its TypeScript foundation, design patterns, and initial features.
A guide to using PowerShell scripts for deploying and removing Microsoft Office 2013 via Group Policy startup scripts, including parameter configuration.
An analysis of KDE Plasma's Activities feature, exploring user mental models and proposing a clearer separation from virtual desktops using space-time metaphors.
A guide to CSS font sizing units, explaining the differences between absolute (px, pt) and relative (em, rem, %, vw) units with practical examples.