Coders Campus Podcast
Latest Episodes
EP30 – Landing the interview, a coder’s guide to applying for jobs
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
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
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
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
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
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
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
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
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
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 […]