Aug 15, 2021You deserve more as a developerYou deserve more as a developer There are so many times I think I am not good enough and I still need to learn a lot to become a better me. During school life, my classmates told me to try to do some other jobs, IT is not suitable for…2 min read2 min read
Jul 29, 2021Datetime Picker & Moment.JSDatetime Picker & Moment.JS This is the real story which I wasted 3 hours on. 😂 If you need a date-time picker and have a database which is UTC time, here is the way to display the right date-time on web portal. Lessons Learned: 1: Read the documentation thoroughly sometimes…Momentjs4 min readMomentjs4 min read
Jul 19, 2021What is RESTful APIA REST API is also known as RESTful API. REST stands for representation state transfer. It is an architectural pattern for creating web services. A RESTful service is one that implements that pattern. Guiding principles of REST: 1: client-server: separating the user interface from the data storage, improve scalability 2…3 min read3 min read
Nov 22, 2020Promise-they will always ask youYou always heard about Promise while what is this and how to use this. It can be a very confusing concept. During the interview, they will always ask you to explain promise and how to solve some problems using promise. It is really essential to understand Promise. Definition A promise…Promises5 min readPromises5 min read
Nov 22, 2020AJAX and AxiosIt is always confusing when I saw these two keywords. What is AJAX and what is Axios. Why we use them and what are the functions of these two. What is the difference? 1.HTTP requests in the browser There are many ways to make HTTP requests in the browser. For…Ajax4 min readAjax4 min read