All Projects → CompositionalIT → Safe Dojo

CompositionalIT / Safe Dojo

An introductory dojo to learn how to develop full stack web applications in F#

Programming Languages

fsharp
127 projects

Labels

Projects that are alternatives of or similar to Safe Dojo

Safe stl
A safe version of STL
Stars: ✭ 17 (-93.8%)
Mutual labels:  safe
Micro
🏎Fast diffing and type safe SwiftUI style data source for UICollectionView
Stars: ✭ 77 (-71.9%)
Mutual labels:  safe
parquet2
Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
Stars: ✭ 157 (-42.7%)
Mutual labels:  safe
red-alert
Israeli Pikud Haoref missile detection API
Stars: ✭ 21 (-92.34%)
Mutual labels:  safe
safe-json-stringify
A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.
Stars: ✭ 51 (-81.39%)
Mutual labels:  safe
db-safedelete
Attempts to invoke force delete, if it fails - falls back to soft delete
Stars: ✭ 16 (-94.16%)
Mutual labels:  safe
Ataraxia
Simple and lightweight source-based multi-platform Linux distribution with musl libc.
Stars: ✭ 226 (-17.52%)
Mutual labels:  safe
Drona
Drona is a programming framework for building safe robotics systems
Stars: ✭ 26 (-90.51%)
Mutual labels:  safe
SAFE.Simplified
A lightweight alternative template of SAFE for happy cross-IDE full-stack F# development
Stars: ✭ 97 (-64.6%)
Mutual labels:  safe
gologger
A concurrent, fast queue/service worker based filesystem logging system perfect for servers with concurrent connections
Stars: ✭ 16 (-94.16%)
Mutual labels:  safe
safe-core-sdk
Software developer tools that facilitate the interaction with the Safe contracts and services.
Stars: ✭ 93 (-66.06%)
Mutual labels:  safe
Hemmelig.app
Keep your sensitive information out of chat logs, emails, and more with encrypted secrets.
Stars: ✭ 183 (-33.21%)
Mutual labels:  safe
SafeObject
IOS崩溃异常的处理,防止数组越界,字典空值处理
Stars: ✭ 84 (-69.34%)
Mutual labels:  safe
fast-decode-uri-component
Fast and safe decodeURIComponent
Stars: ✭ 22 (-91.97%)
Mutual labels:  safe
safe-marked
Markdown to HTML using marked and DOMPurify. Safe by default.
Stars: ✭ 31 (-88.69%)
Mutual labels:  safe
Steno
Specialized fast async file writer
Stars: ✭ 236 (-13.87%)
Mutual labels:  safe
safe-rules
详细的C/C++编程规范指南,由360质量工程部编著,适用于桌面、服务端及嵌入式软件系统。
Stars: ✭ 425 (+55.11%)
Mutual labels:  safe
xtra
🎭 A tiny actor framework
Stars: ✭ 111 (-59.49%)
Mutual labels:  safe
HackTheBox-Writeups
No description or website provided.
Stars: ✭ 94 (-65.69%)
Mutual labels:  safe
safe-typeorm
TypeORM helper library enhancing safety in the compilation level
Stars: ✭ 160 (-41.61%)
Mutual labels:  safe

SAFE Dojo

This self-study repository is designed to allow you to experience the SAFE stack based on a ready-made application that you can build on top of. It will take around 90 minutes for you to complete if you have no experience in any of these technologies.

The master branch has the "incomplete" solution; please read the instructions.md for a guide on completing this dojo to learn all about the SAFE Stack and F#. There is a "completed" version in the suggested-solution branch.

Prerequisites

Running the app

  1. If this is your first time starting the app, run dotnet tool restore.
  2. Run dotnet fake build to launch the application. If you're in VS Code, you can also hit F5 to build and run the application.

If using Visual Studio, do NOT attempt to build the solution directly in VS. Instead you must use dotnet fake build to compile and run the application.

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