C# Beginners – Using Rider

Introduction – C# Beginners – Using Rider C# Beginners – Using Rider: Rider is a full-fledged IDE from JetBrains. It is aimed at professional users. There is a student licence available for free. However, other users get a trial and then a paid subscription offer; there is no community version. Continue Reading

Python Beginners – Combine Everything

Python Beginners – Combine Everything; in this beginner’s series, we have covered print, taking input, selection, lists and looping and logic. Following on from these, this post is the finale, and we will look at some of the possibilities with the tools now at your disposal. These examples will combine Continue Reading

Python Beginners – Selection

Python Beginners – Selection; selection is another name for making a decision. All programming language decisions are based on true or false statements. This post focuses on the selection’s coding side; another post will detail binary logic. Let us start with a simple example program. This is the example in Continue Reading

Opensim Server Setup Using Ubuntu & Windows.

Opensim Server Setup Using Ubuntu & Windows, a start to finish guide. Starting from setting up the operating system all the way through to a working system with regular backups, crash detection, extensible configuration and server security. The scope of the article is extensive; consequently, it will be split into Continue Reading

Linux ASP.Net5 Deployment With Identity

Introduction – Linux ASP.Net5 Deployment With Identity Linux ASP.Net5 Deployment With Identity Authentication follows on from Linux – ASP-DotNet 2 Factor Authentication, which follows on from ASP-DotNet Web App On Linux with Authentication. This article discusses the move from development to production. The starting point for this guide is a Continue Reading

C++ Beginners Guide – Loops and Iteration

Introduction – C++ Beginners Guide – Loops and Iteration C++ Beginners Guide – Loops and Iteration is a guide to using loops in C++. This article’s principles apply to all programming languages; however, the syntax will change between different languages. For Loop For loops start at one index value then Continue Reading