Career Development For Engineering Managers
A guide for engineering managers on career development, focusing on building essential leadership skills, understanding power dynamics, and creating a trusted peer network.
A guide for engineering managers on career development, focusing on building essential leadership skills, understanding power dynamics, and creating a trusted peer network.
A guide to implementing Swift's async/await concurrency API in Vapor & Fluent to replace EventLoopFuture-based code for cleaner, more maintainable server apps.
Part 2 of a tutorial on implementing Role-Based Access Control (RBAC) in Microsoft Defender for Endpoint using Azure AD device groups.
A beginner-friendly introduction to the Ruby Sinatra web framework, covering installation, basic routes, and URL parameters.
A guide to migrating a Windows Server 2022 managed image to Azure Shared Image Gallery using a provided PowerShell script.
How to use Visual Studio 2019's built-in feature to find and remove unused project and NuGet package references to clean up your solution.
A guide on using Azure Policy to automatically enable diagnostic settings and NSG flow logs for Azure resources.
A technical guide on using JMeter to replay recorded database queries from an audit log for load testing, specifically targeting Amazon Redshift.
Debugging and fixing the 'EMFILE: too many files open' error in AWS Lambda NodeJS by moving initialization logic and using Lambda Insights.
A developer's journey creating the T-34 ergonomic keyboard layout, optimized for programming, Vim, and reducing RSI pain.
TinyPilot's 11th-month update: Revenue hits $39k, profit surges, and operations move to a new office. Focus on improving margins.
Explores the proposed RFC for multi-line short closures in PHP 8.1, detailing their syntax, benefits, and addressing common counter-arguments.
A sysadmin's personal account of updating from Let's Encrypt's deprecated ACMEv1 API to ACMEv2, including troubleshooting steps.
A talk from DjangoCon Europe 2021 on leveraging PostgreSQL's advanced features within Django projects for enhanced database capabilities.
An interview with iOS developer Danijela Vrzan about her career transition from civil engineering to programming and her journey into iOS development with Swift.
Testing and confirming CPU Fair Share Scheduling support on Windows 10 Multi-Session for equitable CPU distribution among user sessions.
A reflection on the slow pace of programming evolution, the persistence of complex problems, and the rapid impact of Stack Overflow.
A side-by-side comparison of basic syntax in 10 programming languages, covering console output, variables, and collections.
Explains shallow routing in Next.js, a technique to change URLs without re-running data fetching methods, using the useRouter hook.
How to disable PerfView's grouping of unresolved CPU frames under '?!?' to better analyze performance bottlenecks.