Recent Posts

Model - view - controller

1 minute read

Model-view-controller , also known as MVC, is a software design pattern that separates the business logic from the user interface and the code that manages i...

Waste no more time

less than 1 minute read

“Waste no more time arguing about what a good man should be. Be one.”

Test Driven Development

3 minute read

Test-driven development (TDD) involves two practices: Test First Development and Refactoring.

Secure Shell

4 minute read

SSH, or secure shell, is a remote administration protocol that lets users, wherever they are, spawn a remote shell to work on their servers.