MY EXPERT TIPS WILL KEEP THE JAVA FLOWING THROUGH YOUR VEINS
EP44 – How to get a Job as a Java Programmer
Bootcamp Details: bootcamp.coderscampus.com Curriculum: bootcamp.coderscampus.com/curriculum...
read moreEP43 – Resume Writing Tips
You can download a copy of my resume via coderscampus.com/resume If you want to apply to my Bootcamp, you can do that...
read moreEP42 – Java Careers and What they Pay
In today's episode, we'll dive into all the different facets and disciplines that exist in the world of...
read moreEP41 – 5 Tips on Landing an Entry Level Programming Job
In today's podcast, I'd like to share my knowledge on how to get that coveted...
read moreEP40 – The Document Object Model (DOM)
The DOM is something that intimidated me for quite a while (even as a senior software engineer), but this...
read moreEP39 – Arrays in JavaScript
So we've talked a lot already about all the different data types and built-in objects in JavaScript, but not once...
read moreEP38 – JavaScript’s Built in Objects
Something that's really useful to know about is the handful of objects that come built into the JavaScript...
read moreEP37 – Null vs Undefined in JavaScript
One thing that threw me off when I started learning JavaScript (with a background in Java) was the fact...
read moreEP36 – Objects in JavaScript
As we all know, JavaScript is an object oriented programming language, but we haven't yet gone into detail about...
read moreEP35 – JavaScript TypeOf Keyword
We know that JavaScript is a dynamically typed language, but remember, this doesn't mean that JavaScript is...
read moreEP34 – JavaScript Alerts and Prompts – Getting and Showing Data from Users
Showing data to users and getting data from users is a pretty fundamental task in programming. If you...
read moreEP33 – Importing JavaScript into HTML via Script tag
Up to this point we haven't talked about the elephant in the room! And that's the fact that...
read moreEP32 – Debugging in JavaScript
Every programming language that you'll use will have some sort of tool that allows you to debug the code you...
read moreEP31 – Functions in JavaScript
Functions in any programming language are almost as important as having variables. So that should go without...
read moreEP30 – 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...
read moreEP29 – While Loop in JavaScript
The while loop in JavaScript is yet another type of control structure. For a review on what a control structure...
read moreEP28 – 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...
read moreEP27 – Jason Kiernan – From Pharmacist to Programming Job Offer in 2 Years
Jason Kiernan is a 28 year old pharmacist who lives in the...
read moreEP26 – IF Statements in JavaScript
Chances are you already have some experience with programming as this blog namely focuses on the Java...
read moreEP25 – JavaScript Data Types
Although the JavaScript language doesn't allow you to explicitly define a type when you declare a variable, this...
read more