Home Tags Programming

Tag: programming

Regular Expressions in Programming Languages: The JavaScript Story

0
Each programming language has its own way of parsing regular expressions. We have looked at how regular expressions work with different languages in the...

Developing Real-Time Notification and Monitoring Apps in IBM Bluemix

1
IBM Bluemix is a cloud PaaS that supports numerous programming languages and services. It can be used to build, run, deploy and manage applications...

Developing a Simple Android Application Using Kotlin

1
Kotlin is a statically typed programming language specially designed for modern multi-platform applications. Experiment and use it to become the proud creator of your...

Electron: Building Cross-platform Desktop Apps with Web Technologies

0
The programming languages used to build desktop and Web applications are obviously different. Electron is an effort to bridge this gap. With it, you...

Understanding How a Neural Network Works Using R

0
In the simplest of terms, a neural network is a computer system modelled on the human nervous system. It is widely used in machine...

Regular Expressions in Programming Languages: PHP and the Web

0
This is the fourth article in the series on regular expressions. In the past three articles, we have discussed regular expression styles in Python,...

“Things aren’t getting easier for most coders”

0
Even though many new programming languages and frameworks have emerged lately, many developers still need a guide — either online or offline — to...

Regular Expressions in Programming Languages: The Story of C++

0
In this issue of OSFY, we present the third article on regular expressions in programming languages. The earlier articles covered the use of regular...

Getting Started with PHP, the Popular Programming Language

0
This article provides an introduction to PHP — the development process, its history, as well as its pros and cons. At the end of...

Five programming languages for DevOps

3
The heart of the DevOps movement is the configuration, deployment and management of the infrastructure that is performed via code. When an organisation defines...