An attempt to replicate the React Icons library but in Go and Templ . The library is generated and updated via Templicons generator on every push to the repo, all in a CI/CD pipeline. The library in action: Code on GitLab - Code on GitHub
A Telegram bot written in Go. It allows users to search the Quran with a margin of error in the search query by using the Levenshtein Distance algorithm. The bot need to its hosting to be refreshed pre use to ensure it’s online on the free hosting ( Render ). The Quran Search Telegram Bot screenshot Code - Demo
A URL shortener service written in Go with Fiber. It provides a simple web client based on it to shorten URLs and stores the shortened URLs in a SQLite database powered by Turso . ShURL also has simple in-memory caching implemented from scratch in pure Go. The ShURL service official client first screenshot The ShURL service official client second screenshot 🔴 Note The generated url in the demo is…
A dead simple tool built with Go to convert .vcf files exported from modern smartphones and modern applications to be compatible with old cellphones. It cuts the names to be no more than 20 bytes(for non ASCII characters, it do not keep unwanted half letters at the end if it can’t fit the whole letter in the 20 byte limit), and expands vCards with multiple phone numbers to multiple vCards…
The homeworks done through the semester for ISA(Intelligent Search Algorithms) practical labs. A simple CLI game built with Go, where the goal is to get the keys to the locks. You can choose a level and play it yourself, or choose an algorithm to solve it for you and then show you the steps that were performed along with some stats. It’s also possible to enter a custom level from the CLI…