Things I’ve worked on over the years.

I’ve worked on many projects both during college and after. Besides my job I always like to have a few smaller tasks. Here you can see some of the things where I gave my interest to turn out well.

  • Solar Society

    I am the founder and developer of Solar Society, a platform for Non-fungible tokens trading, representing the land in a city builder game. I developed everything in detail, from the creation of smart contracts and their testing, to the implementation of the frontend part, using different technologies, among the most important are Solidity and NextJS. It runs on the Polygon blockchain and it is currently in beta version.

    solarsociety-beta.com

  • CTF

    C.T.F – Credit Trade & Financing is a web based credit processing system implemented in one of the biggest banks in the Middle East (Saudi Arabia, Malaysia, Kuwait and Jordan). I developed new products, realizing everything from backend to frontend, creating databases, tests and production deployment

    Al-Rajhi Bank

  • Ixia Fabric Controller

    Client-server web application that eases the user’s ability to configure and monitor the devices in their network. Contributed to the project by upgrading the classic technologies used by the company, from JDBC to Hibernate Persistence and Spring Framework.

    Keysight

  • VCS (Version Control System)

    The program (Java) had to support a minimum set of UNIX commands to create, modify and delete files, and a set of VCS commands to save the current file system status like: commit, checkout, branch, status, log, and rollback.

  • Parallel Fast Fourier Transform

    A parallel version of the Fast Fourier Transform algorithm, scalable with the number of threads, using C - Pthread API. The project focused on recursion unrolling and data dependencies, using thread-local auxiliary variables to reduce thread lock contention.