amjohnphilip.hashnode.devHow To Build a Productivity App Implementing Pomodoro With Nuxt.js and Auth0.In this article, we are going to build a productivity application that implements the Pomodoro technique. We are going to build this application with Vue.js Nuxt.js Tailwind CSS (UI) Auth0 Prerequisites For you to follow along easily, I wish you...Aug 30, 2021·10 min read
amjohnphilip.hashnode.devIntroduction To VueXVueX is a state management pattern and library for vue applications. Just like other state management libraries it provides a centralized store where all shared component states are stored. VueX provides a simple application architecture and design....Nov 15, 2020·3 min read
amjohnphilip.hashnode.devCSS RESPONSIVE IMAGES (basics)Images are very integral part of any website these days. They say a picture is worth …, well you know the saying right. Working with images is pretty hectic at times. Choose a larger size image and it reduces your site performance with longer loadin...Nov 8, 2020·2 min read
amjohnphilip.hashnode.devMaking API Request With Authorization HeaderIn this article we are going to learn how to make API request with authorization header in JavaScript. The purpose of this tutorial is to learn how to make API calls with authorization header. If you are not familiar with JavaScript don’t worry as th...Nov 4, 2020·3 min read
amjohnphilip.hashnode.devHandling forms in VueJsForms are a greater and most convenient way of getting information from the user and processing the information for useful purposes. In this article we are going to learn how to handle forms in VueJs. In native HTML and JavaScript, Form handling can...Oct 31, 2020·7 min read