About:

Viblo is a website, but the metadata provided does not include specific information about an individual author. The site appears to be a platform, possibly for sharing knowledge or content.

Website:

Specializations:

Subscribe to RSS:
Pymunk's 18-year history showcases its development, challenges, and impact on the gaming community, emphasizing the author's dedication to maintaining the library.
The author evaluates AI's effectiveness in handling complex SQL tasks, revealing significant shortcomings and emphasizing the importance of human expertise in database management.
Hobbyist coding is transitioning from a free-access model to a subscription-based system, creating disparities in access to advanced tools and impacting open-source contributions.
Hobby coding is transitioning from a free-access golden age to a subscription-based model, creating disparities among hobbyists based on financial resources.
The blog post evaluates Microsoft's Dev Drive feature, which claims to enhance performance for developers by speeding up common tasks. The author tests Dev Drive against standard NTFS and WSL environments using various open-source...
The text provides 8 dos and don'ts for tech interviews, including advice on practicing, CV, talking too much, admitting limits, providing examples, and asking questions. The author shares personal experiences and tips for candidat...
The author reflects on the possibility of AI replacing human code reviews. The idea was sparked by a colleague's demonstration of creating a website using AI without writing a single line of code. The author questions the necessit...
The text discusses the cost savings of AUTO_SHRINK in Azure SQL. The author reclaimed 100s of GB and saved 2500+ USD from monthly Azure SQL cost with zero downsides. The author explains the problem, the solution, and the impact of...
The text explains how to troubleshoot a memory leak in a containerized .NET service running in Kubernetes. It covers the prerequisites, locating the pod, launching a debug container, installing the debug tools, dumping the memory,...
The post discusses a tricky query to optimize partial match of phone numbers in SQL Server. The author walks through some options to optimize the query and establish a baseline in a local DB to benchmark against. The post covers v...
The author challenges the use of AI for advice on setting the fill factor for a new table with a non-clustered index in Azure SQL/SQL Server. They argue that specifying a fill factor other than the default 0/100 is useless due to ...
The author argues that despite the technical merits of Redis, it may not be necessary in certain cases. They provide examples from their experience at three different companies, where Redis was proposed but did not improve things....
The text describes the author's experience with setting up an AI-powered code review system in Azure Devops. The author explains the process of setting up Azure AI, Devops extension, and PR pipeline. The author also shares the fee...
The text discusses the tech behind viblo.se, a personal website. The author decided to create a new site after running a wiki instance for 10 years. The site is built using old school HTML and CSS, with some custom JS. The author ...