360learntocode

  • Home
  • Java
  • Spring
  • Spring Boot
  • Grails
  • Contact
Sunday, November 21, 2021

Error occurred running Grails CLI: No profile found for name [web]. (Use --stacktrace to see the full trace)

›
In grails application, the error mentioned below might occur.   Error | Error occurred running Grails CLI: No profile found for name [web]....

How to configure multiple database in Grails application

›
In this tutorial, we are going to learn how to configure multiple databases in the grails 3.x application. This is necessary when you are de...
Saturday, November 20, 2021

How to convert Matlab functions into c or c++ code

›
In this tutorial, we are going to learn how we can convert the Matlab function into the c or c++ code. Note that the existing Matlab functio...
Wednesday, November 17, 2021

How to Compress(Zip) and Decompress(Unzip) byte array in Java

›
In this tutorial, we are going to compress and decompress the bytes array. The process may be required when serializing data as a binary fil...
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...
‹
›
Home
View web version
Copyright © 360learntocode | Powered by Blogger
Back To Top