blog

News & Views
Categories // TagsLearn How to Start a New Group Project on GitHub
Katy Gibson shares best practices for collaborating on GitHub projects.
Published 16th July 20193 minute read
What is jQuery, and Should You Learn it in 2018?
jQuery has been widely used for more than a decade, and well-known companies like Kickstarter, Twitter and Hootsuite have used it in their applications. What else can jQuery do, and should you learn it?
Published 11th December 20183 minute read
Neato Burrito: JavaScript Promises and Async/Await
Promises were one of the first concepts in JavaScript that really made my brain melt. Then I was taught in my DigitalCrafts class to think of the assembly line at Chipotle, and everything seemed to click into place. And thanks to ES8, we got some syntactic sugar called ‘async/ await’ to clean up our Promises, giving us a shorter, nicer-looking way to write asynchronous functions.
Published 30th November 20185 minute read
What is a Coding Bootcamp?
Since they emerged in 2011, coding bootcamps have been instrumental in addressing the ever-growing gap between demand (high) and supply (low) for software developers. But, "accelerated learning programs" are still a relatively new concept. So, "What is a coding bootcamp?"
Published 22nd November 201810 minute read
4 Bad Coding Habits to Eliminate From Your Routine
We all have working methods and coding practices that suit us, but it can be easy to pick up bad habits along the way. Ditching these four habits ASAP will help you become a more elegant and efficient programmer.
Published 7th November 20186 minute read
What are JavaScript Promises?
Whether you are writing code for the browser or the backend, programming in JavaScript means writing chunks of code that could run at any time in the future. For example, imagine a web page that displays trains schedules for different stations. When a user chooses one of the stations, the data for that station is retrieved from the network, and then that data is shown to the user. When learning JavaScript, newcomers must master a number of asynchronous programming techniques. One of these is the use of Promises.
Published 16th May 20188 minute read
Breaking Out of the Rut of Habit Driven Development
In this post, Houston Immersive Instructor Paul Bailey discusses what he calls Habit Driven Development, which ignores the complexity and nuances of programming in the real world.
Published 18th October 20175 minute read
Student Blog: Best Text Editors and IDEs for Web Development
The first essential thing for all developers to square away is their development environment. In this article, recent Alumnus Andy Tuttle compares some of the most popular text editors and IDEs to help you get set up and coding away.
Published 25th May 20174 minute read
Web Development In 2017
Stack Overflow recently surveyed over 64,000 developers. Find out the results and learn how most developers learn, work, and grow.
Published 27th April 20171 minute read
What is Postman, and Why Should I Use It?
Kevin Farmer explains how Postman improves API development and offers a quick tutorial on this must-have tool.
Published 25th April 20173 minute read