How to permanently hide folders from graph view in Obsidian
A guide on how to hide specific folders from the Graph view in the Obsidian note-taking app to reduce visual clutter.
A guide on how to hide specific folders from the Graph view in the Obsidian note-taking app to reduce visual clutter.
PHP 8.4 introduces syntactic sugar allowing method/property chaining on new objects without extra parentheses, streamlining code.
JDK 23 removes the legacy COMPAT locale data provider, requiring projects to switch to CLDR or custom implementations.
A guide to simplifying LLM evaluation workflows using clear metrics, chain-of-thought, and few-shot prompts, inspired by real-world examples.
Analysis of the traverse npm package's bloat and the creation of neotraverse, a zero-dependency fork to address the issue.
An analysis of the ARC Prize AI benchmark, questioning if human-level intelligence can be achieved solely through deep learning and transformers.
A talk from EuroPython 2024 exploring the various ways developers can contribute to the Python community and its ecosystem.
How to use PowerShell to automate compliance and security tasks in Microsoft Azure, including policy management and security monitoring.
Announcing a new article on building a web app with HTMX and FastAPI, published on TestDriven.io.
A conference talk exploring the modern reasons and use cases for using Redux in React applications today.
Explains Architecture Decision Records (ADRs), their structure, and their importance for documenting key technical decisions in software projects.
Guide to deploying AWS infrastructure using Terraform within Microsoft Azure DevOps pipelines, including setup for cross-cloud deployments.
A technical tip on using symlinks to integrate an existing .env.local file with the Bruno API client for a smoother development workflow.
Developer details the technical overhaul of their personal blog's backend, focusing on improving the editing experience and interactive code execution.
A guide to creating a custom formatter for the Gomega assertion library in Go to improve error output, specifically for github.com/pkg/errors stack traces.
A comprehensive guide with resources and study recommendations for preparing to take the Microsoft Azure Administrator Associate (AZ-104) certification exam.
A developer shares how a single blog post about a Laracasts video led to a job at Spatie and eventually a role as a PHP Developer Advocate at JetBrains.
A macOS utility that reclaims menu bar space by adjusting the spacing between items, offering a simple alternative to apps like Bartender.
A guide to implementing HTML datalist elements in ASP.NET Core applications using custom tag helpers for Razor Pages and MVC.
Analyzing the probability of covering all birthdays in a group and the expected number of people needed, framed as the Coupon Collector's Problem.