sebashack
I am a programmer who is on a quest for better ways of abstracting ideas and models to make software more scalable, performant and elegant.
DodrotuColombia
Pinned Repositories
cloud-haskell-chat
Chat server and client with Cloud Haskell
deep-learning-cnn-experiments
Some mini projects with pytorch and CNNs
easy-car
EasyCar project
haskellHTTP
An example of using a simple http client in haskell along with AESON
machine-learning-project
rust_algorithms
Robert Sedgewick's algorithms and data structures implemented in Rust.
rusty-mom
rusty_proxy
Another reverse proxy server in Rust.
SCalendar
Deprecated
servantRestfulAPI
This is an example of a RestfulAPI made with Servant Haskel and which integrates things like Persistent MySQL, ElasticSearch, JWT, etc...
sebashack's Repositories
sebashack/servantRestfulAPI
This is an example of a RestfulAPI made with Servant Haskel and which integrates things like Persistent MySQL, ElasticSearch, JWT, etc...
sebashack/haskellHTTP
An example of using a simple http client in haskell along with AESON
sebashack/JuicyPixelsAndPersistent
And example of using The Servant API framework along with JuicyPixels and Persistent
sebashack/EvalMonadExample
This is a simple example of producing parallelism with the Eval Monad and rpar.
sebashack/HTML-Free-Monad-Example
An example of Free Monads to create a simple DSL for HTML...
sebashack/parallelStreams
This is an example taken from Parallel and Concurrent Haskell about adding parallelism when working with Streams of data.
sebashack/signal-frp-playground
Examples where I play with PureScript and signal-frp
sebashack/ApplicativeTest
In this example I'm just using Test.QuickCheck.Checkers to test Applicative laws.
sebashack/CallbackHell
Some exercises which approach the callback hell problem with the ContT Monad.
sebashack/Connect-4
An implementation of the Connect-4 game in Haskell
sebashack/FunctorTest
Example of using QuickCheck to property-test some functor instances.
sebashack/haskellAesonExample
An example of using the haskell aeson library
sebashack/nodeJSApp
A simple web app in nodeJS with a search engine in Elastic Search
sebashack/Petrol-Pump
An example Petrol-Pump with the library purescript-signal
sebashack/playground
Messing around with ExpressJS and TypeScript
sebashack/SnapToyApp
An example of web application with the snap web framework.