Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 02 Oct 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: 02 Oct 2024

https://github.com/theodesp/codility-go

Solutions for the codility.com exercises in Go

codility-solutions exercises golang

Last synced: 02 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: 02 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: 02 Oct 2024

https://github.com/theodesp/neutrino-preset-typescript

A Neutrino preset that supports building Typescript web applications

neutrino typescript webpack2

Last synced: 01 Oct 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: 02 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: 02 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: 02 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: 02 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: 02 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: 02 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

calendly go

Last synced: 02 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: 02 Oct 2024

https://github.com/theodesp/go-leetcode

Solutions and implementations of Leetcode problems in Go.

go leetcode

Last synced: 02 Oct 2024

https://github.com/theodesp/find-port

FInd next available port in Go

go

Last synced: 02 Oct 2024

https://github.com/theodesp/go-twilio

The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/

go twillio

Last synced: 02 Oct 2024

https://github.com/theodesp/cache-line

Returns your current CPU cache line size in bytes

cache cpu-cache cpuinfo node node-gyp

Last synced: 02 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: 02 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: 02 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: 02 Oct 2024

https://github.com/theodesp/codethat

CodeThat website

hugo hugo-theme website

Last synced: 02 Oct 2024

https://github.com/theodesp/ts-node-starter

Opinionated Typescript Node starter

boilerplate node typescript

Last synced: 02 Oct 2024

https://github.com/theodesp/fetch-future

A fetch that returns Futures instead of Promises

assert fetch futures mocha monad

Last synced: 02 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: 02 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: 02 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: 02 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: 02 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: 02 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: 02 Oct 2024

https://github.com/theodesp/todolist-stencil

A simple Todo List app using Stencil.js.

stenciljs todolist-application typescript web-components

Last synced: 02 Oct 2024

https://github.com/theodesp/os-utils

A collection of documented utilities and programs for OS development

os

Last synced: 02 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: 02 Oct 2024

https://github.com/theodesp/ansible-terraform

An example usage of Ansible and Terraform

ansible digitalocean example terraform

Last synced: 02 Oct 2024

https://github.com/theodesp/neutrino-preset-less

A Neutrino preset that adds support for less using the less-loader

less neutrino webpack2

Last synced: 02 Oct 2024

https://github.com/theodesp/deep-fallout

Recursively applies a callback to object properties that are functions or objects.

callback deep recursive

Last synced: 02 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: 02 Oct 2024

https://github.com/theodesp/myfirstandroidapp

My first Android App

Last synced: 02 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: 02 Oct 2024

https://github.com/theodesp/cuid

Collision-resistant ids for Racket

cuid racket

Last synced: 02 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: 02 Oct 2024

https://github.com/theodesp/fcc-wiki-viewer

Free code Camp Assignment: Wiki viewer

fcc-frontend mercury-js wikipedia-api

Last synced: 02 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: 02 Oct 2024

https://github.com/theodesp/rwact_quill_call_component

An example on how to emved videos in Quilljs editor

Last synced: 02 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: 02 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: 02 Oct 2024

https://github.com/theodesp/terraform-topologies

Reference terraform topologies for future deployments.

aws infrastructure-as-code terraform

Last synced: 02 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: 02 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: 02 Oct 2024

https://github.com/theodesp/foodtracker

Example ios App (Swift)

ios-app ios-swift swift4

Last synced: 02 Oct 2024

https://github.com/theodesp/theodespoudis.me

This is my CV site theodespoudis.com

cv skills static-site

Last synced: 02 Oct 2024

https://github.com/theodesp/go-hackerrank

Solutions and implementations of hackerrank problems in Go.

go hackerrank hackerrank-solutions practice-programming

Last synced: 02 Oct 2024

https://github.com/theodesp/haskell-how-i-start

How I start with haskell

haskell stack starter

Last synced: 02 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: 02 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: 02 Oct 2024

https://github.com/theodesp/simply-scheme

Code solutions for the Simply Scheme book

racket-lang scheme simply-scheme

Last synced: 02 Oct 2024

https://github.com/theodesp/go-how-i-start

How I start with go

golang

Last synced: 02 Oct 2024

https://github.com/theodesp/kubernetes-cloud-patterns

Example cloud pattens using Kubernetes

azure cloud-computing kubernetes patterns

Last synced: 02 Oct 2024

