-
PHP
PHP Beautifier Tools Example
In this example we are going to examine some tools that will beautify or properly format PHP source code. It can…
Read More » -
DevOps
The Ultimate DevOps Toolkit for the Application Lifecycle
Want to know more about DevOps? Download the The Ultimate DevOps Toolkit and Embracing the DevOps Lifecycle The right tools…
Read More » -
PHP
PHP Array to String Conversion
Arrays are very popular in programming languages, as they are widely used by programmers to perform different tasks. Arrays are…
Read More » -
DevOps
So You’re Thinking of Decomposing Your Monolith into Microservices
Advocates for microservices tend to pitch the pattern as a remedy for bloated, messy, monolithic ailments. However, is the cost…
Read More » -
Ruby
When To Be Concerned About Concerns
When I wrote about good modules and bad modules, I mentioned that an indication of a “bad” module was when…
Read More » -
CSS
Figuring out how the CSS of a website works using Firebug – Screencast
The basis of using Cascading Style Sheets (CSS) to apply formatting to an HTML document is deceptively easy to understand,…
Read More » -
PHP
PHP Web Development Tools List
Every PHP developer needs the right tools to become a PHP ninja (guru). In this example we will introduce some…
Read More » -
Ruby
Learning Ruby on Rails with Nitrous.io
I’ve been programming a long time. I’ve written professional applications in Java, PHP, C#,ASP.NET, C++, and Silverlight. I’ve seen a…
Read More » -
Ruby
Testing with HTTP Requests
A slow and unreliable test suite is a test suite developers won’t want to work on. In Part One of…
Read More »