360learntocode
Home
Java
Spring
Spring Boot
Grails
Contact
Tuesday, August 24, 2021
Format Date Time and Set Time Zone in Java
›
This is a quick tutorial on how to format the java Date in a format like "yyyy-MM-dd HH:mm:ss" and also set the time zone for the...
Friday, January 1, 2021
How to use static content in app root directory in grails
›
In Grails latest version, it provides static assets management mechanism. You can use different files under the corresponding folders. All t...
Adding PWA support in existing VueJs application
›
In this tutorial, we are going to add the PWA support in the existing VueJs application. 1. Install Vue CLI npm install -g @vue/cli # OR ya...
Monday, December 28, 2020
How to create WhatsApp and Telegram contact link in our website.
›
This is a short tutorial on how we can add some social media links to communicate. If you provide the services and allow the client to commu...
Sunday, December 20, 2020
VueJs PWA: Notify User about the App Update | skipWaiting
›
Once the application is updated and deployed then, the new version of the application will be available. But how we can notify the user that...
VueJs: How to Get the App Version from package.json
›
This is a quick tutorial on how we can access the app version. While building applications, there may be a different phase of development. W...
How to Use and Customize Service Worker in VueJs Progressive Web Apps(PWA)
›
1. Introduction: What exactly a service worker? What is the need of service worker in our web application? The service worker is the script...
Wednesday, December 16, 2020
VueJs Progressive Web Apps(PWA): How to Change the App Name, Icon, Color, Display for Mobile Devices.
›
In this tutorial, I will show you how to create and change the Manifest file. The manifest file will allow the way of displaying our applica...
Monday, December 14, 2020
How to Test Our VueJs Progressive Web Apps(PWA) Locally over HTTPs.
›
In this tutorial, I will show you how we can test our PWA application locally. The PWA needs an HTTPS connection to work properly. So, it...
Sunday, December 13, 2020
How to Deploy VueJs Application to Firebase for Different Environment
›
In this tutorial, we are going to deploy our Vue application to the firebase server for different environments. Before putting any project i...
‹
›
Home
View web version
Search for: