Reduce size of hasMany property of type String Grails follows MVC(Model View Controller) design pattern and domain classes fulfills the M in MVC. Each domain class mapped with a table in the database, i.e., a domain class represents a table in the database. hasMany...
Some times we need to manage more than one ssh key. There may be many scenario like you are having more than 2 github account or you have an account and your client want to add your ssh key to their github account. In past I faced same kind of issue and found...
In my previous project repository was hosted on github.com and application was supposed to deployed on heroku which was also provide a git repository. Every time I had to push code on main repository and after that same changes need to pushed on heroku git repo. I...
Lithium-ion battery management Hi everyone, this blog is about the battery management circuit of a typical Lithium-ion battery. If you want to make a simple Lithium-ion battery charger or a handy wireless stuff with charging enabled, you can use this very simple...
Purpose of this blog, if you want to install .exes file in Ubuntu that is possible via wine. Run this command and Install this application: sudo apt-get install wine How to install Application: Right click any .exe file Open with Wine Window Program How to uninstall...
Recent Comments