Post from Java to a Google docs form
CodeDevTutorials
A working example : sending a request to a Google doc form with okhttp.
Keep reading
A working example : sending a request to a Google doc form with okhttp.
Keep reading
Duration of this tutorial : >2h hours
At the end of this lesson you’ll be able to develop, sign and package an Android application that communicates with a Node.JS application deployed on Openshift cloud provider, that serves SMS via Twilio’s API
This is a step by step tutorial, I try to cover every single operation from folders’ creation to packaging.
Hello there, today we’re going to learn how to use Twitter Finatra 2 .
This is a fully step by step tutorial (duration : 30-45 minutes), we start from having Nothing and we will end with a workable REST API behavior that can do almost Anything…
So let’s go.
Edit 2016/01/02 :
– Added github repository, https://github.com/jrevault/finatra2-startup
– Changed package names
La plupart des personnes que je rencontre, ont une vision très technique du travail d’un architecte et n’ont pas forcément conscience de l’importance que doit revêtir la place de l’humain dans notre réflexion et nos décisions.
Je vais m’attarder dans ce billet surtout au travail de fond, conjoint avec les développeurs que l’architecte doit engager, tant il est évident qu’un architecte se doit de connaitre toutes les ressources mises à sa disposition et ou susceptible de le devenir.
Une partie de ce travail est parfois similaire à celui que devrait faire un ‘bon’ (troll inside) chef de projet Keep reading
NetInstall minimal puis :
yum -y update yum -y install wget openssh-clients nmap
Ajoutons notre hostname à la fin du fichier host
vi /etc/hosts
Installation du jdk Keep reading
Installation de Haddop 0.23.10 en single node cluster sur CentOS 6
Installation minimale d’une CentOS 6 NetInstall
Une fois installé, mettre à jour les packages et en installer d’autres :
yum -y update yum -y install wget openssh openssh-clients nmap
As you probably know, NoSQL era has begun for several (good) reasons
– Can run on large clusters
– Are easy to integrate
– Are said to scale in a linear way.
– Addresses different problematic solutions than classical RDBMS systems.
Here we’ll talk about Cassandra integration with Spring and a little (big) framework called Firebrand ocm.
Keep reading
So many great frameworks over here and not enough time to test them all !!
A giter8 template that creates an sbt project for these great frameworks : Keep reading
Hello there, a little test with Scala (2.9.0-1) for the backend services, Scalatra for the REST part, Salat and MongoBB for the persistance layer. I will use sbt (0.10) for the project management and you should use IntelliJ Idea IDE (what else ? ).
What this test does ?
It exposes a REST API (and its documentation) in order to play with a user (login, email, password). This API is extremely simplified, so you understand easely the concepts.
The objective is to :
– add a user,
– get a user (with its id or login),
– delete a user
– have the API documentation online for each method
Keep reading