Software Development
-
Web development frameworks – part 4 : Django
This is a part of my web frameworks review series. Check it out if you haven’t already. Moving on to…
Read More » -
Web development frameworks – part 3 : Ruby on Rails
The next runner is Ruby on Rails v3. Unless you have been living under a bucket without an RJ45 port (yes,…
Read More » -
Common sense and Code Quality
If you are involved in a software project (as an individual coder, technical team lead, architect or project manager) chances…
Read More » -
Implementing SAML to XACML
Before Implementing SAML This is how a XACML request will looks like when it is arriving at PDP(Policy Decision Point)…
Read More » -
Common Errors in Whiteboard Job Interviews with UML Diagrams
There are two important differences between drawing a Unified Modeling Language Diagram in a design tool and depict a design…
Read More » -
OAuth 2.0 Webapp Flow Overview
In my last few blogs I’ve been talking about accessing Software as a Service (SaaS) providers such as Facebook and…
Read More » -
Why Do We Need Managers Anyway?
I’ve been scratching my head lately regarding management, and what is it good for. So I’m probably going to spend…
Read More » -
Apache Bigtop – Installing Hive, HBase and Pig
In the previous post we learnt how easy it was to install Hadoop with Apache Bigtop! We know its not…
Read More » -
All you need to know about QuickSort
It would be true to say that Quicksort is one of the most popular sorting algorithms. You can find it…
Read More »