fbpx
3 Free Resources to Learn How to Code

3 Free Resources to Learn How to Code

Learning how to code can be fun, captivating, engaging, educational, and… just downright frustrating. That’s about the cadence, too; lots of good feelings and milestones reached while learning new concepts, and then, inevitably, we fall and get stuck in a...
Developer Spotlight: Caleb King

Developer Spotlight: Caleb King

Meet Caleb: A Software Developer and Podcast Host Caleb is a Software Developer and Podcast Host whose initial experience with software development came during his first job out of college when his mentor, Al Romo, a business analyst, asked Caleb to help the team out...
Technology Leader Spotlight: Chris Judson

Technology Leader Spotlight: Chris Judson

Journey into Technology: Tinkering and Building Solutions Chris started his technology journey with a passion for dismantling and understanding how things work. His interest in tinkering evolved into a desire to solve complex problems, ultimately leading him to create...
Technical Interview Tips

Technical Interview Tips

With the holidays approaching and the year coming to an end, job seekers, especially system software developers, may encounter a slow-down in hiring. Understanding the reasons behind this pause and how to make the most of it can help you stay positive and productive...
The Logic Problem with Arrays and Loops

The Logic Problem with Arrays and Loops

A student sought my help with a logic problem concerning arrays and loops. The challenge was to determine if there is a 1 in the array with a 2 occurring later in the array. Let’s go through the student’s initial attempt at solving the problem: The Initial...