Pinned Repositories
blog-generator
static blog generator for my blog at https://zupzup.org/
calories
Calories Tracker for the Commandline
casbin-http-role-example
Example of role-based HTTP Authorization with casbin
golang-http-file-upload-download
A simple example of an HTTP upload and download in Go
mobc-lapin
RabbitMQ support for the mobc connection pool
rust-epoll-example
rust-peer-to-peer-example
An example for building a simple peer to peer application using Rust
smart-contracts-with-go
A simple example of how to deploy and interact with ETH smart contracts using Go
warp-websockets-example
Basic example using websockets with warp in Rust
woddle
An async, synchronized database-backed Rust job scheduler
zupzup's Repositories
zupzup/rust-redis-web-example
Example of Using Redis in a Rust Web Application
zupzup/markdown-code-highlight-go
example of highlighting code from a markdown source in pure go
zupzup/gitlab-push-and-mr
Rust CLI tool to push the current commits and create an MR in Gitlab
zupzup/golang-io-pipe
Examples leveraging golang's io.Pipe
zupzup/java-0-deps-webapp
Java Web Application without any dependencies
zupzup/ml-in-go-examples
Examples for my Blog-Series on Machine Learning in Go
zupzup/job-runner-example-rust
An example async job runner, which synchronizes via redis
zupzup/kotlin-webflux-example
kotlin-webflux-example
zupzup/rust-casbin-example
An example of using casbin within a rust web application
zupzup/kotlin-example-websockets
Example of using Kotlin to create a WebSockets API
zupzup/refinery-warp-example
An example showing DB migrations in a web app with refinery and warp
zupzup/rust-async-web-example
Asyncified Actix 1.0 Web App Example using Rust
zupzup/markdown-code-highlight-chroma
example of highlighting code from a markdown source in pure go with chroma
zupzup/frp-talk-examples
Examples for a talk on Functional Reactive Programming with RxJS
zupzup/kotlin-scrollingdemo
Demo of a scrolling endpoint for fetching huge amounts of data in an efficient way
zupzup/ftp-client
A rust FTP client implementation.
zupzup/grazjs-frp
RxJS example for my talk at grazJS
zupzup/HowToBeAProgrammer
A guide on how to be a Programmer - originally published by Robert L Read
zupzup/java8-trivial-sudoku-solver
A trivial Sudoku solver using just possibility elimination written in functional Java 8 using the stream API.
zupzup/JavaScript-Koans
javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.
zupzup/js-filediff-dojo
Basic implementation of a String diff in JS for a Coding Dojo
zupzup/minimal-react-webpack-babel-setup
The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app? Read this tutorial how to setup your own boilerplate project.
zupzup/ndarray-koans
Material for "ML Introduction to ndarray" workshop at RustFest 2019.
zupzup/oauth1test
Example of a Basic OAuth 1.0a Implementation in Rust for a blog post
zupzup/react-es6-browserify
Boilerplate for react, ES6 and browserify
zupzup/react-githubish-mentions
A wrapper for a textarea to offers autocomplete suggestions when triggered by @ or # or whatever
zupzup/react-mentions
@mention people in a textarea
zupzup/react-stub-context
Stub context for a component, to be used for testing purposes.
zupzup/react-workshop-playground
Playground app for our React Workshop
zupzup/rust-mockito-example
An example for using the mockito rust library for integration testing