August 11, 2017 in Community
Being a Full-Time Mom and Becoming a Front End Developer: Priscilla’s Story
Priscilla Luna was first drawn to the thriving tech industry in Austin, TX. She began learning to code online, but imposter syndrome took over and she decided to put coding on hold. Fast forward 3 years and a long list of jobs later,…
July 24, 2017 in Learn
Goroutines Make Concurrency (Almost) Easy
A program that supports concurrency can carry out several operations at the same time. That’s especially important on today’s multi-core computer processors. A program that uses 4 cores at once could theoretically run almost 4 times as fast (well, for…
July 18, 2017 in Learn
Prepare for Google’s Associate Android Developer Certification Exam with Treehouse
I applied to teach at Treehouse five years ago with a singular goal in mind: create high-quality training material to help people learn how to make Android apps. App development was still relatively new in early 2012, and I saw…
July 14, 2017 in Treehouse News
What’s New on the Treehouse Blog
Each week we publish new content for you here on the Treehouse Blog. From free tutorials and helpful coding tips to student success stories and tech industry insights, the Treehouse team is here to give you a weekly dose of web…
July 13, 2017 in Community
98k Treehouse Points & Counting: Jennifer Nordell’s Coding Story
A few months ago, Treehouse student and moderator, Jennifer Nordell, caught our eye in the Treehouse Community. Not only had she worked her way through a phenomenal number of courses, she was also an incredibly active and valuable member of…
July 6, 2017 in Community
Navy Veteran to Software Developer: Geno Guerrero’s Operation Code Story
This week, we’re sharing our interviews with members from one of our Treehouse Scholarship recipient organizations, Operation Code, a non-profit that helps military veterans and their families launch new careers in software development. So far, we’ve heard from Operation Code’s…
July 5, 2017 in Community
From Marine Corps Veteran to Front End Developer: Billy Le’s Operation Code Story
Since the launch of the Treehouse Scholarship program last year, we’ve got to know the founders of non-profit organizations and been introduced to some incredibly inspiring scholarship recipients. Over the last few weeks, we’ve had the opportunity to speak to some of the…
June 28, 2017 in Learn
Why Go Interfaces are Awesome
In object-oriented programming, an “interface” is a description of the things an object can do. Usually, this takes the form of a list of methods an object is guaranteed to have. C# and Java both support interfaces, and so does…
June 8, 2017 in Community
From Marketing Student to Startup Software Engineer: Matt Hamil’s Story
Matt Hamil was a full-time college student pursuing a career in online marketing when he was told to learn the basics of programming. As soon as he began learning, coding became a natural fit for Matt. He quickly began working…
June 5, 2017 in Learn
Contextual Action Bars: Removing Items from a RecyclerView
In this post, we’ll be looking at the Contextual Action Bar (CAB). CABs are a great way to let your users select multiple items and then take action on all of those items at once. One place you’ve probably seen…
May 24, 2017 in Learn
All About Android AsyncTasks
Let’s say you need to download a few images when you click a button. What would be the best way to do it? Well, since you wouldn’t want to interrupt the main/UI thread (and run the risk of showing your…
April 18, 2017 in Community
Taking My Career to the Next Level: How I Became a Developer
When he was younger, Sam Glister was fascinated with the web but never had the opportunity in school to learn how it worked and had never considered it as a career path. After graduation, Sam began a career as a…