Skip to content

Instantly share code, notes, and snippets.

@mattisbusycom
Created February 28, 2015 03:04
Show Gist options
  • Save mattisbusycom/2e346756df7f93c75a33 to your computer and use it in GitHub Desktop.
Save mattisbusycom/2e346756df7f93c75a33 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/raxuco
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<section class="post" style="overflow-y: auto; height: 533px;">
<div id="index" style="opacity: 1;">
<h4 style="display: inline">Hey! I'm Ben.</h4> I'm a young web developer living in <strong>Salt Lake City, Utah.</strong> I'm currently interesting in writing web applications using <a href="http://emberjs.com/"><img src="http://ben.kulbertis.org/logos/ember.png" alt="Ember.js" style="vertical-align: sub"></a> and <a href="http://rubyonrails.org/"><img src="http://ben.kulbertis.org/logos/RoR.png" alt="Ruby on Rails"></a>. <a href="https://github.com/emberjs/data">Ember Data</a> is frickin' sweet. I'm still a big fan of <a href="https://jquery.com/"><img src="http://ben.kulbertis.org/logos/jquery.png" alt="jQuery" class="middle"></a> though <img src="http://ben.kulbertis.org/logos/HTML5CSS3.png" alt="HTML5 &amp; CSS3"> are great and let me write less of it. <a href="http://sass-lang.com/">SASS</a>, <a href="http://lesscss.org/">LESS</a>, and (currently my favorite preprocessor) <a href="https://learnboost.github.io/stylus/"><img src="http://ben.kulbertis.org/logos/stylus.png" alt="Stylus"></a> make writing quality CSS fun and easy. I also love <strong>Linux</strong> and <strong>System Administration</strong>. I run <a href="http://www.ubuntu.com/"><img src="http://ben.kulbertis.org/logos/ubuntu.png" alt="Ubuntu"></a> on my personal machines and just about any server as well. It's mostly because <a href="https://help.launchpad.net/Packaging/PPA">PPAs</a> are incredibly convenient and Ubuntu is pretty darn stable. <a href="https://www.archlinux.org/">Arch</a> and <a href="https://wiki.archlinux.org/index.php/Arch_User_Repository">AUR</a> are nice as well, but more bleeding edge. Some of the server technologies I'm familiar with are the <a href="https://httpd.apache.org/"><img src="http://ben.kulbertis.org/logos/apache.png" alt="Apache" style="vertical-align: top"></a> and <a href="http://wiki.nginx.org/Main"><img src="http://ben.kulbertis.org/logos/nginx.gif" alt="Nginx"></a> web servers, the <a href="https://www.mysql.com/"><img src="http://ben.kulbertis.org/logos/mysql.png" alt="MySQL" style="vertical-align: sub"></a> and <a href="http://www.postgresql.org/"><img src="http://ben.kulbertis.org/logos/postgresql.png" alt="PostgreSQL"></a> databases, <a href="https://www.varnish-cache.org/"><img src="http://ben.kulbertis.org/logos/varnish.png" alt="Varnish Cache"></a> and <a href="http://redis.io/"><img src="http://ben.kulbertis.org/logos/redis.png" alt="Redis"></a>, just to name a few I like. I love scripting in Bash for simple tasks and automation but I use <a href="http://www.zsh.org/"><img src="http://ben.kulbertis.org/logos/zsh.png" alt="Zsh"></a> in the console wherever I can because <a href="http://fendrich.se/blog/2012/09/28/no/">it's awesome</a>. Zsh has integration capabilities for <a href="http://git-scm.com/"><img src="http://ben.kulbertis.org/logos/git.png" alt="Git"></a>, which is really useful for keeping track of which branch you're on and whether or not the branch is clean without running commands. Virtual Machines are really important to me. I love having access to any software I need at any time as well as the ability to snapshot and revert entire environments. <a href="https://www.virtualbox.org/"><img src="http://ben.kulbertis.org/logos/virtualbox.png" alt="Virtualbox" style="vertical-align: top"></a> is some amazing open source software, especially with <a href="http://www.vagrantup.com/"><img src="http://ben.kulbertis.org/logos/vagrant.png" alt="Vagrant"></a> for development. Follow me on <a href="http://twitter.com/benkulbertis"><img src="http://ben.kulbertis.org/logos/twitter.png" alt="Twitter"></a> to get to know me personally!
</div>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment