
CRUD Operations - Syntax for Interacting with your Database
What's all this CRUD about? Create Read Update Delete This is the at the heart of all databases and SQL. A database essentially carries out these four operations over and over again for the duratio...
28 Nov 201355min

Intro to Databases and SQL
Ladies and gentlemen the time has come for you to start learning about Databases and SQL. In this episode I will talk about the very basics of databases and why it is they exist in the first place. Y...
13 Nov 20130s

Let's talk AJAX - It's not just for cleaning anymore!
AJAX (Asynchronous Javascript and XML) is a techonology used to create Rich Internet Applications (RIA). If you're asking "what the heck does that mean!?" You're in the right place In this podcast ...
7 Nov 201332min

Intro to Algorithms and Big-O Notation
An algorithm is essentially a well defined set of instructions that get carried out by a computer in an automated fashion to solve a problem. A good example of this is to say "How would you tell a co...
30 Okt 201354min

Spring Security
Ever wondered how you could properly restrict access to certain parts of your web application? Do you have an application that has a user registration page and a user login page? Spring Security is ...
23 Okt 201349min

Data Binding with Spring Framework
So, the Spring framework is a wonderful help for programmers, but sometimes it needs a bit of help. It does a good job of trying to match fields on a webpage to Java objects (aka Java Beans), but som...
16 Okt 201342min

Spring Framework - Fun with Controllers
In our last episode I talked about controllers and how they are used in Spring. In this episode I will be diving even further into Controllers in the Spring Framework and I will talk about the differ...
9 Okt 201355min

Intro to the Spring Framework
Well, so far we've been focusing on a bunch of topics that align themselves around the Java programming language in general. But now we're going to take things into a slightly new direction, we're go...
15 Aug 201349min






















