Running Hugo Server in AWS Cloud9 Preview
A guide to configuring Hugo server's baseURL to work correctly with AWS Cloud9's preview proxy for local development.
A guide to configuring Hugo server's baseURL to work correctly with AWS Cloud9's preview proxy for local development.
Article details the controversial sale of the .org registry to private equity, alleging corruption by ICANN, ISOC, and PIR, and calls for action.
Analyzes security risks from indirect dependencies in Angular and React boilerplate projects, comparing vulnerability counts and license issues.
Explains SQL Server 2019's new support for creating database snapshots that include in-memory (Hekaton) filegroups, a previously unsupported feature.
Analyzes source control options for game development, focusing on challenges with binary assets and team workflows.
Explores compatibility of Columnstore Indexes with new features in SQL Server 2019, including Approximate Distinct Count and Scalar UDF Inlining.
A guide to participating in Hacktoberfest 2019, focusing on contributing to open source PowerShell projects and finding issues to work on.
A tutorial on using kafkacat to copy data between Kafka clusters via Unix pipelines for quick, simple data replication.
Discusses the importance and adoption of the Save-Data HTTP header for reducing web page weight, with real-world usage statistics.
A prototype for unit testing Blazor components using a fast, in-memory test renderer, demonstrating how to test UI interactions without a browser.
A technical analysis comparing Azure Managed Disks and Azure Files for persistent storage in Azure Kubernetes Service (AKS), including performance insights.
A recap of KubeCon Shanghai 2019, highlighting China's massive scale in cloud native adoption and its growing role in open source contributions.
A maintainer discusses how to guide contributors in free software projects, identifying their strengths and fostering growth across various roles like coding, documentation, and support.
Learn how to speed up Python I/O-bound tasks like downloading multiple URLs using the ThreadPoolExecutor for multithreading.
Analyzes the operational cost of using DynamoDB TTL for serverless scheduling, comparing it to AWS EventBridge Scheduler.
Analyzes the delay between DynamoDB TTL expiration and actual deletion, showing how table size impacts the delay.
A serverless method to schedule irregular AWS Lambda executions using DynamoDB TTL attributes and streams, with accuracy caveats.
Explores efficient state representations for robots to accelerate Reinforcement Learning training, comparing pixel-based and model-based approaches.
A technical tutorial on integrating Apple's Spotlight Search into iOS apps using CoreSpotlight to index app data for user searchability.
A humorous take on coding style guides, arguing to follow the project's existing conventions rather than debating personal preferences.