Contents

Video Tutorials

We are going to create a series of small video-tutorials on several topics and later arrange them in form of online courses. For now let us collect them in this page so that everyone may preview and either learn something or suggest some hints of improvement.


Course "Start Web-programming Right Now"

To begin with, learn how to create HTML files and make them live in internet with github pages.

 

Next we talk about how web-servers work at all, how they send us text pages, pictures etc - and as example, how HTML page includes CSS to customize styles of fragments.

 

Now we are ready for deeper dive. Let's create dynamic effects in HTML by writing small program in JavaScript. After that let's discuss the HTTP protocol used to send us all these HTML, CSS, JavaScript and image files.

 

[Optional] watch live-coding creation of small game in JavaScript (15 puzzle)

Here are three parts, each about 20 minutes:

   

Now let's get in touch with using console - before proceeding to server-side works.

Console (command-line-interface) is very important for programmers. We have videos introducing both Windows and Linux console.

 

Series "Good Programming Lessons"

These videos are going to tell a bit about how to make your code more readable, debuggable - and how to speed up our professional growth.

 

Come back for more as we are not going to stop with it...