PHP Quick Guide: The Fundamentals

What is PHP? PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. – php.net PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form […]

Continue Reading

Building a Ruby CLI Gem From Scratch

Let me start by saying that one thing I understand now is, as programmers, we don’t need to recreate the wheel, there are a lot of tools we can use to make our life easier in terms of building our projects. For this particular project Bundler will create our gemspec file by simply typing: gem bundler <gem name> […]

Continue Reading