alexis boissonnat.

ab.

#Github

I use the free plan of GitHub. That means I use it only for my open source contributions. I also belong to the PojosOnTheWeb organisation.

You can take a look to my GitHub’s page here

TticTtac

October 01, 2015
A personal time tracker

With my new consultancy activity I need to track my time with precision. I also have the need to be able to report my activity to all the different people around me.

In a few days I wrote a first working version of TticTtac which handles my primary needs. It’s up on heroku, absolutly free, give it a try !

We also manage a Trello board, don’t hesitate to drop me an email to be part of it if you want to see someday your favorites features in TticTtac.

tticttac

Resources

You can give a try to here tticttac.herokuapp.com

Technologies

Ruby, Ruby on Rails, Jquery, Bootstap, Github, Heroku

Wy-T-iwyg

May 01, 2015
Markdown document editor based on Rails and AngularJS

wy-T-iwyg stands for What You Type is What You Get. This is a basic document sharing platform, built over a powerful markdown editor with a full real-time rendering.

The front-end is entirely managed with AngularJS (giving a try to AngularJS was actually my main motivation for working on this project) just after the boring registration stuff, while Ruby on Rails takes care of the business model.

wytiwyg

I’m thinking about dropping AngularJS and transform this POC in ruby gem for markdown edition.

Resources

You can give a try here wytiwyg.herokuapp.com

Technologies

Ruby, Ruby on Rails, AngularJS, Bootstap, Github, Heroku

envm

June 01, 2014
A maven-based environment manager

Envm is an environment manager based on maven for Java projects. This is a fork of the woko maven plugin in which we’ve just removed the dependencies on the Woko framework.

Envm allows to have different resources depending on the context (e.g. production, test, dev, etc.). They are plain folders under the project root :

* MyApp/
    environments/
        dev/
            log4j.properties
            hibernate.cfg.xml
        prod/
            log4j.properties
            hibernate.cfg.xml

You can switch from various environments easily by using :

$> mvn clean install -Denvm.env=dev

The plugin will recursively copy (and thereby possibly overwrite existing resources) the files found in the environment folder <project_root>/environments/myenv to the target/classes folder of your project.

Resources

More information is available on GitHub

Technologies

Java, Maven, JUnit

Whoozin

February 01, 2014
Activity planner

The main goal of this project was to give a try to NodeJS and its associated technologies.

If you are interested, you can take a look at the GitHub page

Resources

More information is available on GitHub

Technologies

Javascript, NodeJS, Mocha.js, Should.js, Less, Bootstrap, Parse, TravisCI

EasyJek

January 01, 2014
Tool set for Jekyll file generation

I’m a big fan of Jekyll. I’ve actually built this website on it. EasyJek is a command line tool which helps you to easily create your jekyll resources through a single command line.

Resources

Docs are available on GitHub

Technologies

Ruby, Thor

All u track

October 01, 2013
A simple solution for issue tracking

I’m a huge fan of GitHub : it’s fast, slick, easy and so much more… But for the majority of my customers, using GitHub to manage the backlog is overkill. These are the two main ideas behind All-U-Track which offers an issue tracking tool based on the GitHub simplicity.

allutrack

This app was my first trip with Ruby on Rails, and it was love at first sight !

Resources

You can give it a try here allutrack.herokuapp.com

Technologies

Ruby, Ruby on Rails, Bootstap, Github, Heroku

Stripes generator

April 01, 2012
A Stripes project generator based on Groovy script

Stripes is the best Web MVC for Java. Hands down. It’s compact, elegant, effective and fun to use. It has everything you need in order to build webapps: Kick-ass Data Binding & Validation, Neat Controller model (ActionBeans), HTML Tag library (FORMs), Fully extensible.

I wrote this Groovy Script to speed up Stripes apps bootstrapping. By answering a few questions, this command line tool will generate a working ‘Hello World’ app with your exact needs.

Resources

Docs available on GitHub

Technologies

Groovy, Maven, JUnit