DDDat Dongindatdongcode.hashnode.dev·Dec 18, 2025 · 1 min readLàm cây thông noelDowload phần mềm vscode về Nhớ Bấm nút install dowload source code này về bằng zip xong nén ra folder => truy cập Me Ry Chí Mớt Mở thư mục này Me Ry Chí Mớt Sau đó click Go live là xong00
DDDat Dongindatdongcode.hashnode.dev·Oct 4, 2025 · 14 min readFrom Code to Cloud: Seamless CI/CD for Node.js Apps on AWS EC2 using Docker and GitHub ActionsThis comprehensive blog post provides a step-by-step guide for modern, automated CI/CD (Continuous Integration/Continuous Deployment). Let’s follow a step-by-step guide below to have the result like this: http://ec2-100-27-201-50.compute-1.amazonaws....04TLTD
DDDat Dongindatdongcode.hashnode.dev·Sep 24, 2025 · 2 min readUnderstanding var, let, and const in Typescript1. Introduction In Typescript, variable declaration plays a crucial role in writing clean, predictable, and bug-free code. We have three ways to declare the variables: var, let, and const . 2. var - The old way Definition: var is the old keyword use...00