ryanstull
My name is Ryan and I am currently working as a data engineer at @ImpactInc. Passionate about Scala and distributed computing.
Impact Tech, Inc.New York City
ryanstull's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
trimstray/the-book-of-secret-knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
sveltejs/svelte
web development for the rest of us
openai/whisper
Robust Speech Recognition via Large-Scale Weak Supervision
dair-ai/Prompt-Engineering-Guide
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
Kong/insomnia
The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
milessabin/shapeless
Generic programming for Scala
apache/avro
Apache Avro is a data serialization system.
deephacks/awesome-jvm
A curated list of awesome loosely performance related JVM stuff. Inspired by awesome-python.
jline/jline3
JLine is a Java library for handling console input.
scalalandio/chimney
Scala library for boilerplate-free, type-safe data transformations
com-lihaoyi/scalatags
ScalaTags is a small XML/HTML construction library for Scala.
raquo/Laminar
Simple, expressive, and safe UI library for Scala.js
merklefruit/SaaS4Devs
Awesome collection of content for developers trying to bootstrap their SaaS
sksamuel/avro4s
Avro schema generation and serialization / deserialization for Scala
stanch/reftree
Automatically generated diagrams and animations for Scala data structures
roscopeco/jasm
A JVM assembler for the modern age
magro/kryo-serializers
More kryo serializers
catid/supercharger
Supercharge Open-Source AI Models
raquo/Airstream
State propagation and event streams with mandatory ownership and no glitches
julianpeeters/avrohugger
Generate Scala case class definitions from Avro schemas
kitlangton/animus
An FRP animation library for Laminar
softwaremill/maven-badges
A node.js implementation of https://github.com/jirutka/maven-badges, originally created in ruby.
swoop-inc/spark-records
Bulletproof Apache Spark jobs with fast root cause analysis of failures.
adpi2/scala3-full-stack-example
A full-stack Scala 3 application
wanqizhu/mtg-python-engine
Python Engine for card game Magic the Gathering: aiming to replicate the Comprehensive Rules.
kredel/java-algebra-system
Java Algebra System (JAS) Project
PlasmaPower/orv-privacy
An example cryptosystem to add amount privacy while being able to reveal sums of commitments (representative weights)
McKalvan/SCRAPI
S-Mach/s_mach.datadiff
s_mach.datadiff is an open-source data difference engine for Scala. Implementations of the DataDiff type-class are provided which can compute the difference between all data types, Option, Set, Seq, and Map and all tuple classes. An implementation for any case case class (or other type that can be represented as a struct type) can be generated at compile-time by the mkDataDiff macro method. The difference between any two instances is stored as a patch type, which can be user-defined per type. Patches can be applied to instances of the original type to propagate computed changes. All provided DataDiff implementations are 100% strongly-typed and use absolutely no runtime reflection.