Free

Everybody loves free!

Resource type
Cost
Skill level
Certificate

An Introduction to Managing DNS

In this series, we will cover the basic ideas behind DNS so that you feel comfortable working with it. Afterwards, we will walk through various ways that you can gain greater control over your domains and DNS resolution.

Python Tutorial | Devglan

In this tutorial, we will discuss about different built-in data types such as scalar types or numbers and collection types such as numbers, list, tuple, strings, set and dictionary in Python...

Ramsey Plus

Almost 6 million people have discovered the right way to manage money. We've made it easy with great courses like Financial Peace University. You'll learn the timeless principles of paying off debt, saving for emergencies, and investing in your future.

3D CAD Fundamental (Coursera)

The goal of this course is to construct a three-dimensional model, with the computer as the main teaching material, to enrich the fun paradigm and the complete drawing process. Step-by-step teach you how to use Sketchup's 3D modeling software technology.

Ruby Tutorial

All programming training in cosmiclearn.com will be started with a hello world module. You can use the left hand navigation to jump directly to a Ruby module you are interested in.

R Tutorial

Welcome to R Tutorial! R is an open source statistical language used for Data Science. R provides inbuilt functions like mean, median etc and data structures like Array, Matrix and Data Frame to help with statistics.

JavaScript Tutorial

All programming training in cosmiclearn.com will be started with a hello world module. You can use the left hand navigation to jump directly to a JavaScript module you are interested in.

GO Tutorial

Go language supports Garbage collection and Type safety. We can build go program using go build command. It will generate an executable file, which can then be run. For instance let us say we kept the above program in a file called cosmiclearn.go, we can build and run using the following commands. Don't fret, this is just an introduction. In the next chapter, we will look into how to install Go and setup your environment.

Docker Tutorial

Docker is a Container Engine. A Container Engine sits on top of Operating System and Hardware. A Container Engine allows us to run Guest Applications on top of the Operating System. All Containers will share the Operating System resources.