Programmatically create Azure Container Instances and connect a Managed Identity
How to programmatically create Azure Container Instances with a User Assigned Managed Identity using the Azure Fluent SDK.
How to programmatically create Azure Container Instances with a User Assigned Managed Identity using the Azure Fluent SDK.
A software engineer's CV detailing 16+ years of experience, technical skills, and career history in web and software development.
Libtorrent now supports the WebTorrent protocol, enabling browser-based torrent clients to connect with traditional desktop peers.
A tutorial on using JavaScript's URL() constructor to parse components like hostname, pathname, query strings, and hash from URLs.
An engineering manager debates the feasibility of measuring individual developer productivity, arguing against simplistic metrics in creative technical work.
Explores using the Cicada Principle with CSS variables and prime numbers to create pseudo-random visual patterns in web design.
A guide to ten powerful modern CSS layouts, each achievable with just a single line of CSS code.
Step-by-step guide to install Ghost for local development on Windows, including prerequisites and CLI setup.
Summary of Nancy Leveson's ICSE 2020 keynote on software safety, hazards, and the distinction between reliability and safety in system design.
An overview of essential testing tools and techniques for Django applications, including pytest-django, factory_boy, and django-test-plus.
A guide explaining React's useCallback Hook for optimizing function components, including examples and comparisons to useMemo and memo.
Guide to programmatically creating Azure Container Instances in an existing Virtual Network using Azure Fluent SDK.
A guide to setting up a Vite project with Preact and TypeScript, including configuration steps and setup tips.
A retrospective and future outlook for the Azure Skåne User Group, covering its journey from 2017, event formats, and community goals.
A technical guide on using Frida to reverse engineer the Nike Run Club Android app to extract authentication tokens and understand its API.
Learn how to test AWS CDK Lambda functions locally using AWS SAM, avoiding frequent cloud deployments for faster development.
A tutorial on building a scalable command-line bookmark tool in Go using the Cobra library, covering setup and basic operations.
Notes from Spark+AI Summit 2020 covering application-specific talks on ML frameworks, data engineering, feature stores, and data quality from companies like Airbnb and Netflix.
A step-by-step tutorial on building a bar chart from scratch using D3.js, covering core concepts like SVG, scales, and margins.
A practical guide to graph theory, using Breadth-First Search (BFS) to find the shortest path between countries based on border crossings.