-
PHP
PHP Session Example
Sessions are an important part not only of PHP, but of every web programming language. They are useful to access…
Read More » -
Ruby
The Straight Dope on Deprecations
The road to stability is paved with good deprecations. A deprecation is a warning message that tells a user they’re…
Read More » -
Web Dev
Embrace the limitations to complete projects
As makers and creatives, we hate it when bosses and clients put limits on what we can do when we…
Read More » -
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 »