• Stars
    star
    342
  • Rank 121,132 (Top 3 %)
  • Language
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of awesome Coding Bootcamps and websites to help you boost your career in Programming

Awesome Coding Camps Awesome

A curated list of awesome Coding Bootcamps and websites to help you boost your career in Programming

Contents

Free

This list aims to be a curated set of free high quality educational resources to learn how to program.

Paid

This list aims to be a curated set of paid high quality educational resources to learn how to program. If available the cost of each program is highlighted below each item.

  • Code Institute - Full stack Web developent Accredited bootcamp.
  • Vertabelo Academy - Focuses on SQL. Has some free plans. Prices start from $19 per course.
  • General Assembly - Focuses on HTML, CSS, Javascript. Prices start from $1,250 per course or £25 per event
  • Get Good At - Focuses on Ruby and Javascript. Prices start from $25 per month.
  • LaunchSchool - An online School for full stack development. Prices start from $199 per month.
  • Treehouse - Online courses and workshops in Software Engineering. Prices start from $25 for basic or $49 for pro plan per month.
  • Udacity - Online courses and nanodegrees.
  • HackerYou - Hands-on, project-based learning bootcamp. Prices start from $1,400 per course.
  • Educative - Interactive Courses for Software Developers. Prices start from $29 per course.
  • Hackages - Hackcamps, uplifting and hackday programs. Prices start from $800 per event.
  • Code Avengers - Learn online by doing Courses and Codecamps. Prices start from $29 per month.
  • The Cave of Programming - Online Courses on programming. Prices start from $29 per month.
  • ThinkFul - Online coding bootcamp with 1-on-1 mentorship. Prices start from $300 per month.
  • HackHands - Online service for mentorship, problem solving and pair programming.
  • ACADGILD - Learn the Latest Technologies from Experts with 24x7 Coding Support. Prices start from $600-750 per course.
  • Career Foundry - Online mentored courses. Prices start from $1,680 per course.
  • Coder Camps - Become a web developer in 12 weeks. Prices start from $9,900 per course.
  • Code Union - Become a Developer Without Putting Your Life on Hold. Prices start from $1500-3000 per 8 week course.
  • V School - Online Bootcamp. Prices start from $7000 per course.
  • Coding Dojo - Full stack web developmet Bootcamp. Prices start from $1500 a month.
  • Firehose - Has part or full-time programs combining expert 1-on-1 mentorship, and a customized curriculum. Prices start from $900-1000 a month.
  • Hack Reactor - Bootcamp. Prices start from $17780 per course.
  • RefactorU - Bootcamp with online options. Prices start from $250-850 per month.
  • Makers Academy - Europe's Web Developer bootcamp. Prices start from £4,000 per course.
  • SkillCrush - Online coding School. Prices start from $400 per course.
  • Viging Code School - Software Engineering bootcamp. Prices start from $11800 per course.
  • jsComplete - Interactive Tutorials and Workshops that are targeted towards Javascript Development. Prices start from $120 per course.
  • PluralSight - Online technology learning platform. Prices start from $29 per month.
  • Lynda - Learn new Skills online. Prices start from $14.5 per month.
  • Lambda School - Online Bootcamp. Prices start from $4500 per course.
  • Shaw Academy - Online Webinars and Courses. Prices start from €49.95 per month.
  • Code Fellows - Seattle Based Bootcamp. Prices start from $99 per course.
  • The Iron Yard - Traditional Bootcamp with online or in-campus course. Prices start from $900 per course.
  • Rithm School - Coding Camp that offers free and paind courses. Prices start from $99 per course.
  • Thinkster - In-depth online courses on web development. Prices start from $29 per month.
  • Learn Code the hard way - Some free some paid books with video tutorials. Prices start from $29 per book.
  • CloudAccademy - Online courses for Cloud Computing.
  • Scotch - Free and paid Online courses and tutorials.Prices start from $20 per month.
  • Flatiron School - Coding Bootcamp. Offers free and paid courses.
  • Galvanize - Traditional Coding Bootcamp. Prices start from $1499 per course.
  • Zenva - Learn to create games, apps and websites. Prices start from $49 per course.
  • Hackbright Accademy - Bootcamp for women. Prices start from $17000 per program.
  • Turing School - Traditional Bootcamp. Prices start from $20000 per program.
  • Le Reacteur - Full-Stack JavaScript Web & Mobile Bootcamp. Full-time and part-time programs start from €5.900 per session.

Other

Sites that act as metasearches of bootcamps.

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Theo Despoudis has waived all copyright and related or neighboring rights to this work.

More Repositories

1

go-heaps

Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
Go
92
star
2

awesome-scheme

A curated list of awesome Scheme resources and materials
65
star
3

stable-systems-checklist

