Javascript tips Javascript Arrow function Un jour à partir de 2015 à peu près en parcourant du script js, vous êtes sûrement tombés sur du code ressemblant à ça : var u = () => elm.text(Date.now()) … C’est
Web design Slides : Make It Responsive Hi ! This a simple slides.com i created about responsive web design basics.
Python Install Django : A Python framework Aujourd’hui on va installer (sous Linux evidemment:D) le Framework python : Django. Pré-requis Ubuntu + root access Python 2.7 Installation Install pip and then install virtualenv $ sudo easy_install pip $ sudo pip
Ssl certificat Letsencrypt on your server Ajourd’hui nous allons apprendre à installer Letsencrypt sur un vps ubuntu avec nginx. Let’s Encrypt is a new Certificate Authority: It’s free, automated, and open. Pré-requis Serveur Linux (testé Ubuntu 14.04) Git installé
Jamstack Begin with Hexo Welcome to my blog powered by Hexo first post ! Hexo is “A fast, simple & powerful blog framework” Installation $ npm install hexo-cli -g $ hexo init blog $ cd blog $
Tools Polyglot HTTP requests with Postman Postman est un super outil pour développer/tester des API REST. Si vous ne l’avez jamais utilisé je vous le recommande. Postman possède un autre atout qui peut servir c’est la génération de requette
Javascript Js get image size on client side How to get image size from client side in javascript ? Voici une petite astuce simple et rapide en javascript pour récupérer les dimension d’une image. See the Pen Get image dimensions in
Tools StackEdit : Open source markdown editor StackEdit A propos Stackedit est un formidable outil open source qui permet d’éditer du Markdown avec un rendu instantané. C’est un projet initié par benweet. Pour l’essayer sans plus attendre c’est par ici
Raspberry pi Resin.io A propos de Resin.IO Resin.IO Projects samples Snippets Projet intéressants resin-tether : Resin container that tethers the Ethernet connection over Wifi (Python wifi AP) Node.js and the RPI camera module