I'm Aceix, an ever-learning extraordinary engineer and designer.
Big fan of motorsports 🏎️🏍️🏁 and open-source software 👨💻😎!
-
With my skills in TypeScript and Go, I am helping to develop a wiregaurd-based VPN platform that securely connects computers located around the globe and over the insecure internet, with great ease. Check it out here => Netmaker
-
I developed 12factor-compliant microservices for a PoC trading engine with Java Spring boot which communicated via SOAP, REST, PubSub and Message Queue. To facilitate easy testing, integration and deployment, I also built CI/CD pipelines with Github Actions.
Tech:
Java Spring boot
,Heroku
,GitHub Actions
,Postgres
,Angular
-
I built a multitenant healthcare platform frontend with Vue, using Vuex for state management, whiles strictly following the MVVM model. The web application featured WebRTC for telemedicine support, WebSockets for live update of patient EMR and appointments data. I optimised the load times with Webpack code splitting. I implemented Role-based Access Control (RBAC) on the frontend, to show authorised users what is relevant and enabled to them. I also worked on deploying the app on AWS S3 and CloudFront edge locations for better load times.
Tech:
Vue
,Vuex
,JavaScript
,AWS CloudFront
,AWS S3
,Figma
-
I have built microservices and deployed them with Terraform to an Azure infrastructure that handle scales to handle varying workloads. I have also setup monitoring for the services with Datadog. I helped build the GUI in Angular. Unlike other project where I usually use ORMs, I learnt to write performant SQL queries. I also got familiar with the CQRS pattern, amongst other code design patterns such as Builder, Factory, Singleton and Command.
Tech:
Java
,Angular
,Microsoft SQL Server
,SQL
,Terraform
,Azure
,Datadog
-
I have also worked on other projects where I gained substantial experience in
React
,React Native
,Go
,Electron
,IoT
,Blockchain/Web3.0
. Some projects are:- Regulus (https://regulus.finance/)
- GoFiber Docs (https://gofiber.io/)
- Gofer (https://gofer.com.gh/)
- Youdle (https://github.com/Aceix/youdle)
- Rescript (https://github.com/Aceix/rescript)
- FeelBetter Health (https://feelbetter.health/)
- UniSalad (https://www.unisalad.com/)
I dabble with Web Security
, Systems Architecture
, Machine Learning
when less busy. Leetcoding is a dying hobby i might revive.
Although I love Vue and Go 😊, I pick the right tool for a task, considering things like community, maintainability and ease of use.
package main
import "fmt"
func main() {
fmt.Println("The quieter you become, the more you are able to hear...")
}