What to Know When Pursuing a Career as a Software Developer

A career as a software developer can be a rewarding and fulfilling profession for individuals who are interested in building and creating technology solutions. This article will explore the various career paths a software developer can take, the skills and knowledge required to succeed in this field, and the job outlook for software developers. What … More What to Know When Pursuing a Career as a Software Developer

Fun Ways to Get your Kids into Computer Science

Computer science is a field that most adults consider complicated, hard to understand, or boring, so imaging teaching it to a child while also making it fun? It could seem like an impossible job, but educators have realized about all the benefits of teaching code to kids: Coding promotes logical thinking, teaches them how to … More Fun Ways to Get your Kids into Computer Science

Differences Between Programmer, Software Developer, and Software Engineer Roles

In software development outside of corporate coding the terms programming, software developer, and software engineering are sometimes used simultaneously. This universal idea, however, is wrong. While they may belong to the same niche of work and have several other similarities, they are entirely different and independent professions. The reason why some people think these professions … More Differences Between Programmer, Software Developer, and Software Engineer Roles

Creating a Python Web Application using Python Flask: Part 2 Adding a home page

Building off of where we left at in part 1 we created a simple page that served a simple string from the view code itself.  Now let’s make this Python Flask code look a little more like a web application and be sure to follow me if you want to updated on when the next … More Creating a Python Web Application using Python Flask: Part 2 Adding a home page