BlogHide Resteemsjmlevick (37)in linux • 7 years agoFast, 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…jmlevick (37)in programming • 8 years agoGitflow from scratchWhat 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 custom…jmlevick (37)in mexico • 8 years ago[Rant] En este establecimiento se discrimina por motivos de apariencia, raza, y personal con prejuiciosNOTA: 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…jmlevick (37)in javascript • 8 years agoWhat I've learned from peeking outside Google's walled gardensA 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)…jmlevick (37)in ubuntu • 8 years agoInstall ruby & rails development stack on ubuntu 16.04This 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…jmlevick (37)in spanish • 8 years agoLos hombres nacen, las leyendas se forjanNOTA: 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…jmlevick (37)in introduceyourself • 8 years agoHello, 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…