
Mathematical Modules in Python
4 PostsIn this series, we'll take a look at a variety of the mathematical packages that Python offers to get a better handle on understanding and ultimately using them.View Learning Guide...
Introduction to Erlang and Elixir
5 PostsIn this series, we're going to learn the fundamental knowledge to get yourself started in Erlang and coding with Elixir.View Learning Guide...
The Power of PowerShell
2 PostsPowerShell is a state of the art shell, scripting language and a management platform. It has a coherent story and rich functionality especially on Windows, but recently it migrated to macOS and Linux, too. In this series, you'll get an in-depth look at what PowerShell is all about.View Learning Guide...
Coding Android Apps in Kotlin
3 PostsWhile the vast majority of Android apps are written in Java, there's no rule that you have to use Java for Android development. There are a variety of modern programming languages that are designed to run on the Java Virtual Machine (JVM) and one of these languages that's becoming popular in the Java community, is Kotlin.View Learning Guide...
Creating a Custom WordPress Messaging System
4 PostsIt's possible to implement a system that allows us to programmatically set our own custom messages, their type, and when and where to display them on the administration page. And that's what this series is going to cover.View Learning Guide...
Let's Go: Golang Concurrency
2 PostsConcurrency is arguably the main motivation for the Go language. Go's language level support for goroutines and channels puts it one level above all mainstream languages when it comes for developing distributed systems.View Learning Guide...