Sniffing network traffic on Android ≥7
A guide to enabling network traffic sniffing on Android Nougat and above by modifying the app's network security configuration.
A guide to enabling network traffic sniffing on Android Nougat and above by modifying the app's network security configuration.
A technical deep dive into debugging a Django Shiv app, focusing on resolving template and static file loading issues.
A talk on building a serverless reverse package search for NuGet.org using Azure Functions and Azure Search, presented at NDC Oslo.
A technical guide on using strace to debug Nginx request/response handling and log truncation issues in a logging pipeline.
A guide to using text blocks, a Java 13 preview feature for multi-line string literals, covering syntax and examples.
A software developer's list of past and upcoming tech talks on open-source, Microsoft technologies, cloud, and DevOps.
A guide on efficiently checking for key existence in Go maps using the empty struct for minimal memory overhead.
Explores combining domain events with the Outbox Pattern for reliable, structured data processing in deep, complex software systems.
A recording of a conference talk titled 'Java Turbocharged' about the Quarkus framework, presented at JonTheBeach in Marbella.
A technical tutorial on encoding hidden messages in text using different apostrophe characters to represent Morse code dots and dashes.
A Rails performance expert shares key lessons on why Rails apps become slow and how to improve them, based on extensive teaching and consulting experience.
A guide to designing a decoupled authentication API in Flutter using service classes to wrap FirebaseAuth and improve maintainability.
A tutorial on implementing CallKit for iOS to display native incoming/outgoing call UI and handle VoIP features in your app.
Analyzes the debate on the best location to start a tech startup, arguing the Bay Area's advantages are concentrated and not accessible to most founders.
A tutorial on unit testing an ASP.NET Core Web API controller using XUnit and FakeItEasy, covering mocking dependencies and test structure.
A guide on integrating the new System.Text.Json APIs with the Refit library in .NET Core 3.0 to improve HTTP API call performance.
A step-by-step guide for beginners on how to make their first open-source contribution, using a real bug fix in Jekyll as an example.
A statistical re-analysis of a published study on the mouse microbiome and autism, examining data and p-values from behavioral experiments.
A tutorial on setting up and using ESLint for React projects, including configuration with Webpack and popular rule sets.
A conference talk video explaining how to build complex and flexible web layouts using CSS Grid, from basics to advanced techniques.