Coder Social home page Coder Social logo

moha-96 / oxfordddd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swlaschin/oxfordddd

0.0 0.0 0.0 1.4 MB

One week Domain-Driven Design (“DDD”) course given as part of Software Engineering Programme at Oxford University

License: Apache License 2.0

F# 99.72% HTML 0.28%

oxfordddd's Introduction

Domain Driven Design - One Week Course

This is the git repository for the one week Domain-Driven Design (“DDD”) course given as part of Software Engineering Programme at Oxford University (website).

All documentation and code will be available via this repo. Please refresh and re-pull if the contents have changed.

Before the course starts:

  • Ensure your development environment is set up (see below)
  • Review the course outline
  • Please work through the prestudy material in the prestudy.md file.

Any questions, please contact me at scott(at)scottwlaschin.com


How to set up your development environment

We will be using F# as our development language. No prior experience with F# is needed -- the prestudy materials will cover the basics of using F# and I will explain everything else as we need it.

1. Please install the F# compiler and an F#-friendly editor

There are instructions at fsharp.org or Ionide.io

Installation instructions for F#:

For a known-to-be F#-friendly editor, I recommend:

  • Visual Studio Code (all platforms)
  • JetBrains Rider (all platforms)
  • Visual Studio (Windows and Mac).

I personally have not used Vim and Emacs for interactive coding in F#, but here are some links on how to use them:

If you would prefer not install on your local system, there are a number of ways to work on a remote VM or to develop in docker container, depending on your environment and editor. For example, VS Code has excellent support for remote development using SSH and for editing in a local docker container.

2. Clone or download this repo locally

If you already have git installed, you can use:

mkdir OxfordDDD
git clone https://github.com/swlaschin/OxfordDDD

If you don't have git installed, you can install it using these instructions. NOTE: we will not be using the features of git in the course, so installing it is not required (see below).

If you don't want to install git, you can download a zip file from the "code" button on the github website as shown in this screenshot:

3. Check that you can run F#

  • Open the code folder:
    • In VS Code, open the /src folder
    • In VisualStudio or JetBrains Rider, open the OxfordDDD.sln solution file, then "Solution Items"
  • Open 00-HelloWorld.fsx and follow instructions to check that F# is working

4. Open the prestudy material

Please work through the prestudy material in the prestudy.md file.


Directory Structure

The folders in this repository are laid out as follows

  • /src/ contains the code
  • /doc/ contains pdf documents
  • /slides/ contains the slides
  • /extra/ contains extra material not used in the course

oxfordddd's People

Contributors

swlaschin 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.