Quantcast
Channel: Tech – Mathieu ELIE Freelance
Browsing all 19 articles
Browse latest View live

make a d3.js node without appending (create)

In d3.js , you are used to make mode on enter data.var enter = circle.enter().append("circle");How to make a node from scratch, without appending to an existing node ? The solution:var mydiv...

View Article


elasticsearch “hello world” workshop in bordeaux with @mathieuel

The 17th december i will lead a workshop dedicated to elasticsearch basics in bordeaux. The goal is to give you an entry point to this huge and fascinating scalable search engine. quick install put...

View Article


Scaffolding and industrialization of a Javascript app : prez in @francejs

speaker: Thomas pons dev front at valtech angular backbone webgl three.js formation Why industrialization and scaffolding ?   ria == html5 because flash is dead we need tests, docs and so on….   What...

View Article

Overview of node.js #cdl2013 Christophe Porteneuve

Speaker: Christophe Porteneuve paris web prototype.js training js / node Why node ? js == language numbre one js exploding with node write once run anywhere release as the same time of java poo by...

View Article

more and more impressed by the node community

I have to admit…. since not a too long time i though that node is mainly great at asynchronous IO. But for async IO i can do a great work in ruby with event-machine or the same on another language. But...

View Article


Image may be NSFW.
Clik here to view.

beginning node with mocha + growlnotify + github + travis

Years after years we have to learn new language. What we capitalize is the ability to start with good practice and a comfortable dev environment. So this time, i’m going to play with node. Github I...

View Article

Case Study: How Hulu Scaled Serving 4 Billion Videos Using Redis via @gopivotal

Great post from hulu scaliing experience, relying a lot on redis ! Case Study: How Hulu Scaled Serving 4 Billion Videos Using Redis | Pivotal P.O.V. starting with python + mysql + memcached memcached...

View Article

OnePlaylist.fm, one man and a six month sprint later

Six month before i’ve decided to dedicate all my time to setup from scrach and alone a whole online service. My goal was to earn enough money to do it the rest of my time. Yes it was really ambitious...

View Article


elasticsearch basics workshop – all commands

The command line history for my elasticsearch basics workshop:# 01 install ## get java apt-get install openjdk-6-jre-headless -y ## Get the latest stable archive wget...

View Article


Open Data made simple – couchdb read only + elasticsearch river

  A friend of mine, Pierre, owner of project openbeelab gave me a read only access to its couchdb database. Couchdb has a map / reduce view system that is precompiled. Great but every view need to be...

View Article

Going QWERTY Underground

Now i’m british since 6 months. Not so easy. I discover the underground part of London. Far from tourism places Far from hype / rich / trendy place Popular british places in real life This is a...

View Article

Image may be NSFW.
Clik here to view.

One year of bordeaux city temperature scatter heatmap

Click on the image below to get the original. Last 365 days of temperature of bordeaux city. rows: hours so we have 24 rows columns: days, so the last 365 days circle size: temperature scaled between...

View Article

node + elasticsearch == it will scale.. or not !!!

I was talking with someone who sait its ok he will scale because the dev is done with node on top of elasticsearch: it is totally wrong ! architecture is not only about database and language a node...

View Article


Tech news: Blogging, ruby on rails, my apps

Blogging Yes indeed my english is far for being perfect but i decided to blog again in english. Its better to do stuff than doing nothing. Its the first priority. So here i am. Tech news ? More and...

View Article

tech news: oneplaylist baby, architecture, elasticsearch

OnePlaylist Baby Just started the development of the successor of my application OnePlaylist. There will be more than one app to be precise but this is the first one and colser to OnePlaylist after...

View Article


I love mosh. Keep your terms up.

I’m using mosh. This app is incredible. It keeps your terms up and even up again after an internet disconnection. It uses UDP and of course both server and client side app. The daemon mosh runs on your...

View Article

Moving playlist converter to ruby on rails latest

My successful playlist converter application is at this time full browser js. That means there no backend, and so no backend logic even for api calls. This application, a playlist converter from one...

View Article


A list of technologies i loved to work with

Time is runing out and after 8 years spent as an IT professional with more than 4 years for myself here is the technos i worked with. – ruby on rails – django – express.js – node.js – d3.js –...

View Article

Arduino + ruby over serial

Sometimes world of embedded devices are not really far from ruby world. I’m currently playing with sensor data and arduino. Sensor data and data science can be amazing. Getting some insights from data...

View Article
Browsing all 19 articles
Browse latest View live


Latest Images