https://github.com/theodesp/go-tries

Go tries implements several types of Trie data structures for experimental use.

data-structures golang trie

Last synced: 02 Oct 2024

https://github.com/theodesp/advent-of-code

My solutions to the advent of code exercises http://adventofcode.com/

Last synced: 02 Oct 2024

https://github.com/theodesp/go-dedupesort

A small function that takes an integer array, removes any duplicates and sorts the results

go

Last synced: 02 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: 02 Oct 2024

https://github.com/theodesp/kyt-starter

A simple starter boilerplate using Kyt

boilerplate es6-javascript expressjs kyt webpack

Last synced: 02 Oct 2024

https://github.com/theodesp/dotfiles

A collection of my dotfiles

bashrc dotfiles emacs-configuration spacemacs zshrc

Last synced: 02 Oct 2024

https://github.com/theodesp/theodesp.github.io

This is my engineering blog.

Last synced: 02 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: 02 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: 02 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: 02 Oct 2024

https://github.com/theodesp/hapijs-examples

Some example servers using https://hapijs.com/

examples hapijs nodejs server

Last synced: 02 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: 02 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: 02 Oct 2024

https://github.com/theodesp/projecto

Simple Project Management Dashboard

Last synced: 02 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: 02 Oct 2024

https://github.com/theodesp/qlik-demo

Demo application using the Qlik Core Platform

docker-compose example-project qlik qlik-c tutorial

Last synced: 02 Oct 2024

https://github.com/theodesp/creative-scala

Learning Scala with Creative Scala

learning-by-doing scala tutorial

Last synced: 02 Oct 2024

https://github.com/theodesp/kotlin-debug-docker

Simple Kotlin Debug Environment via InteliiJ IDEA

debug docker example intellij kotlin

Last synced: 02 Oct 2024

https://github.com/theodesp/silly-song-ios

Silly Song iOS app

ios-app swift

Last synced: 02 Oct 2024

https://github.com/theodesp/advanced-scala

Working through the Advanced Scala Book

cats learning-by-doing scala

Last synced: 02 Oct 2024

https://github.com/theodesp/thecareproject.ie

thecareproject.ie website

Last synced: 02 Oct 2024

https://github.com/theodesp/binpack

Binpack encoding in Golang

binpack encoding golang golang-library serialization

Last synced: 02 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: 02 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.

go memory-management

Last synced: 02 Oct 2024

https://github.com/theodesp/angular-es6-mobx-flux-example

A sample app featuring Flux and Angular 1.5 es6 with mobx

angular es6 flux mobx punkapi webpack yarn

Last synced: 02 Oct 2024

https://github.com/theodesp/vflari.com

vflari.com website

Last synced: 02 Oct 2024

https://github.com/theodesp/fizzbuzz-scheme

fizzbuzz in scheme

fizzbuzz racket scheme

Last synced: 02 Oct 2024

https://github.com/theodesp/exercism

Solutions to problems from exercism.io

exercism-exercises exercism-solutions

Last synced: 02 Oct 2024

https://github.com/theodesp/jetpackcomposebasicapp

Jetpack Compose Basic App

Last synced: 02 Oct 2024

https://github.com/theodesp/go-server-starter

A basic go server stater application

docker go server starter starter-kit

Last synced: 02 Oct 2024

https://github.com/theodesp/jetpackcomposelayoutsapp

Jetpack Compose Layouts App

Last synced: 02 Oct 2024

https://github.com/theodesp/remove-duplicates

Removes consecutive elements from a list in Racket/Sheme

racket scheme

Last synced: 02 Oct 2024

https://github.com/theodesp/kotlin-competitive-programming

Competitive Programming Practice in Kotlin

Last synced: 02 Oct 2024

https://github.com/theodesp/shapeless-scala

Working through the Shapeless Scala Book

learning-by-doing scala shapeless

Last synced: 02 Oct 2024

https://github.com/theodesp/cookiecutter-swift-library

A simple, opinionated Cookiecutter template for a Swift Library.

cookiecutter library swift

Last synced: 02 Oct 2024

https://github.com/theodesp/essential-scala

Working through the Essential Scala Book

learning learning-by-doing scala

Last synced: 02 Oct 2024

https://github.com/theodesp/jetpackcomposenavigationapp

Jetpack Compose Navigation App

Last synced: 02 Oct 2024