cheatsheet
6minutes Tech Graphql
19 May, 2024
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
6minutes Tech Progressive Web App
15 May, 2024
Progressive Web Apps (PWAs) are web apps built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device, all with a single codebase.
Flexbox and Real World Examples
01 May, 2024
Flexbox is a powerful CSS layout mode that allows for the efficient arrangement of items within a container, even when their size is unknown or dynamic
[React Native Examples] Setup Working Place for React Native Developer
28 Mar, 2024
In this tutorial, you will learn how to setup an efficient working place for React Native developers
Happy New Year 2024
31 Dec, 2023
I don't know who you are, but if you know javascript, I wish you all the best in 2024
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