Code Monkey home page Code Monkey logo

resources's Introduction

Languages

C

C#

Search words: c-sharp, csharp

C++

Search words: cpp

  • ๐Ÿ†“๐Ÿ“˜ Language Reference โ€” A reference for the C/C++ programming languages.
  • The Definitive C++ Book Guide and List โ€” A list of recommended books for learning C++, ordered by skill level.
  • ๐Ÿ†“ C++ For Programmers โ€” An Udacity course designed for students who are familiar with a programming language and wish to learn C++.
  • ๐Ÿ†“ C++ FAQ โ€” The FAQ about C++ on /r/learnprogramming.

Java

Learning

Javascript

Search words: JS, ES5, ES6, ES2017

  • ๐Ÿ†“๐Ÿ“˜ Eloquent JavaScript โ€” Free to Read Online: A Modern Introduction to Programming
  • ๐Ÿ†“ MDN Reference โ€” A community wiki with a JavaScript reference section, including compatibility charts.
  • ๐Ÿ†“ JS The Right Way โ€” An overview of JS with a list of additional resources.
  • ๐Ÿ†“ javascript.info โ€” A tutorial on the new features in Javascript.
  • ๐Ÿ†“ JS in 2017 โ€” "there's a collection of stuff".
  • ๐Ÿ†“๐Ÿ“˜ You Don't Know JS โ€” Free JS book series written by Kyle Simpson.

Videos

React

CSS

Search words: Cascading Style Sheets

Learning

PHP

Learning

Culture

  • ๐Ÿ†“ PSR โ€” a collection of community-made standards and best practices for PHP

Python

Learning

  • ๐Ÿ†“๐Ÿ“˜ Automate the Boring Stuff by Al Sweigart โ€” An introduction to the language focused on showing how Python can help you with tasks around the office today.
  • ๐Ÿ†“๐Ÿ“˜ Hitchhiker's Guide to Python โ€” A great guide to learning Python practices, setting up dev environments, packaging, and a lot of other information you're unlikely to learn from a guide or even unlikely to learn without hard experience
  • ๐Ÿ†“๐ŸŽ“ Google Course โ€” Course by Google. Do keep in mind, Google tends to use a different style guide to standard Python.
  • ๐Ÿ†“๐ŸŽ“ MIT 6.00X MOOC โ€” Introduction to CS and programming with Python, MOOC by MIT
  • ๐Ÿ†“๐ŸŽฅ Corey Schafer on Youtube โ€” Useful Youtube channel with plenty of good quality tutorials
  • ๐Ÿ†“ Python Names and Values Article & talk on Youtube about names, values, assignment, and mutability.

Culture

  • ๐Ÿ†“๐ŸŽ™ Talk Python to Me by Michael Kennedy โ€” A weekly discussion about a Python project you should know about, usually with their developers.

Go

Learning

Ruby

Search words: Ruby on Rails

Learning

Rust

Learning

  • ๐Ÿ†“ The Rust Book โ€” It contains pretty much everything you need to know about Rust.
  • ๐Ÿ†“ Rust By Example โ€” A nice tutorial for people who already know how to program.
  • ๐Ÿ†“ The Little Book of Rust Macros โ€” Everything you need to know about macros.
  • ๐Ÿ†“ Rust Documentation โ€” List of useful Rust documentations, such as: The Rust Language Reference & The standard library API.
  • ๐Ÿ†“ The Rustonomicon โ€” The Dark Arts of Advanced and Unsafe Rust Programming.
  • ๐Ÿ†“ Rustdoc Guide โ€” A short guide on rustdoc and how to use it.
  • ๐Ÿ†“ Awesome Rust โ€” A huge list of the best crates and tools you could possibly think of!
  • ๐Ÿ†“ Rust Books โ€” A collection of books related to Rust.
  • ๐Ÿ†“ Discovery โ€” An "introductory course" on microcontroller-based "embedded systems" using Rust.

Language Agnostic

Data Structures & Algorithms

Search words: DSA

Git

  • ๐Ÿ†“ Learn Git Branching โ€” Interactive introduction to Git branching and workflow
  • ๐Ÿ†“ Pro Git โ€” A start-to-finish book on how to use and understand Git.

Interviews

Machine Learning

Search words: ML

Networking

Open Source

Testing

A good test (by samwho):

  1. Tests functionality in your code, not the framework or language you're using.
  2. Tests for a single thing and a single thing only.
  3. Will not break when the implementation of what's being tested is changed.
  4. Does not depend on anything from the outside world, and leaves nothing behind when it's done.
  • ๐Ÿ’ฒ๐Ÿ“˜ Beautiful Testing โ€” A series of essays that break down testing as a philosophy, as a process, and as aided by good tools.

Podcasts

  • ๐Ÿ†“๐ŸŽ™ Programming Throwdown โ€” Every show covers a new programming language and assorted tech topics.
  • ๐Ÿ†“๐ŸŽ™ Coding Blocks โ€” Pragmatic talk about software design best practices: design patterns, software architecture, performance, object oriented programming, and more.
  • ๐Ÿ†“๐ŸŽ™ Coder Radio by Jupiter Broadcasting โ€” Weekly discussion about software development and related technologies.
  • ๐Ÿ†“๐ŸŽ™ Talk Python to Me by Michael Kennedy โ€” Interview podcast that brings on guests working on niche Python projects you should be aware of.
  • ๐Ÿ†“๐ŸŽ™ Simple Programmer by John Sonmez โ€” Straight talk about productivity and career development for software developers.
  • ๐Ÿ†“๐ŸŽ™ whiletruefm โ€” Fortnightly technology discussion podcast formed by ProgDisc users.

License

CC0

To the extent possible under law, the Programming Discussions community has waived all copyright and related or neighboring rights to this work by invoking CC0. Regrettably, the CC0 badge reads "Public Domain," but please don't hold that misnomer against our descendants before this document's copyright expires in the United States.

resources's People

Contributors

devoidfury avatar ecoerod avatar frostfire64 avatar heasummn avatar lavieestdure avatar lethargilistic avatar maxwenger avatar micwill007 avatar navrin avatar palatano avatar pfreema1 avatar rgoliveira avatar saethlin avatar samwho avatar sapein avatar spanfile 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.