Home Tags Programming

Tag: programming

Git Prune: Check Out this Housekeeping Utility

0
We carry out a commit after every small change we make in the source code to ensure that all the changes are reserved. However,...

Different C++ Standards: The Story of C++

0
C++ is a programming language very popular in academia and the industry. When a professor tries to cover a lot of topics within a...

Classical Programming Languages: The Saga of Pascal

0
In the first two articles in this series on classical programming languages, we have discussed Fortran and COBOL — two languages in their early...

Classical Programming Languages: The Story of Fortran

0
Recent research to prepare a list of the top 10 popular programming languages for the year 2021 threw up quite a number of surprises...

The Best Machine Learning Libraries in Golang

0
Golang has a number of stable and well supported open source machine learning libraries. As it allows for faster production-ready development and a large...

An Introduction to Redis, the In-Memory Data Structure Store

0
Specialised representation of data helps applications perform better. This article introduces an open source data structure store called Redis, which enables efficient representation of...

Things You Should Know About ‘Visual Studio Code’ and ‘Visual Studio...

0
The Visual Studio Code editor also has another version known as Visual Studio Codium, which is completely open source. This article elaborates on the...

Orange: The Programming Software for Machine Learning and Data Science

0
The demand for machine learning engineers and data scientists has increased exponentially over the years. This is justified because machine learning is being applied...

Let’s Get Familiar with Smart Pointers in C++

0
Many readers have probably heard about smart pointers and their benefits. One of the features of C++11, smart pointers are quite useful and have...

A Few Surprising Programming Language Features

0
The first programming language that you learn leaves an indelible mark on you. If you are used to coding in a particular language and...