Learn Advance Your Future.

 

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

CSS Crash Course For Absolute Beginners

In this video I will cram as much as possible about CSS. We will be looking at styles, selectors, declarations, etc. We will build a CSS cheat sheet that you can keep as a resource and we will also create a basic website layout.

Learn PHP in 15 minutes

The video covers the software you need to get started, data types, outputting data, variables, concatenating strings, operators, if statements, HTML forms, arrays and loops.

Write yourself a Git!

This article is an attempt at explaining the Git version control system from the bottom up, that is, starting at the most fundamental level moving up from there. This does not sound too easy, and has been attempted multiple times with questionable success. But there's an easy way: all it takes to understand Git internals is to reimplement Git from scratch.

Android Performance (Udacity)

. By the end of this course, you'll be able to perform exploratory tests, run profiling tools, use outputs to navigate to problematic code, and design a plan of attack to mitigate poor performance. You'll also gain a higher level of understanding about how program code and the Android platform interact, which will help you optimize for performance in the future.

How to Use Git and GitHub (Udacity)

This course covers the essentials of using the version control system Git. You'll be able to create a new Git repo, commit changes, and review the commit history of an existing repo. You'll also learn how to keep your commits organized using tags and branches and you'll master the art of merging changes by crushing those pesky merge conflicts. Oh no! Was a mistake made along the way? Learn how to edit commits, revert changes, or even delete commits.

Java 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 Java module you are interested in.

PHP 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 PHP module you are interested in.

PHP Tutorial

Phptpoint's free Online PHP Tutorial has heaps of PHP Interview question and well-run Interview question with answer associated to core PHP, cake php, CodeIgniter, MySQL, Joomla etc. which can assist you to crack the Interview for the PHP developer.

MySQL Tutorial

MySQL tutorial of w3resource is a comprehensive tutorial to learn MySQL(5.6). We have hundreds of examples covered, often with PHP code. This helps you to learn how to create PHP-MySQL based web applications.

Java Tutorial from W3Schools

Explore this Java Tutorial from W3Schools. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content.

Clear Both