GithubHelp home page GithubHelp logo

nclairesays / baldwinpark-code-and-coffee Goto Github PK

View Code? Open in Web Editor NEW

This project forked from learnteachcode/code-coffee-compendium

0.0 0.0 0.0 879 KB

resource compendium by the Baldwin Park study group

License: MIT License

baldwinpark-code-and-coffee's Introduction

baldwinpark-code-and-coffee MIT License PRs Welcome

Interactive tutorials

Name Description Requirements

Codecademy

Free coding classes in 12 different programming languages including Python, Java, JavaScript (jQuery, AngularJS, React.js), Ruby, SQL, and Sass, as well as markup languages HTML and CSS.

Browser & Internet

NodeSchool

Workshops that teach web software skills with Node.js.

Command-line, Node.js, & a Text-Editor

Exercism

Coding exercises, with test-driven development (TDD) style workflow, on 48 different programming languages.

Command-line, Node.js, & a Text-Editor

OverTheWire

Test your Command Line skills here!

Command-line & Internet

Ethernaut

A Web3/Solidity based wargame, inspired by OverTheWire, played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'.

Browser & Internet

CryptoZombies

Learn to code Ethereum dApps by building your own game.

Browser & Internet

golang

A Tour of Go, the Google scripting language. If you want to run the tutorial locally, first install Go then run:

$ brew install go
$ cat >> .bashrc << 'EOF'
$ export GOPATH="${HOME}/go"
$ export GOROOT="$(brew --prefix golang)/libexec"
$ export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"
$ EOF
$ source .bashrc
$ go get golang.org/x/tour/gotour
$ gotour

Browser & Internet

PostgreSQL

An interactive SQLBox for you to follow along and play with writing queries. The SQLBox takes your input and runs it against a live PostgreSQL database that Chartio is hosting.

Browser & Internet

hackthebox

Hack The Box is an online platform allowing you to test your penetration testing skills and exchange ideas and methodologies with thousands of people in the security field. Click below to hack our invite challenge, then get started on one of our many live machines or challenges.

Browser (with Javascript console) & Internet


baldwinpark-code-and-coffee's People

Contributors

capsulecorplab avatar collincates avatar cynful avatar tried42long 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.