Tagged: tutorial

c++

C++ Advanced Topics

Once you know the basic of C++ syntax and what the Standard Library offers you, it’s time to establish whether you’re writing good code or not. Modern C++ is expressive, readable, fast, and secure. In most cases the faster thing...

git

Git Fundamentals

Git is a popular distributed version control system (DVCS). In this course, learn how to create a local repository, commit files, push changes to a remote repository, fix errors in your commits, and many of Git’s other features. Understand the...

CRS-101176

jQuery for Designers

If you consider yourself a designer more than a developer, then you may avoided learning jQuery. If you know HTML/CSS well, then there is absolutely no reason not to delve into jQuery. It’s fun and easy to learn, as Craig...