A Practical Guide to the Lomb-Scargle Periodogram
A guide to the Lomb-Scargle periodogram, explaining its use, common misconceptions, and practical considerations for analyzing astronomical data.
A guide to the Lomb-Scargle periodogram, explaining its use, common misconceptions, and practical considerations for analyzing astronomical data.
A guide to automating dependency updates in Java, JavaScript, and Gradle projects using CI tools and commit hooks.
A guide on how to disable Intel Hyper-Threading Technology on Amazon Linux EC2 instances for specific workloads like HPC.
A guide to notable session proposals for VMworld 2017, highlighting key topics like PowerCLI, vCenter, certifications, and new VMware technologies.
Explores the .NET IL Interpreter, its purpose for CLR bring-up and learning, and how to enable it in the CoreCLR source code.
A developer shares three favorite CSS Grid features, including named template areas and grid-gap, explaining why they improve web layout workflows.
A guide to using parameterized tests in JUnit 5, including code examples and a demo repository.
Critique of using Google Analytics for site speed data, highlighting sampling flaws and recommending real user monitoring for accurate performance insights.
Explores performance improvements in LINQ methods for .NET Core, highlighting specific optimizations and benchmark results.
A statistician argues that advanced math like calculus isn't a strict prerequisite for learning statistics, using personal experience and examples.
A guide to setting up zero-downtime deployments for Laravel applications using tools like Envoyer and Capistrano.
A technical comparison of container technologies (Linux containers, Solaris Zones, BSD Jails) versus VMs, focusing on design philosophy and flexibility.
A developer compares Redux and MobX for state management, explaining their differences and when to use each.
A technical article demonstrating how to recursively chain multiple JavaScript filter functions on an array, using a functional programming approach.
A tutorial on implementing distributed tracing in a Python microservices application using Zipkin and py_zipkin to monitor request latency.
A guide on adding Linux VM images to Azure Stack, including retrieving Azure Cloud image metadata and using PowerShell for deployment.
An introduction to Python list comprehensions, explaining their syntax and benefits for writing cleaner, more idiomatic code.
The author details the process of redesigning and rebuilding their tech blog, focusing on logo creation, design decisions, and performance improvements.
A technical guide on configuring an ASP.NET Core application to run automatically on startup for a Raspberry Pi device.
A technical overview of new features in C# 7, including pattern matching, tuples, out variables, and local functions.