Pairing with Community Member Seth Hall
A live coding session where developers debugged an image upload spinner issue in the Forem editor using browser tools.
A live coding session where developers debugged an image upload spinner issue in the Forem editor using browser tools.
A guide on using Swift's JSONDecoder with .convertFromSnakeCase strategy to automatically map API snake_case keys to camelCase properties.
A guide to generating random numbers, characters, and strings in Swift, covering built-in methods and custom extensions.
A technical guide on deploying and connecting to a SQL Managed Instance using Azure Arc enabled Data Services on Kubernetes.
Analyzes the high cost of delaying continuous deployment and advocates for automated, sub-15-minute deploy cycles to boost engineering efficiency.
A guide on how to ask strategic questions during job interviews to identify bad managers and unhealthy team cultures in tech roles.
Microsoft's new SC-900 Security Fundamentals certification covers cloud security, identity, and compliance concepts for IT professionals.
Analysis of options for aligning Jakarta EE and MicroProfile specifications, with a community survey to gather input.
Technical analysis advising against using Basic and Standard (S0 & S1) tiers in Azure SQL Database, citing performance, permissions, and feature limitations.
Analyzes the relevance of the visitor design pattern in modern programming, comparing it to alternatives like dynamic_cast and discussing its core use case.
A technical walkthrough of debugging a native deadlock in a .NET application running on Linux, using tools like dotnet-dump and analyzing thread stacks.
Tips for FOSS projects to improve packaging and build processes for downstream users like Linux distros and corporate packagers.
Part 4 of a series exploring Azure NetApp Files, a high-performance, first-party shared storage service in Azure for enterprise workloads.
A recap of a live pair programming stream focused on debugging and fixing accessibility issues in a Forem/DEV onboarding process.
Predictions for cloud native trends in 2021, focusing on cloud IDEs, Kubernetes at the edge, and WebAssembly integration.
A tutorial on integrating Pocket bookmarks into an Eleventy static site using the Pocket API and environment variables.
A critique of Elastic's decision to change Elasticsearch's license, arguing it betrays open source principles and its contributor community.
Explores how certain programming language features, like operator overloading and macros, create 'spooky action at a distance' similar to quantum mechanics, harming code clarity.
An introduction to core security principles like Separation of Duties for designing and assessing secure database systems.
A tutorial on implementing supplementary views like badges in iOS collection views using Compositional Layout and Diffable Data Source.