This is a list of small and interesting projects I worked on over the years, on my free time. I hope you find them interesting!
The projects below are purely personal and are in no way associated with my current & past employers.
This is a list of small and interesting projects I worked on over the years, on my free time. I hope you find them interesting!
The projects below are purely personal and are in no way associated with my current & past employers.
Minict is a minimal container runtime written in Go. It was made mainly for learning purposes and is intended to be as simple as possible. Check it out on Github: https://github.com/johnyrose/minict Its main intention is to be easily understandable to anyone who wishes to read its code and see what goes into running containers in famous runtimes such as Containerd and full container-running platforms like Docker. I made it after becoming familiar with Docker and Kubernetes, aiming to achieve 2 main things: ...
This is a small Python project that generates a minimalistic news site from Reddit posts. Check it out on Github: https://github.com/johnyrose/reddit-news A Static hosted demo can be found here. And yes, this was made before Gen AI made it super easy Background The project uses 3 external APIs to achieve the generated news site: Reddit API (Using the Praw library) to get posts from Reddit URLMeta To extract display images from the links in the posts ExtractorAPI To extract the article text from the links in the posts The used website template is based on News-journal by Andrea Dall’Ara. ...