Tech TLDR;

  • Archive
  • Top Posts
  • GitHub
  • LinkedIn
  • Contact

Archives for April 2014

Pipe Your Localhost to the Real World

April 23, 2014 by admin

I often have to demo my locahlost code to people who might not be in the same room with me. Usually it’s being done via a development environment. However, for a small change, it might be more work than it’s worth. That is why I was so happy to come across this tool https://ngrok.com/ All […]

Filed Under: Tools

Summary of a talk by Tom Katis – CEO of Voxer at Silicon Valley Bank Talks

April 23, 2014 by admin

I attended a talk by Tom Katis – CEO Voxer back in 2012. I really enjoyed his talk and took good notes. Bellow is the summary of key things that stood out for me. Ask yourself every day, what is one thing that will kill you if you get it wrong? Then concentrate on getting […]

Filed Under: Business

MySQL Pretty Print in Command Line

April 23, 2014 by admin

TLDR; Use \G at the end of your query, as in mysql> SELECT * FROM sometable\G; I was looking for a better way to output mysql tables in console, and came across the following gem: So an ugly output like this: Was transformed into a nice looking output like this: Another option is to add […]

Filed Under: Tools

Copyright © 2025 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in