Posts Tagged ‘programming’

Introducing Redique

I’ve been working on a very simple project that allow processes or computers to communicate seamlessly using Redis as a backend. I love Redis because it’s very powerful, yet very simple to configure and use. Let’s first understand the motivation behind redique The motivation is the need for a small, cool, json-based, super-fast RPC system [...]

The pain in the web application development frameworks around

I’ve been working on a big project for more than a year now and during that year I’ve played with many web development frameworks with different approaches to tackle modern developer problems. Honestly, I’ve been impressed with some of the frameworks on how simple it’s designed and the elegance in their usability. I even wrote [...]

Introducing Kyoto Cabinet

Most developers tend to use a general purpose SQL databases for all kinds of data storage, which is okay most of the times but can add great overhead if you have a massive amount of data and when you want to minimize the deployment overhead. Different data storage databases exist to solve different programming problems, [...]

The NoSQL Fuss

For years we have been using SQL (relational) databases as the de facto standard backend for our applications, whether desktop apps or web apps, we were relying on relational databases as the only reliable solution for storing information that is searchable and consistent all the time. Enterprise-class database business was excelling because of the increasing [...]

Python Programming Track

Dear friends, I will run new Python Programming courses in Mansoura isA that consist of two courses; An Introduction to the Python Programming Language and An Advanced Python Programming Course. The courses are targeted for those who want to understand the basics and internals of the Python interpreter as well as the advanced aspects of [...]