Mikey De Wildt—entrepreneur, co-founder of http://influx.com, and former Senior Engineer at 99designs—talks about how to move fast, break things, and preserve your sanity while working in teams.
A must watch for developers, and people who work with developers.
Show less
In this short video, we’ll look at how Python handles control flow. This consists of if/else combinations along with elif. I’ll also see which common control flow structure Python is missing and ho...
The internet is filled with plenty of WordPress themes, yet the scary thing is that there’s almost no level of quality assurance with them. Yikes! What this means is, that fancy WordPress theme you...
Have you ever needed to put borders on columns in Bootstrap? Sometimes, affixing equal-height borders to columns which vary in length - and may continue to have dynamic lengths as content changes -...
Fetching data from a remote server has become a very common task these days. Unless you are very new to web programming, you must have, at some point, written code to fetch something from a remote ...
Ruby is a great language and metaprogramming is one of its most powerful features. However programmers who are not familiar with this concept sometimes find it difficult. This is the first video of...
Imagine we’ve been tasked with creating a company slogan. To allow some parts to change, we’ll use variables. Combining all of these parts into a great looking slogan will be done using string conc...