Here are some of my projects.
It is a powerful tool designed to simplify your app configuration by loading environment variables seamlessly at runtime by simply passing generic type of your struct.
Stack : Go
SketchIt is a collaborative whiteboard that lets you draw your ideas and collaborate in realtime with your mates.
Stack : Flutter, Dart, Serverpod, BLOC
It is a platform to add all your favourite dependencies using a single command.
Stack : Flutter, Dart, Netlify
An android application to streamline task management and enhance your productivity.
Stack : Flutter, Dart, Appwrite, Riverpod
A mobile application for taking short notes on your mobile phone.
Stack : Flutter, Dart, Riverpod, Firebase cloud firestore, Firebase authentication
Websocket based chat application backend written in Go and Pub/Sub(without any package). It uses Redis for caching and MongoDB for storing messages.
Stack : Go, Redis, GoFiber, MongoDB
It is a CLI based text chat bot to answer your questions powered with Gemini-Pro."
Stack : Go, urfave/cli, Gemini-Pro
It is a URL shortener service written in Go. It uses MongoDB for storing the URLs.
Stack : Go, MongoDB, GoFiber
It is REST API to compress images. It uses Go and libvips for compressing the images.
Stack : Go, bimg, libvips, GoFiber
It is a REST service written in Go to validate email addresses. On giving email to the service , it responses back with all the MX, SPF, DMARC records if email exists.
Stack : Go
It is a REST service written in Go to get DNS records for a domain.
Stack : Go