Login
Discover
Waves
Communities
Login
Signup
Manuel Escudero
@jmlevick
37
I like coding awesome stuff, solving intriguing puzzles and learning everything I can in the process with the goal of marking a difference for good out there.
Followers
10
Following
0
Follow
Email digest
Resource Credits
Available
Used
Location
Mexico City
Website
https://jmlevick.me
Created
2016-07-31 03:09
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
jmlevick
linux
2017-10-14 20:15
Fast, unlimited & cheap cloud storage with "duck" (WebDAV)
So, WebDAV is this marvelous (ok, not quite, but somewhat cool) protocol that lets you access file resources over HTTP(S). Actually it's an extension of the HTTP protocol. Technicalities aside, WebDAV
$ 0.000
1
1
jmlevick
programming
2017-04-23 17:35
Gitflow from scratch
What is gitflow? Gitflow is a plugin for git that helps you build a project upon a streamlined workflow easy to follow along for other people in a team. The plugin itself is a bunch of
$ 0.000
10
jmlevick
mexico
2017-04-13 00:28
[Rant] En este establecimiento se discrimina por motivos de apariencia, raza, y personal con prejuicios
NOTA: Un retweet de este post ayudaría bastante en mi búsqueda para ayudar a hacer conciencia sobre el problema Incidente en la torre BBVA Bancomer Mi nombre es Manuel Escudero, soy un desarrollador web
jmlevick
javascript
2017-04-03 20:15
What I've learned from peeking outside Google's walled gardens
A story of how I ended up writing a Firebase CORS reverse proxy powered by Google App Engine. So, I was developing this Angular app that required to issue a common GET HTTP request (no ajax) because the
jmlevick
ubuntu
2017-01-02 20:39
Install ruby & rails development stack on ubuntu 16.04
This couldn't be any easier: # apt-get install git git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev
jmlevick
spanish
2017-01-02 02:34
Los hombres nacen, las leyendas se forjan
NOTA: La información personal de los individuos mencionados en este post así como los eventos y lugares particulares han sido levemente alterados para proteger la privacidad de todas las partes involucradas.
jmlevick
introduceyourself
2016-09-18 05:24
Hello, World!
According to urbandictionary.com: The easiest, and first program any newbie would write. Applies for any language. Also what you would see in the first chapter of most programming books. That's what a