
mikeheijmans.com
Mike HeijmansMike Heijmans has over 10 years of experience in the tech industry. He is a Builder, Rubyist, DevOps engineer, public speaker, and open source advocate.
http://www.mikeheijmans.com/
Mike Heijmans has over 10 years of experience in the tech industry. He is a Builder, Rubyist, DevOps engineer, public speaker, and open source advocate.
http://www.mikeheijmans.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.2 seconds
16x16
Michael Heijmans
555 C●●●●●l Ave
AP●●22
Al●●da , California, 94501
United States
View this contact
Michael Heijmans
555 C●●●●●l Ave
AP●●22
Al●●da , California, 94501
United States
View this contact
Michael Heijmans
555 C●●●●●l Ave
AP●●22
Al●●da , California, 94501
United States
View this contact
17
YEARS
6
MONTHS
19
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
8
SSL
EXTERNAL LINKS
2
SITE IP
151.101.41.147
LOAD TIME
0.203 sec
SCORE
6.2
Mike Heijmans | mikeheijmans.com Reviews
https://mikeheijmans.com
Mike Heijmans has over 10 years of experience in the tech industry. He is a Builder, Rubyist, DevOps engineer, public speaker, and open source advocate.
ObStore
ObStore is a smart persistent Object store. Download this project as a .zip file. Download this project as a tar.gz file. ObStore is a smart persistent Object store. ObStore allows you to save any object to a persistent storage system (such as a file) along with metadata about that object that you can recall later using a different process or thread. You can also set an expiry for an object and ObStore will lazily delete the data for you. Add it to your gemfile. Using ObStore is simple. Obstore.store...
humanize_boolean.mikeheijmans.com
Humanize boolean by parabuzzle
Adds humanize method for true and false to return 'Yes' and 'No' respectively. View the Project on GitHub parabuzzle/humanize boolean. Adds the humanize method for true and false to provide 'Yes' and 'No' respectively. Humanize boolean also natively supports i18n translations too so it can be used in internationalized rails apps. I18n keys are locale.boolean.yes and locale.boolean.no. Add this line to your application's Gemfile:. Or install it yourself as:. Gem install humanize boolean.
Hypetext by parabuzzle
The simple dirty http client. Download .tar.gz. The simple dirty http client library for ruby. Require 'hypetext' @client = HypeText.new google = @client.get by url("http:/ www.google.com") puts google[:body]. Require 'hypetext' @client = HypeText.new post = @client.post by url("http:/ www.google.com", {:params= {"key"= "value"} ) puts post[:response].code. Get and Post methods. Client.get by url("url string", {options hash}) @client.post by url("url string", {parameters hash}, {options hash}). Client...
Spunk by parabuzzle
The simple IRCBot framework gem. Download .tar.gz. IrcBot Framework based on Sprinkles. Load library and setup your options. Require 'spunk' options = { :nickname = "spunk", :username = "spunk", :hostname = "localhost", :rooms = ["#spunk"]}. Bot = Spunk: Bot.new options. Botadd processor Spunk: Processor: SayHello.new @bot.add processor LogToConsole.new. See example folder for examples of processors and usage. Spunk is maintained by parabuzzle. This page was generated by GitHub Pages.
Yelp4rails
A gem that provides and activerecord like object for interacting with the yelp V2 api. Download this project as a .zip file. Download this project as a tar.gz file. A gem that provides and ActiveRecord like object for interacting with the yelp V2 api. Because working with an api should be no different that working with a database. Version 2 now supports the new Rails 4 style of query using the. Method. This version is backward compatible with Version 1.x.x but future versions will drop the.
Credstore by Mike Heijmans
A Ruby gem that provides an object for working with encrypting and decrypting strings using RSA. View the Project on GitHub parabuzzle/credstore. A Ruby gem that provides an object for working with encrypting and decrypting strings using RSA. Because saving passwords and keys for services in plain text is crazy. why not properly encrypt them when you write them out and decrypt them when you read them in to you application? Credstore: Crypt.generate keys options:. Credstore: Crypt.new options:. Keys dir =...
My First Week Back in the Startup Life
http://www.mikeheijmans.com/culture/2014/09/04/my-first-week-back-in-startup-life
My First Week Back in the Startup Life. Sep 4, 2014 filed under: Culture. I will admit that I was a bit freaked out at first, but by the end of the week, there is no doubt in my mind that I made the right decision. The reasons are almost endless but I think the top reason is that I feel like a human again. I no longer feel like a. The large corporate machine lead by committee, policies, and edicts. I was burning out on the politics and posturing and needed a change and my friends could tell. I’m so used ...
Fun with Git Aliases
http://www.mikeheijmans.com/git/2014/10/13/fun-with-git-aliases
Fun with Git Aliases. Oct 13, 2014 filed under: Git. That goes without saying, but with aliases you can make it more awesome. These are some of the aliases I’m using to make my life with Git a little easier. Use ' to change to parent directory. Use 'll' to do a list all long. Grep - color=never ' d'". These examples are Bash aliases, but it illustrates what an alias is and how they can make your command line life easier. But did you know Git has the same functionality? In your repo or globally using.
SSL Cert Generation for Amazon ELB
http://www.mikeheijmans.com/ssl/2015/01/31/ssl-cert-generation-for-elb
SSL Cert Generation for Amazon ELB. Jan 31, 2015 filed under: SSL. After doing a security audit of our webapp, we discovered that our SSL certs and settings needed some updating. One of the most major things was that the certs where generated using SHA1 which is dangerously weak and becomes more so every day. (more on that here. So to fix this, we needed to re-issue our certificates using the more secure SHA2 algorithm. You can check your site right now using www.ssllabs.com. Verify you have the. 07:17:0...
How I Broke Prod with Encrypted Data Bags
http://www.mikeheijmans.com/chef/2014/09/05/broke-prod-with-encrypted-data-bags
How I Broke Prod with Encrypted Data Bags. Sep 5, 2014 filed under: Chef. Chef has so many ways of working with data, some people call it. Getting Chefed in the face. Well, I got. In the ass last week with encrypted data bags. Here’s the story and the solution so that you don’t have to lose as much hair as I did over the whole thing. What is a Chef Data Bag? Its one (of many) ways to handle data specific to a node or set of nodes. In its simplist form its a JSON object or a collection of JSON objects.
Mike Heijmans
http://www.mikeheijmans.com/page2
SSL Cert Generation for Amazon ELB. Jan 31, 2015. After doing a security audit of our webapp, we discovered that our SSL certs and settings needed some updating. One of the most major things was that the certs where generated using SHA1 which is dangerously weak and becomes more so every day. Fun with Git Aliases. Oct 13, 2014. Managing Chef with Codeship. Sep 19, 2014. How I Broke Prod with Encrypted Data Bags. Sep 5, 2014. My First Week Back in the Startup Life. Sep 4, 2014. Mike Heijmans has over 10 y...
TOTAL PAGES IN THIS WEBSITE
8
Mike Hegberg
Currently working on a new site. In the meantime check out some snippets of updated work here.
www.mikehege.com
Mike Heiberger's Design Portfolio - Home
Mike Heiberger's Design Portfolio. Welcome to my design portfolio! I'm an aspiring system and technical designer with a background in programming, currently finishing up a Master's degree from the University of Utah Entertainment Arts and Engineering program. Previously I worked in Product Assurance at the world's largest casino game maker, IGT, and as a Test Engineer at Gaming Laboratories International, the largest independent casino gaming certification company. Looking for my resume?
Cargo
This Cargo website is currently available here: mikeheid. If you are the owner and wish to activate this domain, renew your Site Upgrade. When the upgrade process is completed this domain will automatically display your Cargo website. If you need further help, visit Cargo Support.
MIKE HEIDL
THIS IS WHERE WE START. THIS IS WHERE WE START. THIS IS WHERE WE START. MY STORY. MY BRAND. I'M A CONCEPTUAL ART DIRECTOR FOCUSED ON BOOSTING BRANDS THROUGH VISUAL STORYTELLING. MY EXPERIENCE INCLUDES AGENCY AND IN-HOUSE ENVIRONMENTS, on both PRINT DIGITAL campaigns. I'VE HAD THE PRIVILEGE TO WORK WITH many talented people and MANY DYNAMIC TEAMS. ENGAGING WITH PEOPLE THROUGH MY AUTHENTIC STYLE HAS SHAPED MY PERSONAL BRAND. MY AREAS OF STRENGTH. ADVERTISING BRAND DESIGN, DEVELOPMENT MANAGEMENT.
Mike Heijmans
Raspberry Pi for Halloween Props. Oct 27, 2017. For the past five years my wife and I have built increasingly elaborate props for our yard and charity haunted house. We make a great team because I enjoy building the mechanical, electronic, and software pieces to make things run and she, as a designer,. Simplified Kafka Streaming Processors For Sorting. Jan 17, 2017. My Clever Docker Environment Loading Solution Using Vault. Sep 28, 2016. Setting Up Your Own Private Docker Registry. May 18, 2016. A lot of...
TransIP - Reserved domain
Is gereserveerd door een klant van TransIP. Has been registered by a customer of TransIP. Direct aan de slag met je domein? Getting started with your domain. Hoe begin ik een eigen website of blog? How do I start a website or blog? Hoe kan ik e-mail versturen vanaf mijn eigen domeinnaam? How can I send and receive email with my own domain? Hoe stuur ik mijn domeinnaam door? How do I forward my domain name? Hoe kan ik een domeinnaam van een andere eigenaar overkopen? 262 beoordelingen op Trustpilot.
Michael Heil's Blog | Words of wisdom from a College Emmy winner
Michael Heil's Blog. Words of wisdom from a College Emmy winner. 8220;How do you want your name in the credits? July 7, 2010 by Michael Heil. By participation in the production consisted of three basic tasks: throwing the golf balls when they needed a shot of a ball flying into the woods, acting as Jon Hamm’s stand-in, and holding props. So at the end of the shoot, when they asked me, “How do you want your name in the credits? My first short film. December 13, 2009 by Michael Heil. This week’s assi...
Mike Heile - My Home Page
Thanks for visiting this site! Click on any link to the right to enter individual sites. I hope to see you all soon.
Mike Heil Humor | Finding Humor in Life
Story of the Month. Story of the Month. THE RESURRECTION OF FISH. The Hulk lay on his side, gently floating on the water’s surface, an eye lifelessly staring at the ceiling. He was still green, leading me to believe that death occurred sometime during the night while I was sleeping. As I looked at Hulk, I felt a combination of sadness and frustration about his passing. My frustration was mainly with him. How could he do this to me? How could he leave me now and put me in this difficult position? Because ...
SOCIAL ENGAGEMENT