Export CA Policies via PowerShell (Only!)
A guide to exporting Azure AD Conditional Access policies using PowerShell, focusing on retrieving readable object names instead of just IDs.
A guide to exporting Azure AD Conditional Access policies using PowerShell, focusing on retrieving readable object names instead of just IDs.
An overview of ruff, a fast Python linter written in Rust that replaces tools like flake8, isort, and pyupgrade, and includes a language server.
Introduces Spaced, a macOS app that adds menu bar separators to organize and streamline the menu bar layout, especially on larger screens.
A developer's 2023 wishlist for JavaScript and frontend trends, including moving from Axios to fetch, adopting Node's test runner, and React's future.
Argues that using tabs for code indentation is superior to spaces due to accessibility benefits for visually impaired and blind developers.
A developer explains his POSSE strategy for syndicating blog posts to Twitter while avoiding the platform's negative aspects.
A technical tutorial on building an internal company wiki using Hygraph (GraphCMS) and Next.js for backend and frontend development.
An Engineering Manager reflects on the trade-offs between working in a small vs. large tech company, focusing on breadth of exposure versus depth of specialization.
Explains how to implement class-like abstractions in Clojure using namespaces, specs, and functions, without traditional OOP constructs.
A guide to using TypeScript generics and mapped types to create type-safe API response handlers for dynamic data structures.
A developer profiles and optimizes a Python interpreter for a custom language, focusing on performance bottlenecks and benchmarking against a naive Fibonacci program.
Explains Python dictionary comprehension, compares its performance with for loops and dict() function, and provides benchmark results.
A developer automates iTerm key mapping creation for tmux using a Python script to generate JSON configurations, improving terminal workflow.
A summary of key Java projects (Loom, Valhalla, Panama, Amber, Leyden, Galahad) and their planned developments for 2023, based on an Oracle developer advocate's insights.
Explains the new C# 12 primary constructor feature, comparing it to records and detailing its syntax and usage.
A front-end developer explains their detailed process for planning and building a website from a design mockup, emphasizing strategy over simple implementation.
A developer explains their preference for Nox over tox for Python project testing, comparing configuration formats and flexibility.
Explains the benefits of executing database queries with jOOQ's API instead of extracting SQL for use with other tools like JdbcTemplate.
A technical guide on how to preview draft posts from a headless Ghost CMS using the Eleventy static site generator and deploying previews via Netlify.
How to add manual approval steps for security changes in AWS CDK Pipelines to review IAM permissions before deployment.