JasonML

JasonML (75)

Visit website

Features of Leadership

Since speaking at Atlassian Summit (of which I'll be writing and sharing more about in the coming weeks), I've been following up by reading more and more about the topics that I covered. Here are a few articles I've come across that deal with leading…

About

This is an example of a page. Unlike posts, which are displayed on your blog’s front page in the order they’re published, pages are better suited for more timeless content that you want to be easily accessible, like your About or Contact information. Click the…

WeGotYourSite

I've been on a Startup Weekend kick this past year. I've attended the 3rd Philly Startup Weekend, the first Philly Health Startup Weekend, the 4th Philly Startup Weekend, and the Lehigh Valley Startup Weekend, where my team working on an idea I pitched took 3rd place. I…

Inbred Code Review

I've never heard this term before, but it's something I've coined here at work. Essentially, it's when a few people working on the same project pass code reviews back and forth to one another. Problems in the code are harder to detect, because the same…

PHP Tips and Tricks: Array Lengths

This is a simple trick. It makes the assumption that you manage your arrays properly, and in this case, you are using an array (or list), and not a dictionary. Basically, a list that starts at 0 (though, the method can be adjust to fit…