Monte Carlo analysis for product development
Explains how to use Monte Carlo analysis for product development, using TweetDeck screen capacity as a practical example.
Explains how to use Monte Carlo analysis for product development, using TweetDeck screen capacity as a practical example.
Explores using SIMD (Single Instruction, Multiple Data) CPU instructions to optimize the Levenshtein Distance string comparison algorithm.
A guide on using React's Profiler API to monitor and track component render performance in production applications.
A technical case study on improving WebXR VR performance by moving a Three.js app's physics calculations off the main thread.
A tutorial on implementing simple in-memory caching in .NET Core using the IMemoryCache interface to improve application performance.
Announcing a major performance update for MyNatsClient, a .NET client for NATS, achieving a 60% speed increase and reduced resource usage.
Explains why premature optimization in programming is inefficient, using the Pareto Principle and power laws to argue for data-driven performance improvements.
A beginner's guide to using BenchmarkTools.jl for performance optimization in Julia, with practical examples and common pitfalls.
A Laravel developer explains solving a complex database performance issue by creating a custom Eloquent relation to efficiently load nested model data.
Explores performance optimization for Python HTTP clients, covering persistent connections, parallelism, and asynchronous patterns.
A technical deep-dive into diagnosing and solving severe performance issues caused by an 'Export to Excel' feature in a Django system.
Explains SQL Server 2019's Froid feature for inlining Scalar T-SQL UDFs to improve performance, with caveats and function type context.
Analysis of cold start durations in Azure Functions, comparing deployment methods and the impact of Application Insights on performance.
Part 3 of a series on AWS serverless mistakes, focusing on cold start performance, language choice, and optimization strategies.
A developer explains the benefits of using older, well-supported hardware for software development and empathizing with users on limited systems.
A deep dive into optimizing WinDbg's DML parser, revealing a performance bottleneck in StringBuilder character access.
A personal review of the author's favorite and most inspiring conference talks from 2018, covering topics like development and security.
Lessons learned from building an enterprise PowerApps application, covering performance, control management, and code organization pitfalls.
Explains how to use lazy properties in Swift to delay object creation, improve performance, and avoid optionals, with practical code examples.
Announcing a workshop on optimizing ETL processes for SQL Server and Azure SQL at the SQLBits 2019 conference.