Information Technology & Services - , Moravskoslezský kraj, Czechia
Generation 0 of programming education for young students of SPSEI Ostrava.The zero generation was a dream of mine to teach youngsters how to program better. As it has turned out it I had to teach my students the programming from scratch. We had two lectures a week, 2 hours per lecture. We started with 22 students, ended up with just 3. The three guys took then a paid internship in KEEN|MATE company and after two months of hardship and suffering are now capable of working independently in different environments like SharePoint (both client and server side using both CSOM and REST services), creating ASP.NET MVC applications, console applications and others.You can check their work at http://github.com/keenmateWe had to go through everything.- How Windows OS works- How to work with files and folders- How to setup and configure different aspects of Windows- What is C#- How to design classes- What are classes and objects- How to structure the code into projects, folders, layers- What are the types of programs they can create- Serialization of data- Basics of LINQ (Where, Select, Sum, Count, Intersect etc.)- Basics of relation database architecture- Basics of SQL and DDL- True basics of Web development (DNS, HTTP etc.)- Development in ASP.NET MVC 5- Development with jQuery- Templating with HandlebarsJS- Basics of AJAX-based programming- VueJS- RxJS