cheatsheet

Developer Philosophy
25 Sep, 2023
The collection of developer philosophy. Feel free to find the truth for your career.

Test Driven Development for Beginner
25 Aug, 2023
Don’t write a line of new code unless you first have a failing automated test.

100 Frontend Interview Questions
30 May, 2023
100 Frontend Interview Questions from beginner to professional

The Art of Programming
29 Oct, 2022
Topics to be discussed are anything about concepts in programming

Validate Form Data Javascript the Right Way
06 Oct, 2022
Data validation is the process of ensuring that user input is clean, correct, and useful. Yup is one of Dead simple Object Schema Validation


Rest Api Implementation Guidelines
27 Sep, 2022
This guidance describes issues that you should consider when designing a web API

Rest Api Design Checklist
23 Sep, 2022
Things to think when designing, testing, and releasing your API

How to Use Typescript Path Alias in Loopback 4
05 Aug, 2022
In TypeScript you can avoid these 'bad' looking imports with the help of path aliases. With path aliases you can declare aliases that map to a certain absolute path in your application.


Sử dụng Firebase Realtime Database để gửi thông báo cho người dùng trong web app
12 Jul, 2022
Hướng dẫn setup và code sample sử dụng ReactJS

Con đường trở thành lập trình viên fullstack JS
12 Jul, 2022
Chia sẻ kinh nghiệm, lộ trình cụ thể cho những lập trình viên muốn theo đuổi con đường fullstack

Create Static Blog With Hugo and Github Pages in 5 Minutes
21 Jun, 2022
Create Static Blog With Hugo and Github Pages in 5 Minutes

Setup NodeJS Development Environment in 5 Minutes
21 Jun, 2022
Setup NodeJS Development Environment in 5 Minutes