Learn Advance Your Future.

 

Find the best courses, videos, books, podcasts, and blogs to learn a new skill

Try Django 1.11

Learn the fundamentals behind one of the most popular web frameworks in the world: Django. We will teach you step-by-step how to implement concepts like Views, Template Rendering, Forms, Saving Data, URL routing, Deployment aka Going Live, and so much more.

C++ Tutorials

In this first C++ programming language tutorial we are going to look at the history of the C++ language. Many other programming languages are derived from the C language. Some did well and some did not. The languages Objective-C and C++ for instance are derived from the C language. Both languages add the �object oriented� element to the language C. One of the most recent languages, that used much of the C language, is Java.

C++ Tutorial | Cosmic Learn

C++ programs can be developed via an IDE like Microsoft Visual Studio IDE or NetBeans for C/C++. However for beginners it is recommended to start programming via a text editor like vi so that you can get a firm grasp of the concepts of the language. We have started this training module with a hello world program as displayed above.

C# Tutorial | Cosmic Learn

C# programs can be developed via IDE like Microsoft Visual Studio, SharpDevelop or MonoDevelop. However for beginners it is recommended to start programming via a text editor so that you can get a firm grasp of the concepts of the language. We have started this training module with a hello world program as displayed above. You can use the left hand navigation to jump directly to a C# module you are interested in.

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.

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.

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.

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.

3D Interaction Design in Virtual Reality (Coursera)

This course will teach you about one of the most important aspects of VR, how you interact with a VR world. You will learn about the basic concepts and technologies of VR Interaction. You will then get hands on, learning about how to move around in VR and how to interact with the objects in your world.

Managing Big Data with MySQL (Coursera)

This course is an introduction to how to use relational databases in business analysis. You will learn how relational databases work, and how to use entity-relationship diagrams to display the structure of the data held within them.

Getting Started with AWS Machine Learning (Coursera)

This course will teach you how to get started with AWS Machine Learning. Key topics include: Machine Learning on AWS, Computer Vision on AWS, and Natural Language Processing (NLP) on AWS. Each topic consists of several modules deep-diving into variety of ML concepts, AWS services as well as insights from experts to put the concepts into practice.

Building a Hacker News clone in Django

In this video tutorial series, I would take you through building a social news site called �Steel Rumors� from scratch in Django 1.5. In case you don't like videos and prefer to read the steps, you can find them here too.

Reliable Cloud Infrastructure: Design and Process (Coursera)

This course equips students to build highly reliable and efficient solutions on Google Cloud using proven design patterns. It is a continuation of the Architecting with Google Compute Engine or Architecting with Google Kubernetes Engine courses and assumes hands-on experience with the technologies covered in either of those courses.

Clear Both