Index

I am Elias and this is my webpage. Thanks for stopping by!

About me:

Backend developer focused mainly in Java, Python and Go

Languages: Java, C#, Python, Golang, JavaScript
Technologies: Terraform, Docker, Ansible, Bash, Git, Jenkins, Maven, Kubernetes
Frameworks: Gin, React, Spring boot, Spring, ASP.NET
Databases: SQL Server, MySQL, PostgreSQL, SSIS, Elasticsearch, MongoDB
Cloud Providers: Oracle Cloud, AWS

Some projects

Personal email server:

  • Private working email server for the domain mail.eliasmanj.io with SSL configured for personal use
  • More details Setting an email webserver

Self-hosted metasearch engine server with Searx:

  • Private metasearch engine with customized plugins and engines
  • Working search instance that can be accessed using a domain over HTTPS
  • Customized functionality for blocking Wikipedia and mainstream media search results
  • More details Creating a self-hosted metasearch engine with Searx

Screencast from 24-05-24 16_01_12.gif

Triangular arbitrage engine for Bitso

  • This is an automatic trading script using Triangular Arbitrages. It checks and detects arbitrage opportunities from the Bitso exchange, and places orders if there is an arbitrage opportunity. You can configure which currency pairs to run the script
  • Written in Python3
  • Using the grequests library for asynchronous requests to the Bitso API
  • More details Creating an arbitrage bot with Bitso API

Limit Order Book implementation in Go

  • Basic implementation of an orderbook matching engine for limit orders written in Go
  • Support for Market, FillOrKill, FillAndKill, and GoodTilCancelled order types
  • Simple API for creating and checking Bids and Asks
  • More details Creating an orderbook in Go

example.gif

Budget Tracking Dashboard

  • Interactive Finance Dashboard project for personal use
  • Developed using Python, Pandas and Bokeh
  • Parses csv and excel files from bank transaction history
  • Processes expenses based on custom tags and keywords
  • Filter expenses based on date and tag
  • More details

recording.gif