AWS re:Invent 2018 - WIN308
A hands-on workshop from AWS re:Invent 2018 on using PowerShell to automate AWS infrastructure, featuring practical challenges.
A hands-on workshop from AWS re:Invent 2018 on using PowerShell to automate AWS infrastructure, featuring practical challenges.
Analyzes if Batch Mode on Rowstore eliminates the need for Columnstore Indexes in SQL Server, comparing performance and compression.
A review of Ursula Franklin's book 'The Real World of Technology', exploring the societal and ethical impacts of technology.
Explains the First Input Delay (FID) web performance metric, its causes, and its importance for user experience.
Public alpha launch of sr.ht, a fully open-source, modular, and lightweight software forge alternative to GitHub and GitLab.
A guide to implementing screenshot testing for Android using the Facebook Screenshot-Tests-For-Android library with Espresso.
A guide on using TypeScript with React Hooks, including a new chapter on typings and type safety considerations.
A case study on using Elasticsearch as the primary data store for a large e-commerce platform's search ETL pipeline, replacing legacy Oracle systems.
A developer's personal challenge to write 30 short blog posts in 30 days to overcome writer's block and self-imposed constraints on content.
A .NET performance engineer details using BenchmarkDotNet and PerfView to analyze and optimize a real-world ML.NET benchmark.
A guide on using feature detection and polyfills to support older browsers, focusing on practical considerations over browser-specific code.
Tips for submitting a successful conference talk proposal (CfP), based on experience from both a speaker and program committee member.
A tutorial on building a serverless backend using AWS Lambda and Node.js, covering FaaS concepts and practical deployment steps.
A guide to improving Swift code maintainability and testability by separating decision logic from action logic using the type system.
A developer shares his personal toolkit, including his preferred code editor, terminal, design software, hardware, and testing devices.
A tutorial on building a simple web-based Excel-like spreadsheet using F# and Fable, demonstrating functional programming concepts.
A guide to parsing Excel XLSX files in Swift using Codable protocols, explaining the file structure and providing a technical approach.
Explores eleven lesser-known but useful features introduced in Java 11, including lambda type inference and new String methods.
A developer's humorous ode to helper functions and a simple Laravel package for autoloading a global helpers.php file.