Instead of writing
model.add(createModel(fileArgs.id,fileArgs.path,fileArgs.ext))
in groovy, there is a left shift operator, which can overload with double less than symbol
model « createModel(fileArgs.id,fileArgs.path,fileArgs.ext)
[Read More]
Start MariaDB on Fedora 25
To start mariadb, please type.
[Read More]
How to Resolve Server Failed to Start for Port 8080 Grails
There are time when the port number of 8080 is already used and we want to use the same port. In linux, the way we kill the process is by issued the command
1
lsof -w -n -i tcp:8080
[Read More]
First Experince As Freelance Software Developer
Back in early 2016, after finishing my master program in Computing and Innovation at The University of Adelaide, I encouraged myself to wade deep into freelancing world. My first client was a small local company run by a successful young guy. What I did was to continue unfinished work using...
[Read More]
Test markdown
Each post also has a subtitle
You can write regular markdown here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc.
[Read More]