How create an API RESTfull in Express (Node.js) without DatabaseWhen you develop a SPA (Single Page Application), the most part of time, you need to contact an API. With a JSON file, Promises, native…Sep 19, 2018A response icon4Sep 19, 2018A response icon4
Play databases with Adminer and DockerWhen you use Docker with a database you need a client to operate on it. A simple and clean solution is to install a client in a Docker…Feb 14, 2018A response icon4Feb 14, 2018A response icon4
Golang : string to array stringWhen you use database like MySQL, MariaDB or SQLite, you can’t use array fields unlike in Postgres or MongoDB. To get tags for example, you…Feb 26, 2017Feb 26, 2017
Golang YAML to JSON with GinYou have a YAML file and you want to display these informations in a HTTP API with a JSON result. So you need to read the file then binding…Nov 20, 2016A response icon1Nov 20, 2016A response icon1
A simple CRUD application with JavascriptLet’s make a basic application without JS framework to display a simple list of countries. Then we will should make classics actions like…May 6, 2016A response icon10May 6, 2016A response icon10
Autoreload your Go webserver with GulpAnd win some time :)Mar 17, 2016A response icon2Mar 17, 2016A response icon2
Codeigniter layoutWhen you coding a website, you need to do layout templating. In Codeigniter 2 or 3, there is not official library for this job.Dec 7, 2015Dec 7, 2015
Change default delimiters templating with “template.Delims”If you work with Golang and AngularJS (or another Javascript Framework), by default, you will get a problem with delimiters templating…Sep 14, 2015Sep 14, 2015
A RSS feed valid in GoFor parsing a RSS feed, we gonna use the native library “encoding/xml” and define the good data structure of our futur XML file.Aug 17, 2015Aug 17, 2015