// oh simple things where have you gone
const person = { type: "Engineer", skills: [ "Backend", "Python", "Go" ], keepsLearning: true, };
// fmt.Println("Hey there");
// oh simple things where have you gone
const person = { type: "Engineer", skills: [ "Backend", "Python", "Go" ], keepsLearning: true, };
// fmt.Println("Hey there");
My Solutions to Leetcode problems. All solutions support C++ language.
Production level Golang api boilerplate using go,mysql and clean architecture pattern.
Go
A very brief event driven system demo with Kafka and Python
Python 2
A simulated log monitoring service that show case real time data pipeline and bulk insert on PostgreSQL database to achieve high throughput
Python