Tag Archive: Online Learning

The Rundown on Julia Programming

May 13, 2016 4:31 pm Published by

Have you heard of Julia programming? If not, you probably will soon. This dynamic high-level programming language is able to meet the unique needs of scientific computing while still being an effective tool for general-purpose coding, web development, and specification...

Read More

Crash Course on Pascal Programming

May 6, 2016 3:14 pm Published by

Named after the famous French mathematician and philosopher Blaise Pascal, Pascal is a procedural computer programming language that encourages the use of structured programming practices and data structuring. Pascal is the brainchild of Swiss computer scientist Nikalus Wirth. He had...

Read More

What is Ansible and How Does it Work?

April 14, 2016 3:16 pm Published by

Originally developed by Michael DeHaan back in 2012, Ansible is a simplistic, open-source IT automation engine that’s used to configure and manage computers, combine multi-node software development, execute ad hoc tasks, automate cloud provisioning, and other related IT tasks. Because...

Read More

Benefits of PHP for Web Development

April 8, 2016 4:58 pm Published by

Easy to Learn Like all programming languages, there’s some initial investment of your time and energy required to learn PHP. With all things considered, though, PHP is relatively easy to learn, even if you have no prior knowledge of programming....

Read More

Java Development Kit 9: What to Expect

April 1, 2016 4:47 pm Published by

Java Standard Edition (SE) 8 was initially released on March 18, 2014, introducing several features into the general-purpose programming language, some of which includes language-level support for lambda expressions, a runtime environment in which developers can embed JavaScript code, annotation...

Read More

6 Reasons Why You Should Validate Your HTML

March 25, 2016 4:21 pm Published by

While there’s no rule stating that you must validate your Hypertext Markup Language (HTML), doing so will almost certainly prove beneficial. By running your code through a validator, you’ll be able to check it for syntax errors and other problems....

Read More

JavaScript Named #1 Most Used Programming Language

March 4, 2016 8:34 pm Published by

The dynamic, uninterpreted computer programming language JavaScript has been named the #1 most used language, according to a bi-annual report published by RedMonk. Of course, this shouldn’t come as a surprise to anyone who keeps up with RedMonk’s bi-annual programming...

Read More

Did You Know? 7 Fun Facts About PHP

February 26, 2016 5:17 pm Published by

Originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994, PHP is a general-purpose programming language that’s commonly used in the deployment of server-side scripts. It’s powered by the open-source platform Zend Engine, and can either be embedded directly into HTML or...

Read More

6 Reasons Why You Should Learn SQL

February 18, 2016 5:17 pm Published by

Structured Query Language, or what’s more commonly known as SQL, is a special-purpose programming language that’s used to interact with databases. It works by analyzing and understanding databases consisting of fields of data within tables. SQL has roots dating back...

Read More

How (and Why) to Use Comments in PHP

February 5, 2016 2:38 pm Published by

Created by Danish-Canadian programmer Rasmus Lerdorf in 1994, PHP is a popular server-side scripting language that’s commonly used for web development. If you’re new the world of PHP, you may encounter messages embedded into the code. Known as “comments,” they...

Read More