@datdong
love_everyone
Nothing here yet.
Nothing here yet.
Oct 4, 2025 · 14 min read · This 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....
TLTDTien and 3 more commentedSep 24, 2025 · 2 min read · 1. 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...
Join discussion