Giter VIP home page Giter VIP logo

coding_fundamentals's Introduction

Coding Fundamentals

This is the repo to go with the Youtube video series. Teaching basics of programming. This course is design to take people who have never programmed before and teach them the basics. However it is also a good reference for people who need a refresher on a topic.

This course uses the Haxe Programming language as it's primary example. However all examples are relevant to any language. It's the concepts that are most important to learn.

After finishing the course the student will have a fundamental understanding of programming and coding strategy that they can take into any field, including, app development, web, game programming and more!

This is a work in progress. Please SUBSCRIBE to the associated Youtube channel to get notified of updates.

Lessons

  • Intro
    • Haxe enviroment setup and Hello World test
    • What is programming
    • Why use Haxe and overview of other languages
    • Compiled vs interpreted languages
    • Basic input and output
  • Varibles and Data Types
    • Intro to varibles
    • Working with numbers
    • Charaters and String basics
    • Operators
    • White space
    • Code comments
  • Conditinoal Code
    • If statment
    • If else
    • Comparasion vs Assignment
    • Switch statment
  • Modular Code
    • Functions syntax
    • calling functions
    • arguments
    • scope
    • multiple files
  • Iteration
    • Loop basics
    • while loop
    • for loop
  • Strings in depth
    • concatenation
    • patterns
    • regular expressions
  • Collections
    • arrays
    • iteration of collections
  • Object basics
    • What is an Object?
    • What is a Class?
    • What is abstraction?
    • What is encapsulation?
    • What is inheritance?
    • What is polymorphism?
  • Object Modeling
    • Conceptual model
  • Creating Classes
    • Class diagram
    • Coding the diagram
    • Object lifetime
    • Static or Shared
    • tbd...
  • Inheritance and Composition
    • Using Inheritance
    • tbd...
  • OOP Design patterns
    • tbd
  • Design Patterns
    • Observer
    • Decorator
    • Singleton
    • Collection
    • Factories
  • Databases
    • ...tbd
  • Source Control
    • ... tbd

coding_fundamentals's People

Contributors

kenthinson avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.