Coders Campus Podcast

Coders Campus Podcast


Latest Episodes

EP30 – Landing the interview, a coder’s guide to applying for jobs
September 30, 2017

Everyone will, at some time or another, need to apply for positions and pass an interview or more to land the perfect job. Whether you are fresh out of school, or […]

EP29 – While Loop in JavaScript
September 01, 2017

The while loop in JavaScript is yet another type of control structure. For a review on what a control structure is, please see our last post on IF statements. The […]

EP28 – For Loops in JavaScript
August 25, 2017

Just like an IF statement, a FOR loop in JavaScript is another kind of control structure. For a review on what a control structure is, please see our last post […]

EP27 – Jason Kiernan – From Pharmacist to Programming Job Offer in 2 Years
August 11, 2017

Jason Kiernan is a 28 year old pharmacist who lives in the south-west of Ireland. He’s been working as a community pharmacist since he was more or less 21, but […]

EP27 – Jason Kiernan – From Pharmacist to Programming Job Offer in 2 Years
August 11, 2017

Jason Kiernan is a 28 year old pharmacist who lives in the south-west of Ireland. He’s been working as a community pharmacist since he was more or less 21, but […]

EP26 – IF Statements in JavaScript
August 04, 2017

Chances are you already have some experience with programming as this blog namely focuses on the Java programming language. If you have a background in Java, then the structure of […]

EP25 – JavaScript Data Types
July 28, 2017

Although the JavaScript language doesn’t allow you to explicitly define a type when you declare a variable, this shouldn’t lead you to believe that JavaScript doesn’t have types (because it […]

EP23 – JavaScript Variables
July 14, 2017

Variables in JavaScript are pretty straight forward once you understand the concept of dynamic typing, which we talked about in the last article. Variables in JavaScript are used like variables […]

EP22 – What’s New in Spring 5 with John Thompson
July 07, 2017

Spring Framework 5 is Coming in Late July 2017 Today I’m joined by John Thompson to talk about the newest release of the Spring Framework. Spring hasn’t seen an update […]

EP21 – Dynamic Typing vs Static Typing
June 29, 2017

Generally speaking, modern day programming languages fall into one of two categories: Dynamic Typing Static Typing Before we can dive into what dynamic or static typing means, we’ll first need […]