An opinionated list of attributes and policies that need to be met in order to establish a stable software system.
47
star
4

codility-go

Solutions for the codility.com exercises in Go
Go
37
star
5

awesome-mentoring

A curated list of useful articles, books, videos and resources in order to excel as a great mentor.
37
star
6

blockingQueues

Simple, performant, goroutine safe queues, useful as resource pools or job queues.
Go
24
star
7

unionfind

An idiomatic implementation of a weighted Union Find data structure with path compression in Go.
Go
20
star
8

neutrino-preset-typescript

A Neutrino preset that supports building Typescript web applications
JavaScript
16
star
9

go-standard-library-by-example

Explore Go Awesome Standard library one module at the time
12
star
10

go-object-pool

Simple and efficient implementation of a generic Object Pool in Go
Go
11
star
11

flask-golang-grpc-example

An example platform integrating a flask client, a golang server with mongoDb and gRPC for communication
Python
10
star
12

guile-turtle

A simple example on how to embed Guile Scheme to C using a simple “Tortoise” graphics program
C
10
star
13

flask-envoy-docker-microservice

A simple tutorial how to setup a Flask microservice using https://www.envoyproxy.io Service mesh and Docker.
Python
10
star
14

practical-computer-networking

Practical Computer Networking Book - Master the Net 🕸️
9
star
15

go-blooms

Simple and efficient bloom filter implementations in Go
Go
8
star
16

go-calendly

go-calendly is a Go client library for accessing the Calendly API https://godoc.org/github.com/theodesp/go-calendly/calendly
Go
7
star
17

computer-science-for-javascript

A complete collection of useful data structures and algorithms in JavaScript
JavaScript
6
star
18

go-shuffled-queue

A priority queue that shuffles elements with the same priority. Written in Go and inspired by https://github.com/mafintosh/shuffled-priority-queue.
Go
6
star
19

find-port

FInd next available port in Go
Go
5
star
20

go-leetcode

Solutions and implementations of Leetcode problems in Go.
Go
5
star
21

go-twilio

The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/
Makefile
5
star
22

cache-line

Returns your current CPU cache line size in bytes
C++
4
star
23

codethat

CodeThat website
JavaScript
4
star
24

ts-node-starter

Opinionated Typescript Node starter
TypeScript
4
star
25

todolist-stencil

A simple Todo List app using Stencil.js.
TypeScript
4
star
26

todo-app-mobx

A simple example of a Todo App using React + Mobx
JavaScript
4
star
27

fetch-future

A fetch that returns Futures instead of Promises
JavaScript
4
star
28

packer-consul-nomad-terraform-example

Example using Packer + Terraform for Digital Ocean with Nomad, Consul
Shell
4
star
29

tech.io-getting-started-with-go

tech.io Coding playground about starting up with go
Go
4
star
30

alt-flow-react-example

An example project using http://alt.js.org/ with https://flowtype.org/, es6 on top of a https://github.com/facebookincubator/create-react-app platform.
JavaScript
3
star
31

aspoonfulofhome

A Django wagtail site for the aspoonfulofhome.com website
CSS
3
star
32

astro-wordpress-starter

JavaScript
3
star
33

chicken-scheme-alpine

The latest Chicken Scheme shell for docker on top of the latest Alpine Linux.
Dockerfile
3
star
34

guile-scheme-alpine

The latest Guile Scheme shell for docker on top of the latest Alpine Linux.
3
star
35

bdd-javascript

A starter kit for testing in BDD in Javascript
Gherkin
3
star
36

memcached-alpine

Memcached docker image using the latest Alpine Linux and managed by Supervisor
3
star
37

os-utils

A collection of documented utilities and programs for OS development
C
3
star
38

buildyourownlisp-zig

Build Your Own Lisp in Zig
Zig
3
star
39

thisless-deque

A simple deque implementation in Javascript without using the this keyword
JavaScript
3
star
40

interview-cake

Solutions to some of the https://www.interviewcake.com/ programming questions
Python
3
star
41

ansible-terraform

An example usage of Ansible and Terraform
HCL
2
star
42

kubernetes-cloud-patterns

Example cloud pattens using Kubernetes
Go
2
star
43

neutrino-preset-less

A Neutrino preset that adds support for less using the less-loader
JavaScript
2
star
44

go-how-i-start

How I start with go
Go
2
star
45

olympic-rankings

Sorts and displays the total metals won in the Beijing 2008 Olympics by country
JavaScript
2
star
46

myFirstAndroidApp

My first Android App
Kotlin
2
star
47

the-new-stack-writeups

Write-ups for TheNewStack
2
star
48

flow-test

Check flow works
JavaScript
2
star
49

phrase-app-python-i18n

An example python app that utilizes the gettext module
Python
2
star
50

hapijs-examples

