Episódios
-
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 […]
The post EP30 – Landing the interview, a coder’s guide to applying for jobs appeared first on Coders Campus.
-
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 […]
The post EP29 – While Loop in JavaScript appeared first on Coders Campus.
-
Estão a faltar episódios?
-
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 […]
The post EP28 – For Loops in JavaScript appeared first on Coders Campus.
-
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 […]
The post EP27 – Jason Kiernan – From Pharmacist to Programming Job Offer in 2 Years appeared first on Coders Campus.
-
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 […]
The post IF Statements in JavaScript appeared first on Coders Campus.
-
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 […]
The post EP25 – JavaScript Data Types appeared first on Coders Campus.
-
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 […]
The post EP23 – JavaScript Variables appeared first on Coders Campus.
-
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 […]
The post EP22 – What’s New in Spring 5 with John Thompson appeared first on Coders Campus.
-
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 […]
The post EP21 – Dynamic Typing vs Static Typing appeared first on Coders Campus.
-
JavaScript is an object oriented programming language that was created specifically for the web. JavaScript adds functionality and interactivity to websites by allowing your plain old HTML pages to actually […]
The post EP20 – What is JavaScript? appeared first on Coders Campus.
-
For more detailed show notes, please see the actual “ultimate guide” post via this link.
The post EP19 – Forwarding Your Domain to Your AWS Application appeared first on Coders Campus.
-
For more detailed show notes, please see the actual “ultimate guide” post via this link.
The post EP18 – How to Create and Configure a Database in AWS appeared first on Coders Campus.
-
For more detailed show notes, please see the actual “ultimate guide” post via this link.
The post EP17 – Deploying Your Code to Elastic Beanstalk (AWS) appeared first on Coders Campus.
-
For more detailed show notes, please see the actual “ultimate guide” post via this link.
The post EP16 – Ultimate Guide to AWS – Part 2 appeared first on Coders Campus.
-
Let’s start things off by explaining what Amazon Web Services (AWS) actually is and why it’s useful to you as a Java programmer. Amazon Web Services are a bunch of […]
The post The Ultimate Guide to Hosting a Java Web App with Amazon Web Services (AWS) appeared first on Coders Campus.
-
It’s one thing to understand the new coding concepts and paradigms with Java 8, but it’s another thing entirely to know the best way to upgrade your existing code. I’ve […]
The post EP14 – How to upgrade your code to Java 8 appeared first on Coders Campus.
-
Default methods for interfaces Why should you care? Programming to an interface. It’s something we’ve been told is the right thing to do because it promotes flexible and extensible programs. […]
The post EP13 – Default Methods in Java 8 appeared first on Coders Campus.
-
NullPointerExceptions are a royal pain in the butt. They can strike at almost any point if your code encounters any “edge cases” that you hadn’t previously thought of. And when […]
The post EP12 – Java 8’s New Optional Keyword appeared first on Coders Campus.
-
All the show notes for this episode are available via the parent post. These notes are only here as a placeholder for the podcast episode.
The post EP11 – More Awesome Java 8 Stream Examples appeared first on Coders Campus.
-
First and foremost, let’s talk about why you should learn how to use streams. Streams in Java 8 are essentially the solution to aggregating data easily. What the heck do […]
The post EP10 – Why you need to start using Streams in Java appeared first on Coders Campus.
- Mostrar mais