Initial commit

This commit is contained in:
ECAILLE Fabrice (externe)
2017-05-03 16:46:01 +02:00
commit 2e64cb961e
117 changed files with 10765 additions and 0 deletions

27
docs/index.md Normal file
View File

@@ -0,0 +1,27 @@
# Welcome
I made some projects and published them on [GitHub](https://github.com/febbweiss/).
In this space, you will find some of them. Basiclly, these pages are _README_ files but with some adds and demos.
Different projects for different needs :
* Development
- Java
+ [Springboot / React / Webpack](/development/springboot_react_webpack)
- NodeJS
+ [CloudBudget](/development/cloudbudget) (Express)
+ [Project deployer](/development/project_deployer) (Meteor)
- Client-side
+ [CloudBudget-AngularJS](/development/cloudbudget_angularjs) (Express / AngularJS)
+ [Durandal filebrowser widget](/development/filebrowser_durandal_widget) (DurandalJS)
* Docker
- Fullstack servers
+ [Log centralizer](/docker/docker_log_centralizer) ELK stack with Kafka
+ [GoCD](/docker/docker_gocd) GoCD server and agents
- Utilities
+ [Apache log generator](/docker/docker_apache_log_generator)
* Javascript games
- [Space invaders](/games/Space_invaders_stories)
- [Pacman](/games/pacman)
- [Pyramid](/games/pyramid)
- [Yahtzee](/games/yahtzee)