Some example servers using https://hapijs.com/
JavaScript
2
star
51

kyt-starter

A simple starter boilerplate using Kyt
JavaScript
2
star
52

theodespoudis.me

This is my CV site theodespoudis.com
JavaScript
2
star
53

go-servers

A collection of HTTP servers in Go with a specific functionality.
Go
2
star
54

terraform-topologies

Reference terraform topologies for future deployments.
HCL
2
star
55

fcc-show-local-weather

Free Code Camp Assignment: Show Local Weather
JavaScript
2
star
56

FoodTracker

Example ios App (Swift)
Swift
2
star
57

cookiecutter-go-library

A simple, opinionated Cookiecutter template for a Go Library.
Makefile
2
star
58

dotfiles

A collection of my dotfiles
Emacs Lisp
2
star
59

fcc-quote-generator

Free Code Camp Assignment. Build a Random Quote Machine.
JavaScript
2
star
60

go-tries

Go tries implements several types of Trie data structures for experimental use.
Go
2
star
61

cookiecutter-vagrant-ansible

A simple Cookiecutter template for provisioning a vagrant machine with Ansible
Ruby
2
star
62

simply-scheme

Code solutions for the Simply Scheme book
Racket
2
star
63

django-weatherman

Djanog + React web app to show weather info on demand
Python
2
star
64

things-I-learned-while-opensourcing

Things I've learned while open-sourcing. Experience from the trenches.
2
star
65

cuid

Collision-resistant ids for Racket
Racket
2
star
66

saltstack-example

A Saltstack example using Vagrant and Docker.
HCL
2
star
67

haskell-how-i-start

How I start with haskell
Haskell
2
star
68

beanstalkd-alpine

Beanstalkd image using the latest Alpine Linux and managed by Supervisor
2
star
69

rollup-starter

Starter project using Rollup module bundler complete with livereload and postcss
JavaScript
2
star
70

gambit-scheme-ubuntu

The latest Gambit Scheme shell for docker on top of the latest Ubuntu Core.
2
star
71

rwact_quill_call_component

An example on how to emved videos in Quilljs editor
JavaScript
2
star
72

diary-rest-api-serverless-mongodb-python-apex

Serverless REST API diary app example using Python, AWS Lambda, MongoDB and Apex
Shell
2
star
73

emitter-mediator

Decouple your EventEmitter events from senders and receivers using a mediator.
JavaScript
2
star
74

kubernetes-on-azure-the-hard-way

Kubernetes the hard way but on Azure. No scripts.
2
star
75

go-dedupesort

A small function that takes an integer array, removes any duplicates and sorts the results
Go
2
star
76

fcc-wiki-viewer

Free code Camp Assignment: Wiki viewer
CSS
2
star
77

theodesp.github.io

This is my engineering blog.
HTML
2
star
78

phrase-app-nodejs-i18n

An example Node.js app that supports I18n using Express.js and Mustache.js
JavaScript
2
star
79

react-typescript-boilerplate-vscode

Boilerplate for React project with Typescript, ES6 compilation and hot code reloading working well with VScode
JavaScript
2
star
80

sima

Sima is a simple object to object or broadcast dispatching system for Go
Go
2
star
81

SICP-workbook

This is my workbook and exercise solutions for the legendary SICP Book
Racket
2
star
82

cookiecutter-go-server

A cookiecutter template for starting a new server in Go
Go
2
star
83

advent-of-code

My solutions to the advent of code exercises http://adventofcode.com/
JavaScript
2
star
84

deep-fallout

Recursively applies a callback to object properties that are functions or objects.
JavaScript
2
star
85

go-hackerrank

Solutions and implementations of hackerrank problems in Go.
Go
2
star
86

wundergraph-nextjs

Example project using wundergraph and next.js
TypeScript
1
star
87

typescriptdocs.com

1
star
88

leetcode-primer

Detailed and Well formed solutions for Leetcode problems
HTML
1
star
89

thecareproject.ie

thecareproject.ie website
JavaScript
1
star
90

silly-song-ios

Silly Song iOS app
Swift
1
star
91

u-merklele

Simple reference implementation of Merkle trees for general use.
Go
1
star
92

allaboutscala

Learn allaboutscala.com
Scala
1
star
93

remove-duplicates

Removes consecutive elements from a list in Racket/Sheme
Racket
1
star
94

go-server-starter

A basic go server stater application
Makefile
1
star
95

learning-haskell

Learning Haskell by example
Haskell
1
star
96

java-practice

Java
1
star
97

vflari.com

vflari.com website
1
star
98

jetpackComposeLayoutsApp

Jetpack Compose Layouts App
Kotlin
1
star
99

base62

Base62 encoding/decoding in Racket Scheme
Racket
1
star
100

projecto

Simple Project Management Dashboard
TypeScript
1
star