Featured Articles
Functions in Go (Golang)
A function in Go (Golang) is a reusable block of code that performs a specific task.
Functions are...
Using Pyautogui to automate web interactions
Working as a data scientist, I often find myself having to gather data from certain websites. Some...
Swift Ranges
With Swift, ranges are an excellent tool that can be used to work with arrays to perform...
Recent Articles
Data science tools to pick up in 2023.
The stakes have never been higher when it comes to making decisions for your enterprise. The days...
A Day In YOUR Life with Black Inventors
February is Black History Month (but we could celebrate it year round). This month-long observance in the...
C++ the rule of 5 explained.
After learning about Rvalue references in previous posts, the question of the usefulness of such a construct...
25 takeaways from our latest Digital Transformation Leadership dinners.
Udacity and The Ortus Club partnered to bring together executive leadership for a series of exclusive, informal...
Variables in Go (Golang)
In the Go programming language, a variable represents a named memory location that stores a value.
Variables are...
Internet of Things – Risks and Mitigations
Introduction
Internet of Things (IoT) devices have reached near ubiquity both in Enterprises and at home. More and...
JavaScript Promises
In JavaScript, a promise is an object representing some value that may not yet be available, but...
Understanding SQL Expressions: The Key to Effective Querying
SQL expressions are an essential part of writing optimal code, allowing practitioners to formulate complex queries that...