Using Python 3.8.0 Azure Runbooks with Python Packages
Guide on using Python 3.8.0 in Azure Runbooks, including installing packages with dependencies via a helper script.
Guide on using Python 3.8.0 in Azure Runbooks, including installing packages with dependencies via a helper script.
An introductory guide explaining the core concepts of Git, including repositories, remotes, commits, and branches, with practical examples.
Explains the difference between JavaScript statements and expressions, and why this distinction is crucial, especially for React developers.
Explains RDP Shortpath for Azure Virtual Desktop, detailing how it improves reliability and latency by enabling direct client-to-host connections.
Guide to configuring auto-scaling for AWS Lambda Provisioned Concurrency using AWS CDK, covering setup and custom metrics.
A technical guide on setting up and using a Yubikey hardware token for GPG encryption and signing, covering key generation and smart card configuration.
Explores writing a .NET profiler in C# using NativeAOT to overcome traditional C++ limitations and self-profiling issues.
A curated list of free and paid resources for learning TypeScript, including books, courses, tools, and blogs for beginners and advanced developers.
A tutorial on building a basic jq-like JSON parser in Go, focusing on memory-efficient partial parsing and using Go's profiler for optimization.
A tutorial on customizing the default 'About' screen in Mac applications using two different methods for AppKit and SwiftUI.
A software engineer shares his journey to Voltus, a company using tech to balance the power grid and fight climate change through demand response programs.
A former Mayavi core contributor shares their journey into open source, from using the 3D visualization library for PhD research to becoming a key maintainer.
A critical analysis of the Fediverse (Mastodon, Pleroma) highlighting its benefits as a decentralized social network but also its toxic, Twitter-like dynamics.
Explains the ARIES database transaction recovery algorithm, covering its motivation, data structures, and how it ensures atomicity and durability.
A developer's monthly digest covering books, courses, and personal reflections on attending tech conferences like app.js and Devoxx Poland.
A guide to dynamically switching between SwiftUI's HStack and VStack layouts based on device orientation or screen size.
Explains the difference between abstract classes and interfaces in C# using real-world analogies like animals and ATMs.
Explores different methods for internationalizing (i18n) website URLs, discussing explicit vs. implicit styles and best practices for language selection.
A guide explaining React Portals, their purpose for rendering components outside parent DOM hierarchy, and how to use them for modals and popups.