Open source

All software is distributed under MIT, these projects are for purely educational purpse.

Wikid Remix (frontend)

- homepage
The frontend of Wikid app, built using Remix and Node.js. The app is built to be like Discord but bringing nice features like SSR to optimise for SEO.Why did I build Wikid Chat? You can listen here on Soundcloud !
JavascriptNode.js
wikid-remix repo

Wikid API (backend)

- homepage
The backend of Wikid app, built using Go and MySQL, it provides a websocket server and REST api. The architecture is PubSub with a distributed queue for processing tasks.
GoMySQL
wikid-api repo

GitHub Issues (frontend)

- homepage
The frontend of GitHub issues sync, built using Remix and Node.js.
TypescriptNode.js
gh-issues repo

GitHub Issues (backend)

- homepage
Provides the backend REST API and websocket server for the issues sync. It listens to webhook events from GitHub to dispatch tasks on a queue to update the issues.
GoPostgres
gh-issues-sync repo

Search Spotify

A project to showcase a MVVM architecture in Swift (using UIKit & combine).
Swift
search-spotify repo