MITM can be pretty easy with Mitmproxy and Python
A tutorial on using Mitmproxy and Python for Man-in-the-Middle (MITM) traffic interception, modification, and analysis.
A tutorial on using Mitmproxy and Python for Man-in-the-Middle (MITM) traffic interception, modification, and analysis.
A guide on writing a strong proposal for Google Summer of Code, based on experience as a former student and mentor.
A guide to getting started with serverless architecture, covering language selection, tools, and best practices for AWS Lambda.
A guide to disciplined Git workflows, covering commit message best practices, atomic commits, and tools for productive version control.
Author discusses limitations of static blog posts for serverless performance reviews and proposes an automated, regularly updated website solution.
A live stream exploring Java 12's new features, including String::indent, Collectors::teeing, and CompletableFuture additions.
Lyx is a personal PHP utility library with string formatting and other functions, now available via Composer.
A developer details migrating a personal blog archive tweet automation script from a home server to Azure Functions, exploring serverless PowerShell.
A developer's blog series detailing their Google Summer of Code 2018 project, implementing features for the SUSI.AI iOS application.
A developer shares her experience and benefits of becoming a tech speaker, including career growth and confidence building.
A developer's detailed walkthrough of configuring Azure DevOps to build a Docker image and push it to a private Docker Hub repository.
A guide for technical experts transitioning into leadership roles, covering mindset shifts and practical techniques to succeed.
A developer built a playable Sudoku game that runs entirely in the browser's URL bar using JavaScript and the window.location.hash API.
A programmer draws parallels between woodworking craftsmanship and software development, emphasizing the importance of mastering tools like IDEs and frameworks.
Compares the Julia do-block and Python with statement, explaining their different purposes in resource management and function passing.
A guide to implementing data validation and proper error response handling for REST APIs, covering validation rules and the Problem Details standard.
A guide to using Skaffold for local Kubernetes development, covering installation, configuration, and its key features for streamlining the build-deploy cycle.
Performance comparison of three AWS API deployment methods: Lambda, API Gateway service proxy, and Fargate containers.
Explains the differences between Azure Stack's Kubernetes Cluster template and Azure Kubernetes Service (AKS), detailing its deployment and management.
A deep dive into Spring's BeanPostProcessor interface, explaining its role in customizing bean lifecycle and initialization within the Spring framework.