October 19, 2011 in Learn
5 helpful UIKit features in the iOS 5 SDK
There are so many new features in the iOS 5 SDK that it is sometimes hard to keep up. This article covers some of the most helpful additions to the UIKit framework that will prove very useful for your app.
October 5, 2011 in Learn
iOS Design Patterns: Target-action (Part 1)
A design pattern is defined as a solution template to a recurring problem. This is a multi-part series of posts where we’ll look at the fundamental design patterns used within the iOS framework. Anyone getting started with iOS development would…
June 21, 2011 in Learn
Getting started with iOS development
Developing a native iOS app can be pretty daunting. There’s the extensive sdk with various APIs and then you have to learn a completely new language known as Objective-C. Most developers fear a new language because of all the nuances…
February 20, 2026 in Learn
Build a UX Case Study That Stands Out
At some point, every UX learner realizes that having a portfolio isn’t the same as having a convincing portfolio. You may have screens, wireframes, and prototypes. You may even have multiple projects. But when your work is reviewed, the feedback…
February 17, 2026 in Learn
Portfolio Projects for Entry-Level Data Roles
If you’re aiming for an entry-level data role, you’ve probably been told the same advice over and over: “Build projects.” That advice is directionally correct, but dangerously incomplete. Not all portfolio projects help you get hired. Some projects demonstrate readiness….
February 13, 2026 in Learn
From Portfolio to Paycheck: Alumni Outcomes & Recruiter Signals
For many learners, the hardest part of learning to code or analyze data isn’t the coursework. It’s the moment after, when the question becomes: Is this enough to get hired? Portfolios get built. Courses get completed. Skills improve. But turning…
January 26, 2026 in Learn
Intermediate Python: Files, Packages, and CLI Apps
Once you are comfortable with Python basics, learning starts to shift in an important way. You move from writing small, self-contained scripts to building programs that interact with files, use external libraries, and run from the command line. This is…
January 23, 2026 in Learn
How Techdegree Works: Projects, Peer Reviews, and Real-Time Support
Many people start learning to code with curiosity and momentum, then stall when structure disappears. Knowing what to learn next, how to practice, and whether you are making real progress can feel unclear. That uncertainty is often the difference between…
January 19, 2026 in Learn
JavaScript Basics: From Syntax to the DOM
JavaScript is the layer of the web that turns static pages into interactive experiences. While HTML structures content and CSS controls presentation, JavaScript responds to user actions, updates content dynamically, and connects logic to what happens in the browser. For…
January 12, 2026 in Learn
Coding for Beginners: What You Really Need to Know Before You Start
HTML and CSS are often the first technologies people encounter when they decide to learn how websites are built. But before you ever reach those tools, there is a more basic question most new learners ask themselves: what does learning…
December 8, 2025 in Learn
Intro to Design Thinking for Developers and Beginners
Design thinking is a practical, human-centered way to understand problems and create better digital experiences. It is not limited to designers. Developers, product managers, students, and anyone curious about improving how things work can use design thinking to explore ideas…
December 5, 2025 in Learn
Python Basics: Variables, Loops, and Functions
Python is one of the most beginner-friendly programming languages, making it a great starting point for anyone who wants to understand how code works. Its clear, readable structure helps new learners focus on problem solving instead of memorizing complex rules….