
Portfolio
Personal project
Here are some highlighted projects I have been involved in over the past few years. For a full list, check my GitHub
Dictionary Game
- Sources: github.com/maxpou/dictionary-game
- Demo
Dictionary Game is a Vue.js application created to improve my english vocabulary (fr/en). Words are stored in Firebase database.
gatsby-starter-morning-dew
gatsby-starter-morning-dew is a Gatsby theme and a starter for creating static blog/website. The code is written in React 16 and fetch data through a GraphQL API.
Features / highlights:
- Write posts/pages in Markdown
- Multilang support
- PWA (including offline support)
- Disqus comments support
- css-in-js (with styled-components)
GitVub
- Sources: github.com/maxpou/gitvub
- Demo
GitVub (Github + Vue.js) is a Progressive Web App (PWA) based on GitHub API. User can fetch GitHub repositories and read README.md files. An offline mode is also available.
Docker-Symfony
- Sources: github.com/maxpou/docker-symfony
Docker-symfony is a complete stack to run a Symfony app into multiple containers (PHP7-FPM - NGINX - MySQL - ELK - REDIS) by using Docker compose. I’ve also written an article (in french sorry) to describes how everything works.
Symfony Rest Beer Edition
Symfony Rest Beer Edition is an application to present REST’s best practices. The application uses PHP and Symfony 2.8 (LTS).
Features / highlights:
- Fully tested;
- HATEOAS Implementation;
- Use plain olds HTTP verbs;
- A self generated documentation with swagger format;
- Symfony’s forms…