Giter Site home page Giter Site logo

learning's People

Contributors

iteles avatar nelsonic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

learning's Issues

Learning Elm

Why?

I want to get back into improving my coding skills every day. So why start with Elm?

  • Part of the [dwyl tech stack[(https://github.com/dwyl/technology-stack)
  • A great way to learn functional programming
  • Concise language (becoming even more concise with v0.19) which will help my motivation
  • Excellent debugger which makes for ease of learning
  • Great documentation

I've found that often I am going through a tutorial and if I have no questions (i.e. no need to open issues), it's difficult to show myself that I am making progress. This issue should help with that.

Gotta be unafraid of being a beginner.

Resources to go through

So many people have done the work to synthesise knowledge before me. This list will be continuously added to:

[hapi-edge] stubbing modules

Research the right way of stubbing modules so that things like:

var Api = require('./api');
var Authentication = require('./authentication');
var Controllers = require('./controllers');
var Models = require('./models');
var Routes = require('./routes')

don't cause an issue in the beginning.

I'm just commenting them out until they exist so the server runs but unfortunately the hapi-edge book starts with these in chapters 2 and 3 so nothing runs until you comment them out (not very beginner friendly).

Learn Elixir :tada:

In light of https://github.com/dwyl/technology-stack/ , I need to learn elixir and phoenix so that I know what's going on in our organisation.

Plan:

  • dwyl/learn-elixir
  • Elixir School
    • 1. Basics
    • 2. Collections
    • 3. Enum
    • 4. Pattern Matching
    • 5. Control Structures
    • 6. Functions
    • 7. Pipe Operator
    • 8. Modules
    • 9. Mix
    • 10. Sigils
    • 11. Documentation
    • 12. Testing
    • 13. Comprehensions
    • 14. Strings
    • 15. Custom Mix Tasks
    • 16. IEx Helpers
    • Advanced Topics tbc

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.