Welcome
I am Vincent Gioria, a PHP fullstack web developer living in Nancy.
I have 4 years of professional experiment in web agencies, and an insurance group
Presentation
On this website, you will find some web work I’ve worked on.
I also include my audio work such as original musics and tabs.
Finally, a blog will be updated from time to time with posts on travels, web development and audio domain.
For further information, feel free to :
My skills in a nutshell
Polyvalent
Enthusiastic about many aspects of web development (front-end and back-end), I am able to adapt my work to all kind of demands.
Carrying about norms
W3C rules
Responsive design (desktop, tablet and smartphone)
Knowledge of accessibility and SEO
Programming language and tools used
PHP (Laravel 5 / Symfony 3)
mySQL / PDO / postgreSQL
Javascript (jQuery / AngularJS)
HTML5 / CSS3
Wordpress / Drupal 8
Versioning software : GIT
Blog
[CSS] – Delete the space in a HTML list with inline-block property
Have you ever experienced, in a HTML list of elements using display: inline-block property, having an element on an other line, without any clear reason ? Let's take an example : In the example above, there are 5 elements and each element of the HTML list has a 20%...
[CSS] – Add black and white filter on Google Maps with CSS
When we use a google map on a website, there is a trick to get a black and white filter without using a bit of javascript of the API, which can be tricky to use. This trick use the CSS property filter(). This property is now pretty well supported on modern browsers....
[LARAVEL] – Check at least one in many fields with Validation component
Laravel is a PHP framework that I particulary like to use for the simplicity feeling of coding. You can apply good practices of web developing and architecture of code. The "Validation" component offers many possibilities when you have to test data conformity,...