nesterone / sf-eng-init-bazzika

Software Engineer Initiation for Bazzika

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Engineer Initiation

JavaScript and others learning materials which help you to become software engineer.

Table of Contents

Part I

  1. Bootcamp
    1. Communication
    2. Planning and Time Management
    3. Few Simple Principles
    4. Tools for development
    5. Git and Github
    6. Our Model of Collaboration
  2. JavaScript
    1. Language Basics
    2. Functions, Variables, Scope and Memory
    3. Data Structures
    4. High-Order Functions
    5. OOP
    6. Project: Electronic Life
    7. Error
    8. Regexp
    9. Modules
    10. Project: A Programming Language
  3. Browser
    1. Document Object Model
    2. Basic HTML, CSS, jQuery
    3. DOM API Advanced
    4. HTTP and AJAX
    5. Forms
    6. Project: A Platform Game
    7. Drawing on Canvas
    8. Project: A Paint Program
    9. Project: Your Game
  4. Code Organization
    1. Unit Tests
    2. Design Patterns
    3. [Build Application Part 1]
    4. [Build Application Part 2]
  5. Node.js
    1. Learn Node.js basics
    2. Project: Skill-Sharing Website

Part II

Be aware it's not ready ;-)

  1. Browser. HTML. CSS. Responsive. Your Game
    1. HTML/CSS. Responsive layout. Choose your game
    2. Prototype your UI/UX. HTML+CSS only
  2. Client/Server communication
  3. Structure of web app. REST API. Start/plan your app
  4. Security and Performance of your app
  5. Embedding part of your app. JavaScript API.
  6. License

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

⬆ back to top

About

Software Engineer Initiation for Bazzika

License:MIT License


Languages

Language:JavaScript 80.7%Language:HTML 17.6%Language:CSS 1.7%