Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by theodesp
A curated list of projects in awesome lists by theodesp .
https://github.com/theodesp/go-heaps
Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
2-3-heap data-structures fibonacci-heap go heaps leftlist-heap pairing-heap rank-pairing-heap skew-heap treap
Last synced: 15 Nov 2024
https://github.com/theodesp/stable-systems-checklist
An opinionated list of attributes and policies that need to be met in order to establish a stable software system.
architecture continuous-delivery continuous-integration fault-tolerance reliability-engineering security
Last synced: 19 Oct 2024
https://github.com/theodesp/codility-go
Solutions for the codility.com exercises in Go
codility-solutions exercises golang
Last synced: 19 Oct 2024
https://github.com/theodesp/blockingqueues
Simple, performant, goroutine safe queues, useful as resource pools or job queues.
arrays blocking-queue data-structures golang-library resource-pool
Last synced: 19 Oct 2024
https://github.com/theodesp/unionfind
An idiomatic implementation of a weighted Union Find data structure with path compression in Go.
algorithms data-structures golang union-find
Last synced: 19 Oct 2024
https://github.com/theodesp/neutrino-preset-typescript
A Neutrino preset that supports building Typescript web applications
Last synced: 08 Nov 2024
https://github.com/theodesp/go-standard-library-by-example
Explore Go Awesome Standard library one module at the time
blog golang standard-library tutorial
Last synced: 19 Oct 2024
https://github.com/theodesp/go-object-pool
Simple and efficient implementation of a generic Object Pool in Go
design-patterns golang object-pool resource-pool
Last synced: 19 Oct 2024
https://github.com/theodesp/practical-computer-networking
Practical Computer Networking Book - Master the Net 🕸️
computer-network computer-science lab-exercises network-programming networking open-ended software-defined-networks
Last synced: 19 Oct 2024
https://github.com/theodesp/flask-golang-grpc-example
An example platform integrating a flask client, a golang server with mongoDb and gRPC for communication
docker docker-compose example-project flask golang grpc microservice mongodb
Last synced: 19 Oct 2024
https://github.com/theodesp/guile-turtle
A simple example on how to embed Guile Scheme to C using a simple “Tortoise” graphics program
c guile scheme-language turtle
Last synced: 19 Oct 2024
https://github.com/theodesp/flask-envoy-docker-microservice
A simple tutorial how to setup a Flask microservice using https://www.envoyproxy.io Service mesh and Docker.
docker docker-compose docker-machine envoy flask-application microservice
Last synced: 19 Oct 2024
https://github.com/theodesp/go-blooms
Simple and efficient bloom filter implementations in Go
bloom-filter data-structures probabilistic-data-structures
Last synced: 19 Oct 2024
https://github.com/theodesp/go-calendly
go-calendly is a Go client library for accessing the Calendly API https://godoc.org/github.com/theodesp/go-calendly/calendly
Last synced: 19 Oct 2024
https://github.com/theodesp/go-shuffled-queue
A priority queue that shuffles elements with the same priority. Written in Go and inspired by https://github.com/mafintosh/shuffled-priority-queue.
golang priority-queue queue random set
Last synced: 19 Oct 2024
https://github.com/theodesp/go-leetcode
Solutions and implementations of Leetcode problems in Go.
Last synced: 19 Oct 2024
https://github.com/theodesp/packer-consul-nomad-terraform-example
Example using Packer + Terraform for Digital Ocean with Nomad, Consul
consul digitalocean nomad packer terraform
Last synced: 19 Oct 2024
https://github.com/theodesp/go-twilio
The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/
Last synced: 19 Oct 2024
https://github.com/theodesp/tech.io-getting-started-with-go
tech.io Coding playground about starting up with go
exercises golang technology tutorial
Last synced: 19 Oct 2024
https://github.com/theodesp/todolist-stencil
A simple Todo List app using Stencil.js.
stenciljs todolist-application typescript web-components
Last synced: 19 Oct 2024
https://github.com/theodesp/react-vs-nextjs-auth
Compare React vs Next.j auth
Last synced: 19 Oct 2024
https://github.com/theodesp/todo-app-mobx
A simple example of a Todo App using React + Mobx
css3 enzyme example-project jest mobx-react react todoapp webpack3
Last synced: 19 Oct 2024
https://github.com/theodesp/ts-node-starter
Opinionated Typescript Node starter
Last synced: 19 Oct 2024
https://github.com/theodesp/guile-scheme-alpine
The latest Guile Scheme shell for docker on top of the latest Alpine Linux.
alpine-linux docker guile scheme
Last synced: 19 Oct 2024
https://github.com/theodesp/memcached-alpine
Memcached docker image using the latest Alpine Linux and managed by Supervisor
alpine-linux docker memcached supervisord
Last synced: 19 Oct 2024
https://github.com/theodesp/chicken-scheme-alpine
The latest Chicken Scheme shell for docker on top of the latest Alpine Linux.
alpine-linux chicken-scheme docker scheme
Last synced: 19 Oct 2024
https://github.com/theodesp/bdd-javascript
A starter kit for testing in BDD in Javascript
bdd cucumberjs javascript starter-kit tdd
Last synced: 19 Oct 2024
https://github.com/theodesp/buildyourownlisp-zig
Build Your Own Lisp in Zig
Last synced: 31 Oct 2024
https://github.com/theodesp/thisless-deque
A simple deque implementation in Javascript without using the this keyword
datastructures deque exercises javascript this
Last synced: 19 Oct 2024
https://github.com/theodesp/clerk-rbac
A comprehensive guide and code examples for implementing Role-Based Access Control (RBAC) in web applications using Clerk, a user authentication and permissions management platform.
Last synced: 19 Oct 2024
https://github.com/theodesp/interview-cake
Solutions to some of the https://www.interviewcake.com/ programming questions
algorithm-challenges algorithms-implemented interview programming
Last synced: 31 Oct 2024
https://github.com/theodesp/os-utils
A collection of documented utilities and programs for OS development
Last synced: 31 Oct 2024
https://github.com/theodesp/emitter-mediator
Decouple your EventEmitter events from senders and receivers using a mediator.
eventemitter events mediator rxjs
Last synced: 31 Oct 2024
https://github.com/theodesp/advent-of-code
My solutions to the advent of code exercises http://adventofcode.com/
Last synced: 31 Oct 2024
https://github.com/theodesp/fcc-wiki-viewer
Free code Camp Assignment: Wiki viewer
fcc-frontend mercury-js wikipedia-api
Last synced: 31 Oct 2024
https://github.com/theodesp/sicp-workbook
This is my workbook and exercise solutions for the legendary SICP Book
functional-programming lisp programming scheme sicp-book
Last synced: 31 Oct 2024
https://github.com/theodesp/hapijs-examples
Some example servers using https://hapijs.com/
Last synced: 19 Oct 2024
https://github.com/theodesp/deep-fallout
Recursively applies a callback to object properties that are functions or objects.
Last synced: 31 Oct 2024
https://github.com/theodesp/things-i-learned-while-opensourcing
Things I've learned while open-sourcing. Experience from the trenches.
knowledgebase opensource pragmatic
Last synced: 31 Oct 2024
https://github.com/theodesp/sima
Sima is a simple object to object or broadcast dispatching system for Go
broadcast-reciever dispatcher golang-library object-to-object signalling
Last synced: 31 Oct 2024
https://github.com/theodesp/theodespoudis.me
This is my CV site theodespoudis.com
Last synced: 31 Oct 2024
https://github.com/theodesp/the-new-stack-writeups
Write-ups for TheNewStack
best-practices blog experts learning the-new-stack writeups
Last synced: 31 Oct 2024
https://github.com/theodesp/simply-scheme
Code solutions for the Simply Scheme book
racket-lang scheme simply-scheme
Last synced: 31 Oct 2024
https://github.com/theodesp/theodesp.github.io
This is my engineering blog.
Last synced: 31 Oct 2024
https://github.com/theodesp/kyt-starter
A simple starter boilerplate using Kyt
boilerplate es6-javascript expressjs kyt webpack
Last synced: 19 Oct 2024
https://github.com/theodesp/cookiecutter-go-library
A simple, opinionated Cookiecutter template for a Go Library.
cookiecutter-template golang library opinionated template-project
Last synced: 19 Oct 2024
https://github.com/theodesp/diary-rest-api-serverless-mongodb-python-apex
Serverless REST API diary app example using Python, AWS Lambda, MongoDB and Apex
apex api lambda-functions mlab mongodb python rest-api serverless
Last synced: 19 Oct 2024
https://github.com/theodesp/cookiecutter-vagrant-ansible
A simple Cookiecutter template for provisioning a vagrant machine with Ansible
ansible boilerplate-application cookiecutter-template provisioning vagrant
Last synced: 19 Oct 2024
https://github.com/theodesp/ansible-terraform
An example usage of Ansible and Terraform
ansible digitalocean example terraform
Last synced: 19 Oct 2024
https://github.com/theodesp/go-dedupesort
A small function that takes an integer array, removes any duplicates and sorts the results
Last synced: 19 Oct 2024
https://github.com/theodesp/go-hackerrank
Solutions and implementations of hackerrank problems in Go.
go hackerrank hackerrank-solutions practice-programming
Last synced: 19 Oct 2024
https://github.com/theodesp/phrase-app-python-i18n
An example python app that utilizes the gettext module
gettext i18n localization phraseapp python
Last synced: 19 Oct 2024
https://github.com/theodesp/dotfiles
A collection of my dotfiles
bashrc dotfiles emacs-configuration spacemacs zshrc
Last synced: 19 Oct 2024
https://github.com/theodesp/phrase-app-nodejs-i18n
An example Node.js app that supports I18n using Express.js and Mustache.js
awilix consolidate example-project expressjs i18n i18n-node mustache-js nodejs
Last synced: 19 Oct 2024
https://github.com/theodesp/rwact_quill_call_component
An example on how to emved videos in Quilljs editor
Last synced: 31 Oct 2024
https://github.com/theodesp/kubernetes-on-azure-the-hard-way
Kubernetes the hard way but on Azure. No scripts.
azure kubernetes-deployment step-by-step tutorial
Last synced: 19 Oct 2024
https://github.com/theodesp/kubernetes-cloud-patterns
Example cloud pattens using Kubernetes
azure cloud-computing kubernetes patterns
Last synced: 19 Oct 2024
https://github.com/theodesp/rollup-starter
Starter project using Rollup module bundler complete with livereload and postcss
es6-boilerplate eslint gulp livereload postcss rollup rollup-example starter-template
Last synced: 19 Oct 2024
https://github.com/theodesp/fcc-quote-generator
Free Code Camp Assignment. Build a Random Quote Machine.
bulma-css freecodecamp mithril random-quote-machine
Last synced: 19 Oct 2024
https://github.com/theodesp/saltstack-example
A Saltstack example using Vagrant and Docker.
confi docker docker-compose learning-by-doing saltstack vagrant
Last synced: 19 Oct 2024
https://github.com/theodesp/fcc-show-local-weather
Free Code Camp Assignment: Show Local Weather
freecodecamp jquery ractivejs weather-app wing-css
Last synced: 19 Oct 2024
https://github.com/theodesp/beanstalkd-alpine
Beanstalkd image using the latest Alpine Linux and managed by Supervisor
alpine-linux beanstalkd docker supervisord
Last synced: 19 Oct 2024
https://github.com/theodesp/gambit-scheme-ubuntu
The latest Gambit Scheme shell for docker on top of the latest Ubuntu Core.
docker gambit-scheme schema ubuntu-core
Last synced: 19 Oct 2024
https://github.com/theodesp/neutrino-preset-less
A Neutrino preset that adds support for less using the less-loader
Last synced: 19 Oct 2024
https://github.com/theodesp/go-tries
Go tries implements several types of Trie data structures for experimental use.
Last synced: 19 Oct 2024
https://github.com/theodesp/cookiecutter-go-server
A cookiecutter template for starting a new server in Go
boilerplate cookiecutter-template golang http-server
Last synced: 19 Oct 2024
https://github.com/theodesp/terraform-topologies
Reference terraform topologies for future deployments.
aws infrastructure-as-code terraform
Last synced: 19 Oct 2024
https://github.com/theodesp/react-hook-state-management
React Hooks Typescript State Management Examples
examples react react-hooks state-management typescript
Last synced: 19 Oct 2024
https://github.com/theodesp/wp-fire
Quick and easy Wordpress installations using the latest technologies
docker docker-compose easy-to-use terraform wordpress
Last synced: 19 Oct 2024
https://github.com/theodesp/jetpackcomposelayoutsapp
Jetpack Compose Layouts App
Last synced: 31 Oct 2024
https://github.com/theodesp/u-merklele
Simple reference implementation of Merkle trees for general use.
algorithms datastructures go golang-library merkel-tree
Last synced: 19 Oct 2024
https://github.com/theodesp/typescript-practice
Algorithmic Challenges in Typescript
Last synced: 31 Oct 2024
https://github.com/theodesp/go-hackerearth
Practicing Hackerearth with Go
go golang hackerearth programming
Last synced: 19 Oct 2024
https://github.com/theodesp/vagrant-dev
Simple vagrant development environment.
development-environment golang python vagrant
Last synced: 19 Oct 2024
https://github.com/theodesp/bisect
Package bisect implements common bisection algorithms in Go
Last synced: 19 Oct 2024
https://github.com/theodesp/binpack
Binpack encoding in Golang
binpack encoding golang golang-library serialization
Last synced: 19 Oct 2024
https://github.com/theodesp/memwatch
Trips with an event when the runtime memory usage of the process is over the limit and exits after a while.
Last synced: 19 Oct 2024
https://github.com/theodesp/creative-art-fair-limerick
Website for the Creative Art Fair Limerick
bootstrap4 css html5 netlify static-website website
Last synced: 19 Oct 2024
https://github.com/theodesp/creative-scala
Learning Scala with Creative Scala
learning-by-doing scala tutorial
Last synced: 19 Oct 2024
https://github.com/theodesp/essential-scala
Working through the Essential Scala Book
learning learning-by-doing scala
Last synced: 19 Oct 2024
https://github.com/theodesp/jetpackcomposenavigationapp
Jetpack Compose Navigation App
Last synced: 31 Oct 2024
https://github.com/theodesp/golangdocs.com
GolangDocs.com website - for Golang, using Golang
community-driven community-project docker documentation go reference
Last synced: 19 Oct 2024
https://github.com/theodesp/cookiecutter-swift-library
A simple, opinionated Cookiecutter template for a Swift Library.
Last synced: 19 Oct 2024
https://github.com/theodesp/wundergraph-nextjs
Example project using wundergraph and next.js
Last synced: 31 Oct 2024
https://github.com/theodesp/go-invariant
A way to provide descriptive errors in development but generic errors in production for go programs.
Last synced: 19 Oct 2024
https://github.com/theodesp/kotlin-competitive-programming
Competitive Programming Practice in Kotlin
Last synced: 31 Oct 2024