

Henry Ansah
SRE @Stanbic
Accra, Ghana
Henryansah083@gmail.com
Projects
Experience
Blogs
Note.js
Henry Ansah
vscode
javascript
react
frontend
extension
Note.js is a vscode extension that allows developers to quickly prototype their frontend projects in vscode.
React Native SHA
Henry Ansah
react native
c++
java
javascript
android
React Native SHA is a Blazing fast Secure Hash Algorithm solution for React Native with direct C++ bindings.
swc-webpack-minify
Henry Ansah
webpack
swc
plugin
terser
javascript
bundler
rust
Webpack plugin that utilizes the speed of the swc minifier (written in Rust) to generate optimized bundles for browsers.
Tikity
Henry Ansah
microservices
docker
kubernetes
next.js
redis
scalability
Tikity is a ticket reservation platform built with scalability in mind. It uses a microservice architecture.
Esbuild-plugin-babel-flow
Henry Ansah
esbuild
flow
babel
code transpilation
plugins
Esbuild-plugin-babel-flow uses babel's transform api and @babel/preset-flow to strip javascript code of flow type annotations .
parcel-transformer-hjson
Henry Ansah
parcel
code transpilation
plugin
hjson
json
readable
A Parcel plugin that allows developers to write json files as hjson (human-readable json) and import them in their javascript modules.
Sensor Fusion Kalman Filter
Henry Ansah
kalman filter
sensor fusion
perception
lidar
sensor
In this project, An Unscented Kalman Filter is used to estimate the state of multiple cars on a highway using noisy lidar and radar measurements.
Lidar Obstacle Detection
Henry Ansah
lidar
ransac
clustering
perception
pcl
In this project, we cluster and draw bounding boxes around obstacles in a sequence of lidar point cloud data using custom c++ algorithms and PCL