Skip to content

Instantly share code, notes, and snippets.

@calogxro
Last active July 18, 2023 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calogxro/ad612c52d2a84cc8479ff0e8ff4de242 to your computer and use it in GitHub Desktop.
Save calogxro/ad612c52d2a84cc8479ff0e8ff4de242 to your computer and use it in GitHub Desktop.

Side projects

Q&A Service (2022)

A service that exposes a REST API which allows to create, update, delete and retrieve answers as key-value pairs.

Tech: Go, REST, MongoDB, EventStoreDB, Docker, Kubernetes

Design Patterns: CQRS, Event Sourcing

Source

CQRS and Event Sourcing in Go (2022)

Go version of the code in the article CQRS and Event Sourcing in Java.

Tech: Go

Source

BrisGolang (2021)

Go implementation of the game of Briscola.

Tech: Go, WebSockets, Docker, Amazon EC2, Amazon ECS

Source

Sugar (2021)

Tool for rapid web UI prototyping using a virtual server backed by a Service Worker.

Example application: Decaffeinated

Tech: JavaScript, Service Worker API

Source

Caffeinated (2021)

ToDo app made with Vue.js to sample Caffeine MVB (Minimum Viable Backend).

Tech: JavaScript, Vue.js

Source

ClickLog-NG (2021)

Based on clickLog.js and using AngularJS.

Tech: JavaScript, AngularJS

Demo

WR-Search (2020)

Firefox extension for WordReference.

Tech: JavaScript, Chrome APIs, Web Storage API

Extension's page

Guess.ts (2020)

Anatomy of a game in TypeScript.

Tech: TypeScript

Source

AWS Contact form (2019)

A serverless contact form for static websites using AWS.

Tech: JavaScript, AWS SES (Simple Email Service), Serverless Framework

Source

ClickLog (2018)

An experiment with localstorage and Date in JavaScript.

Tech: JavaScript

Source

Briscola.py (2018)

Python implementation of the game of briscola.

Tech: Python

Tic-tac-toe.py (2018)

Simple implementation of the "Xs and Os" game in Python.

Tech: Python

Source

Briscola.js MP (2017)

Multiplayer version of Briscola.js.

Tech: JavaScript, React.js, Node.js, Socket.IO

Briscola.js (2015)

A JavaScript implementation of the game of briscola (italian trick-taking card game).

Tech: JavaScript, React.js, Minimax algorithm

Source

Demo

Auth lib (2015)

Simple PHP authentication library (sign-in, log-in, password reset) for CodeIgniter.

Tech: PHP, CodeIgniter, MySQL

Beengol (2013)

A prototype of an Instagram-like website for photo sharing: with feed, posts likes, posts comments, users profiles, authentication.

Tech: PHP, CodeIgniter, MySQL, HTML, CSS, JS, AJAX, JQuery, FB Login, FB APIs

WordCount (2009)

Web scraper I used to estimate the distribution of the words on the Web.

Tech: Java, Apache Tomcat, JSP, Servlet, HTML, Java Applet, MySQL, Gnuplot, R

Jianoo (2006)

An inventory and invoicing software for a small business.

Tech: Java, AWT/Swing, JDBC, PostgreSQL, JasperReports, iReport, Netbeans IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment