Algorithm: Sliding Window
A technical guide explaining the Sliding Window algorithm for solving the 'longest substring without repeating characters' LeetCode problem.
A technical guide explaining the Sliding Window algorithm for solving the 'longest substring without repeating characters' LeetCode problem.
A quick guide to enabling case-insensitive file and folder autocomplete in the macOS Terminal by editing the .zshrc file.
A technical guide comparing SQL Server data-at-rest encryption methods: Transparent Data Encryption, Backup Encryption, and Always Encrypted.
A guide to troubleshooting common issues when using Samsung Magician software to securely erase Samsung SSDs, including USB and drive lock problems.
Overview of major OpenJDK project plans for 2025, including Project Babylon's work on foreign programming models and code reflection.
A critique of Jack Dorsey's keynote at FOSDEM, arguing billionaires and their harmful ventures are unwelcome in the free software community.
Pulumi introduces customizable auto-naming for cloud resources, allowing teams to define naming patterns that follow their organizational standards.
A guide to common mistakes developers make when building applications with generative AI, including overuse and poor UX integration.
A comprehensive guide to understanding and configuring the tsconfig.json file for TypeScript projects, with practical examples and recommendations.
A web professional explores key principles of good vs. bad web design, focusing on usability, mobile responsiveness, and performance.
A developer details the creative and technical process of redesigning a logo, from sketching to 3D modeling and printing.
A guide on the pitfalls of blindly using cosine similarity with text embeddings and how to apply it more intentionally for better results.
Learn how to use your test suite to identify and catch memory leaks in your software, with examples using pytest.
Announcing a new monthly newsletter covering cloud native news, tools, tutorials, and events, with details on its technical infrastructure.
Explains how to initialize ASP.NET Core TagHelpers with shared data using the ITagHelperInitializer interface for performance and consistency.
Explores Angular 19's experimental resource API for managing async data fetching, focusing on improving user experience in web applications.
Explores the ongoing challenges of publishing TypeScript packages for both ESM and CJS in 2025, covering Node.js updates and tooling like tsup.
Introducing a custom GitHub Action for linting Bicep IaC files, with features to scan only changed files and combine SARIF output.
A tech professional outlines their 2025 focus on Platform Security, Kubernetes, Azure Security, and Cloud Vulnerability Research, and invites collaboration.
A technical guide on configuring TLS/SSL encryption for MongoDB, covering certificate generation and server setup.