Tutorial

  • submit to reddit

The beginners guide to breaking website security with nothing more than a Pineapple

You know how security people get all uppity about SSL this and SSL that? Stuff like posting creds over HTTPS isn’t enough, you have to load login forms...

0 replies - 3639 views - 04/18/13 by Troy Hunt in Articles

Java Optional Objects

In this post I present several examples of the new Optional objects in Java 8 and I make comparisons with similar approaches in other programming...

10 replies - 10069 views - 04/17/13 by Edwin Dalorzo in Articles

Algorithm of the Week: Fountain Codes (from "Damn Cool Algorithms")

That's right, it's time for another episode of the frustratingly infrequent Damn Cool Algorithms series! If you're not familiar with it, you might want to...

0 replies - 14847 views - 04/16/13 by Nick Johnson in Articles

Java Lambda Expressions Basics

What is a Lambda Expression? A lambda expression represents an anonymous function. It comprises of a set of parameters, a lambda operator...

0 replies - 3935 views - 04/13/13 by Edwin Dalorzo in Articles

Using MVC4 WebAPI for CRUD Operations on MongoDB

In this post I will  explain how can we write MVC 4 WebAPI to perform complete CRUD operations on any data source (In this sample I have used...

0 replies - 1817 views - 04/11/13 by Sarfraz Khan in Articles

Scala Traits Implementation and Interoperability. Part I: Basics

 Traits in Scala are similar to interfaces, but much more powerful. They allow implementations of some of the methods, fields, stacking, etc. But have...

0 replies - 1324 views - 04/11/13 by Tomasz Nurkiewicz in Articles

Building an RSS Reader for Android

This tutorial will walk through building an RSS reader on the Android platform (focusing on 3.0 + as it will be using Fragments). All the code is available as...

2 replies - 6421 views - 04/10/13 by Rob Hinds in Articles

The Structure of Struts.

More Apache. The search for structural excellence among the the most popular, open-source, Java programs continues with an analysis of Apache Struts, ...

2 replies - 3072 views - 04/10/13 by Edmund Kirwan in Articles

Python: Reading a JSON file

I’ve been playing around with some code to spin up AWS instances using Fabric and Boto and one thing that I wanted to do was define a...

0 replies - 2144 views - 04/10/13 by Mark Needham in Articles

Getting Rid of Boilerplate Code with Java Lambda Expressions

As I have mentioned in a previous post, there is nothing we can do with lambda expressions that we could not do without them. Basically because we can...

0 replies - 1902 views - 04/10/13 by Edwin Dalorzo in Articles

Incorporating Login/ Authentication into Play 2.x (Scala) application

For people in hurry here is the code and the steps. In continuation of Play 2.x (Scala) is it a Spring MVC contender? – Introduction, in this...

0 replies - 1917 views - 04/10/13 by Krishna Prasad in Articles

Build Your Private Cloud: Installing Virtual Machine Manager – Step by Step

Our series is in full swing and now it's time to walk through the installation of System Center 2012 VMM to begin managing our VMware, Hyper-V, and Xen hosts,...

0 replies - 1291 views - 04/10/13 by Tommy Patterson in Articles

Installing Rails on Ubuntu 12.10

Installing Ruby and Rails on Ubuntu 12.10 can throw up some errors. I’ve found a method that worked, and wrote a few notes about it. Please...

0 replies - 2563 views - 04/09/13 by Andy Hawthorne in Articles

Tutorial – JavaFX Library for Inverse Kinematics 2.0

This is the first tutorial explaining the basics of javafx-ik, a library for inverse kinematics with JavaFX. The sources of the library can be downloaded from...

0 replies - 1118 views - 04/09/13 by Michael Heinrichs in Articles

Incorporating LDAP with Play 2.x (Scala) application

For people in hurry here is the code and the steps. In continuation of Play 2.x (Scala) is it a Spring MVC contender? – Introduction, in this...

0 replies - 806 views - 04/09/13 by Krishna Prasad in Articles