Code Monkey home page Code Monkey logo

index's Introduction

HowProgrammingWorks Repositories Index

| English | Русский | Українська |

Basic Concepts

  1. Abstractions as reusable components and an essence of programming and engenering at all, see also: cheatsheet

  2. Variables and data types, scalar and reference, objects, arrays and data structures

  3. Iteration and loops

  4. Functions including anonymous functions and lambdas, pure functions and side effects

  5. Superposition and Composition, partial application, currying and wrapping functions

  6. Higher order functions including callbacks and closures

  7. String operations

  8. Collections: Set and WeakSet, Map and WeakMap

  9. Abstractions

Related Topics

  1. Development tools and environment configuration
  2. Version control systems and working in groups
  3. Code style and code conventions
  4. Code benchmarking
  5. Project template

Data Structures

  1. Linked lists: singly, doubly, circular
  2. Trees: classification, implementation, traversion
  3. Graphs including directed graphs

Files, streams, buffers and sockets

  1. Buffers
  2. Files: handle, sync, async, watching
  3. File streams
  4. Sockets: TCP and UDP, client and server

Advanced Concepts

  1. Functors, applicative functors and monads
  2. Caching and Memoization
  3. Mixins as decorators and nonlinear inheritance
  4. Iterators and generators
  5. Asynchronous execution, I/O and parallelism
  6. Events and EventEmitter
  7. Promises and chaining
  8. Serialization and deserialization
  9. Regular expressions

Software Architecture

  1. Modularity and Dependency
  2. Inversion of Control
  3. Dependency Injection
  4. Inter-process Communication
  5. Sandboxing
  6. Multi-layer and Multi-tier Architecture
  7. Data Access Layer, Cursors and Object-Relational Mapping
  8. Application Servers, thin and thic clients
  9. Introspection, Reflection and Scaffolding

Practical Examples

  1. Routing for HTTP Server
  2. Websocket Chat
  3. Interactive multi-user LiveTable
  4. Data Projection

Programming Paradigms and Techniques

  1. Imperative, non-structured, structured and procedural programming - [Imperative programming]https://github.com/HowProgrammingWorks/ImperativeProgramming - Prototype-oriented programming - Object-oriented programming
  2. Functional programming
  3. Logic, declarative and automata-based programming
  4. Language-oriented programming and domain-specific languages
  5. Asynchronous, Reactive and Event-driven programming
  6. Probabilistic programming
  7. Data-driven programming
  8. Metaprogramming

index's People

Contributors

tshemsedinov avatar

Watchers

Philippe Rigovanov avatar James Cloos 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.