-
Android Core
Android UI: Understanding Views
This article is part of our Academy Course titled Android UI Design – Basics. In this course, you will get…
Read More » -
Android Core
Android UI Overview
This article is part of our Academy Course titled Android UI Design – Basics. In this course, you will get…
Read More » -
Software Development
Fools Don’t Write Unit Tests
“We don’t have time to write unit tests” or “We don’t have the budget for unit testing” are complaints I…
Read More » -
DevOps
Easy Blue-Green Deployments on Amazon EC2
Amazon EC2 Container Service (ECS) is Amazon’s solution for running and orchestrating Docker containers. It provides an interface for defining…
Read More » -
Core Java
The performance impact of scripting in processes
We often see people using the scripting (for example in a service task, execution listener, etc.) for various purposes. Using scripts versus…
Read More » -
Software Development
Need Robust Software? Make It Fragile
In any software project, the goal is to create something stable. We don’t want it to break in front of…
Read More » -
Software Development
“Forget me” and Tests
Your users have profiles on your web application. And normally you should give them a way to delete their profiles…
Read More » -
Software Development
When Do You Stop Testing?
There is a software to be tested. There is a team of testers. There is some money in the budget.…
Read More » -
Android Core
Android push notification using Parse
Android push notification is a service used to send messages directly to the Android smart phones. Using this service, developers…
Read More »