Site logo

Posts by Topic

backend

database

frontend

Infra/DevOps

AI/ML

testing

mobile

Máy tính

Điện thoại

Cloud

IT Certificates

Programming Courses

Programming Courses

PHP Development
Beginner
15h 20m
2,156
Python From Zero to Hero
Beginner
15h 20m
2,156
Java From Zero to Hero
Beginner
15h 20m
2,156
Laravel: Modern PHP Framework
Beginner
15h 20m
2,156
Prisma: Next-Generation ORM
Beginner
15h 20m
2,156

New Posts

Shift_JIS vs UTF-8: Fixing Encoding Errors and Mojibake in Legacy Source Code

Shift_JIS vs UTF-8: Fixing Encoding Errors and Mojibake in Legacy Source Code

Understand why text breaks when opening Japanese COBOL, VB.NET files. Fix mojibake, convert encoding in Cursor/VSCode, and best practices for legacy codebases.

Fix i18next Not Persisting Language After Page Reload in React

Fix i18next Not Persisting Language After Page Reload in React

A detailed guide to debug and fix i18next not keeping the selected language after page reload in React. Analysis of LanguageDetector, i18n.language vs resolvedLanguage, and how to ensure reliable persistence.

What is MVP? Understanding Minimum Viable Product in Software Development

What is MVP? Understanding Minimum Viable Product in Software Development

Explore in detail about MVP (Minimum Viable Product), its important role in software development, the steps to build it, and how it helps validate market demand and business assumptions.

Complete Guide to Setting Up and Deploying Playwright Project with TypeScript from A-Z

Complete Guide to Setting Up and Deploying Playwright Project with TypeScript from A-Z

Learn how to install, configure, and deploy an automated testing project with Playwright framework and TypeScript. This article provides detailed guidance from basic to advanced for QA Engineers and Developers.

Detailed Guide for Migrating from Visual Basic to C#

Detailed Guide for Migrating from Visual Basic to C#

Practical and detailed guide on the process of migrating from Visual Basic to C#, including strategies, tools, and specific examples.