Laurent Hinoul

“Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live” – John Woods

L

LAURENT HINOUL

Welcome.

Hello there! My name is Laurent Hinoul. I’m a software developer who lives in Belgium. I mainly program in Java and use technologies/frameworks like Spring, Maven, Angular, MongoDB…

Besides developing, I’m interested in home automation and music. I am volunteering as a Firefighter and Paramedic too. But most importantly, I love to be a husband and father.

We as developers sometimes run into problems that takes us some time to resolve. Through this blog, I would like to share mine I took care of. Enjoy reading…

Latest stories

how to change qwerty to azerty in windows

h

Sometimes when you pressed a wrong keyboard combination, it is possible that your keyboard layout changed from azerty to qwerty or from qwerty to azerty. Mostly you don’t know how you changed it and how you change it back to your original layout. To do so, press alt + shift and you changed back your keyboard layout. Enjoy!

How to use json with java

H

Is it possible to use json in combination with java? The answer is yes! You can easily parse json objects to java objects and vice-versa. To do so, you can use Google’s framework ‘gson’:

Maven dependency

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
</dependency>

Mobile application development resources

M

If you are looking for all kinds of mobile app development resources and tools. Then you must have look at Mobile Tuxedo (). On this website you can find all kinds of resources and tools to develop and design mobile web applications. I’ll give you a short list of some resources there are available: Prototype apps Mobile design App builders Icons Mobile app frameworks Grid frameworks UI...

Tag Cloud

Categories