LeNiglo - Overview
'use strict' const leniglo = { user: { name: 'Guillaume Lefrant', gender: 'male', birthyear: 1994, }, contact: { email: 'lefrantguillaume@gmail.com', website: 'https://www.lefrantguillaume.com', }, interests: ['motorsport', 'volleyball', 'vegetable garden'], technologies: { languages: ['PHP', 'Javascript', 'C/C++', 'Java', 'C#.Net', 'Python', 'Bash'], backend: { php: ['laravel (⚡️)', 'phalcon', 'homemade'], javascript: ['node', 'express', 'adonis', 'meteor (⚡️)', 'sails'], python: ['django', 'flask'], other: ['spring boot', 'dotnet core'], }, frontend: { mobile: ['react native', 'flutter', 'android'], javascript: ['vue (⚡️)', 'react', 'jquery', 'vanilla'], }, devOps: { architecture: ['docker', 'kubernetes', 'microservices', 'kong'], tools: ['gitlab ci/cd', 'github actions', 'jenkins', 'atlassian suite'], softwares: ['nginx', 'apache2', 'ufw', 'pm2', 'supervisor', 'init.d'], systems: ['osx', 'linux/ubuntu', 'windows'], }, databases: { sql: ['mysql', 'mssql', 'sqlite', 'mariadb'], nosql: ['firebase', 'mongodb', 'minimongo', 'redis', 'cassandradb'], other: ['graphql', 'neo4j', 'algolia'], }, concepts: ['ssr', 'realtime', 'pwa', 'mobile first', 'SOLID'], } }