-
JavaScript
ES6 and beyond – What i really like
Hi dear software companions. It has been a long time. A lot had happened in between. I even changed a…
Read More » -
PHP
PHP Dependency Injection Tutorial
Dependency Injection is a design pattern that should be followed in almost every software project, regardless of its size, and…
Read More » -
Ruby
How to Build a Math Evaluation Engine
One of the first things you learn to do with Ruby is to evaluate a mathematical expression in irb. But…
Read More » -
Angular.js
Angular.js Single Page Application Example
Angular.js is one of the frameworks in the programming world that is acutely becoming one of the most widely-used of…
Read More » -
Web Dev
Fault Tolerance on the Cheap: Part II
Welcome to the second part of “Fault Tolerance on the Cheap.” In the previous article, we discussed two approaches organizations…
Read More » -
PHP
Login Form in PHP Example
In this example we will see how to make a login mechanism in PHP. The login systems is one of…
Read More » -
Web Dev
You can’t remember every detail, so stop trying
There are more details involved in writing an application that anyone can remember. You can’t hope to retain everything you’re…
Read More » -
PHP
PHP SoapClient Example
In this example we will see an example of a SOAP client communicating with a server. SOAP is one of…
Read More » -
Python
File Handling in Amazon S3 with Python Boto Library
1.Introduction Amazon Web Services (AWS) Simple Storage Service (S3) is a storage as a service provided by Amazon. It a…
Read More »