KNKhang Nguyeninkhangnhd.hashnode.dev·Feb 25, 2025 · 3 min readGetting Started with Pinia: The Modern State Management Solution for Vue 3Pinia is a state management library for Vue.js applications, designed to be the successor to Vuex. It is particularly well-suited for Vue 3 and offers a more intuitive API, better TypeScript support, and improved performance. Below are the key featur...00
KNKhang Nguyeninkhangnhd.hashnode.dev·Feb 23, 2025 · 4 min readUnderstanding Laravel Queue: A Comprehensive GuideLaravel is a powerful PHP framework that simplifies web application development. One of its standout features is the queue system, which allows developers to defer the processing of time-consuming tasks, improving application performance and user exp...00
KNKhang Nguyeninkhangnhd.hashnode.dev·Feb 14, 2025 · 3 min readUnderstanding Laravel Livewire: A Comprehensive GuideWhat is Laravel Livewire? Laravel Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple and enjoyable, without leaving the comfort of PHP. It provides a way to build dynamic, reactive interfaces using just PHP, ...00
KNKhang Nguyeninkhangnhd.hashnode.dev·Feb 6, 2025 · 3 min readIntroduction to NginxWhat is Nginx? Nginx is a high-performance, open-source web server that also functions as a reverse proxy, load balancer, and HTTP cache. It is widely used for handling large amounts of concurrent connections efficiently. Originally designed to addre...00
KNKhang Nguyeninkhangnhd.hashnode.dev·Feb 5, 2025 · 4 min readPHP PDO Parameter Binding: A Secure and Efficient Way to Handle SQL QueriesIn web development, SQL injection is one of the most common security vulnerabilities. This occurs when an attacker can inject malicious SQL code into a query. To prevent SQL injection and ensure that your database queries are safe, PHP provides a pow...00