Operation Code: Helping Veterans in Tech
Happy Veteran’s Day to all who have served our country! We are very proud to be able to partner with Operation Code who help veterans move into new careers in tech. Operation Code supports veterans who…
Read MoreAnnouncing Vets in STEM Partnership
According to Code.org, there are roughly 503,000 open computing jobs in the United States and only about 49,000 Computer Science majors graduated into the field last year. This presents an enormous opportunity for self-taught web developers…
Read MoreHow to Use npm as a Task Runner
A task is something you need to do. If you want to perform that task over and over again, as you do in development, you’ll save yourself a lot of time if you automate the process. Common…
Read MoreThinking Ahead: CSS Scroll Snap Points
CSS recently introduced a scroll snap points feature that gives users a fluid and precise scrolling experience for touch and input devices. There are plenty of jQuery plugins available that create scroll snap effects. But instead…
Read MoreLearn How: Programmatically Open File Downloads in a New Window with JavaScript
Have you ever wanted a way to update all file download links on your site to have the behavior of opening a new browser window? This is a better user flow than having the user follow…
Read MoreHow to Build an npm Package
What is npm? npm is a package manager for JavaScript. It manages dependencies for both front-end and back-end projects. If you’re a company wanting to distribute a way for developers to connect to your service or…
Read MoreAn Introduction to the Rails Command
If you’ve worked with a Rails application, you’ve used the rails command. In this post, we’re going to go in depth with the rails command and find out what it does. For the purposes of this…
Read MoreHow to Choose a Programming Language
I’m going to tell you how to choose a programming language: don’t. Wait … what about all the high-paying tech jobs? Isn’t this the best time to be a programmer? Many people are curious about code. Unfortunately, choosing…
Read MoreUse jQuery to Asynchronously Load an Image
Back in May I shared how to load images asynchronously with JavaScript. I had a lot of requests from people on how to do it in jQuery. So here we go! Asynchronous Image Loading Instead of…
Read MoreNew Collection Types in ECMAScript 6
ECMAScript 6 is out! I covered what ECMAScript is and the new and improved syntax in this post here. But the syntax is not the only change you’ll see in ECMAScript, there are new types too…
Read MoreLearn JavaScript and Up Your Photoshop Game
You’re a Photoshop master. You have your preferences perfected, the menus memorized. You’re a Wacom wielding wizard. Or are you? If you use Photoshop and you don’t code, you’re wasting time and effort with every project…
Read MoreGetting Started with Ionic
What is Ionic? Ionic is a set of performance-focused, beautifully designed HTML, CSS and JavaScript components optimized for building mobile applications. Ionic is composed of Cordova, the open sourced part of the PhoneGap platform, Sass and…
Read More