Back to presentation pipeline (on Azure SQL MI)
Microsoft PM announces a series of public presentations on Azure SQL Managed Instance, covering new features, HA/DR, performance, and monitoring.
Microsoft PM announces a series of public presentations on Azure SQL Managed Instance, covering new features, HA/DR, performance, and monitoring.
The author argues for the importance of increasing productivity and velocity, countering common objections and using a personal project as an example.
A tutorial on implementing editable lists in SwiftUI, covering item editing, moves, deletions, and enabling edit mode.
A JavaScript developer shares his disciplined daily routine and habits for successfully writing a 500-page technical book on JavaScript Testing.
An accessible guide explaining the concepts of covariance and contravariance in TypeScript's type system and subtyping.
Lyft's iOS team details their journey from a monolithic Objective-C app to a modern, modular architecture to improve scalability and maintainability.
Learn two methods to handle notches and status bars in React Native apps: using the built-in SafeAreaView and the cross-platform react-native-safe-area-context library.
A developer combines DOOM WebAssembly with the Checkboxland library to render the classic game on a grid of HTML checkboxes.
A curated list of developer-focused sessions at Microsoft Ignite 2021, tailored for Australian developers, covering Azure, cloud-native, and low-code topics.
A manager's guide to building and maintaining trust within a team, especially in remote and asynchronous work environments.
An overview of the Pandas library for data analysis, covering data reading, filtering, merging, and visualization.
Addresses common misconceptions about Julia's performance, explaining its JIT compilation, startup time, and best practices for optimal speed.
A reflection on KDE's 25-year history, its evolution from a Linux desktop project to a diverse software community, and its sustainable impact.
A guide for indie developers on free platforms to promote their apps, including forums, subreddits, and newsletters, updated for 2026.
Explores issues with C# 10's implicit usings feature, including build errors in multi-targeted projects and potential workarounds.
A guide explaining methods and tools available in Linux to recover accidentally deleted files from a computer system.
Using Azure Automation and PowerShell to automatically reapply resource locks after maintenance, preventing accidental deletion of Azure resources.
A developer shares insights and architectural notes from building a desktop application using Electron, React, and TypeScript.
A guide to using the Windows Package Manager (winget) for automating software installation and system setup for developers.
A technical guide to implementing a reorderable UICollectionView in iOS using compositional layouts, diffable data sources, and context menus.