-
Ruby
Level Up Your Security in Rails
I am not a security expert, and the truth is that most other developers aren’t either. I haven’t created my…
Read More » -
PHP
PHP Parser Example
In this example we are going to learn how to parse xml (Extensible Markup Language) with PHP. For this example we…
Read More » -
PHP
PHP Text Area Example
When building forms, we use text type inputs when we want the user to provide some text. But, for when…
Read More » -
Web Dev
An Introduction to Crystal: Fast as C, Slick as Ruby
I’m a Rubyist. I love Ruby, the community, the productivity, and so many other things about it. For more than…
Read More » -
Bootstrap
Bootstrap Tutorial – The Ultimate Guide
In this article, we’re going to have a detailed look at the world’s most popular CSS framework, Bootstrap. Now Bootstrap…
Read More » -
Angular.js
Dynamic component loading with Angular2: replace compile
Just a quick article to show how you can do dynamic compilation in Angular 2. In Angular 1 we had…
Read More » -
PHP
PHP Radio Button Example
Radio buttons are one of the basic HTML forms elements, similar to checkboxes but restricting the selection to an only…
Read More » -
Node.js
Scan DynamoDB Items with Node.js
On previous posts we covered how to query a DynamoDB database Query DynamoDB Part 1 Query DynamoDB Part 2. Apart…
Read More » -
PHP
PHP class Example
In this example we are going to learn about classes in PHP, what they mean and how to use them.…
Read More »