All Projects → futurice → clojure-workshop

futurice / clojure-workshop

Licence: MIT license
Basic Clojure training material for a one day workshop

Programming Languages

clojure
4091 projects
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to clojure-workshop

guide-to-becoming
แหล่งรวบรวมข้อมูลสำหรับคนที่อยากจะพัฒนาตัวเองในด้านต่างๆจากผู้เริ่มต้นสู่ระดับเทพ
Stars: ✭ 23 (-17.86%)
Mutual labels:  workshop, guide
Choo Handbook
🚂✋📖 - Learn the choo framework through a set of exercises
Stars: ✭ 266 (+850%)
Mutual labels:  workshop, guide
Docker Workshop
Docker workshop
Stars: ✭ 174 (+521.43%)
Mutual labels:  workshop, guide
guidelines
📒 Guidelines on random topics I have learnt so far
Stars: ✭ 27 (-3.57%)
Mutual labels:  guide
pythonworkshops
Materials for Python workshops
Stars: ✭ 28 (+0%)
Mutual labels:  workshop
workshop
React Workshop
Stars: ✭ 13 (-53.57%)
Mutual labels:  workshop
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-3.57%)
Mutual labels:  guide
CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
Stars: ✭ 557 (+1889.29%)
Mutual labels:  guide
gis-for-geoscientists
Repository for "GIS for Geoscientists" workshop series. This repo contains data, protocols, outputs, lectures, and resources used the workshop. Course taught by Nicholas Barber. Available for future booking upon request! Contact me ([email protected]) for a quote.
Stars: ✭ 19 (-32.14%)
Mutual labels:  workshop
theia-workshop
Theia Workshop - Building Cloud and Desktop IDEs
Stars: ✭ 38 (+35.71%)
Mutual labels:  workshop
touchdesigner-summit-2019-external-python
No description or website provided.
Stars: ✭ 35 (+25%)
Mutual labels:  workshop
lambdajam
Workshop on Program Transformations
Stars: ✭ 22 (-21.43%)
Mutual labels:  workshop
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (+103.57%)
Mutual labels:  workshop
hackthebox
Notes Taken for HTB Machines & InfoSec Community.
Stars: ✭ 286 (+921.43%)
Mutual labels:  guide
Python-Guide-for-Beginners
A guide for Beginners in Python to refer
Stars: ✭ 47 (+67.86%)
Mutual labels:  guide
The-Stata-Guide
Files for the Stata Guide on Medium https://medium.com/the-stata-guide
Stars: ✭ 105 (+275%)
Mutual labels:  guide
futurerestore-guide
A project covering the process of using Futurerestore to upgrade, downgrade, re-restore to an unsigned iOS firmware.
Stars: ✭ 14 (-50%)
Mutual labels:  guide
awesome-backend
🚀 A curated and opinionated list of resources (English & Russian) for Backend developers | Структурированный список ресурсов для изучения Backend разработки
Stars: ✭ 826 (+2850%)
Mutual labels:  guide
node-express-reddit-clone
Build a Node, Express and MySQL-based clone of Reddit for DecodeMTL web development bootcamp
Stars: ✭ 28 (+0%)
Mutual labels:  workshop
windows-sucks
How to survive in Windows world (as a developer who loves unix)
Stars: ✭ 85 (+203.57%)
Mutual labels:  guide

Clojure Workshop

Sponsored License: MIT

A Clojure workshop intended for Clojure beginners. Participants are not required to have any prior experience with Clojure.

The workshop materials are intended to guide participants through the whole language and eco system, from theory to deploying an actual web application. The goal of this workshop is to have a person, with no prior knowledge about Clojure, fully capable of writing production ready Clojure after one day.

The workshop has successfully been organized in:

  • Futurice Helsinki
  • Futurice Munich

Prerequisite

Java

Version 1.8.0 or higher The command: java -version should output: [...] version "1.8.0_XXX"

Lein

Lein Version 2.9.1 or higher The command: lein -v should output: Leiningen 2.9.1 on Java 1.8.0_XXX [...]

Nightcode

Nightcode

Workshop set up

The workshop is split into 6 sections

  1. Introduction in Clojure
  2. Basic Development - REPL
  3. Backend Programming
  4. Frontend Programming with Clojurescript and Reagent
  5. Database (Extra credit)
  6. Deploying (Extra credit)

License

MIT License

Copyright (c) 2019 Futurice

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].