I'm Bryant Conquest
Senior Software Engineer @ ShadowDragon
I am a Computer Science graduate (December 2020) from the University of Alabama passionate about high-performance computing, operating systems, and developing network services. I enjoy all aspects of computer science especially backend engineering. Outside of programming I enjoy baking, and playing disc-golf.
BSc Computer Science
Aug 2017 - Dec 2020
🌐
Developed a high-performance, RFC 1034/1035 compliant recursive DNS system from scratch using Go.
git: https://git.kiri.systems/kiri/alky
🌏
D.IP is a tool that provides an API and web interface for checking if an IP address originates from a popular data center range, such as those operated by Apple, Google, Hetzner, or Vultr. Using authoritative data sources, it offers valuable context on IP address ranges, helping network administrators and security professionals verify the legitimacy of IP addresses.
git: https://git.sr.ht/~blu/dip
📡
A lightweight Content Delivery Network (CDN) application designed to interact with an S3-like API, specifically utilizing Backblaze B2 as its cloud storage backend. Includes functionalities such as health checks, metrics tracking, cache management, and asset handling.
git: https://git.sr.ht/~blu/artemis
An elementary cellular automaton is a computational system that operates on a one-dimensional array of binary cells. It utilizes predefined rules to determine the state of each cell based on its own state and the state of its immediate neighbors, offering insights into complex systems and computational theory.
git: https://github.com/BConquest/automata/tree/master/eca
ReserveRec is a Flutter application designed for reserving courts at recreational facilities, providing a user-friendly interface for easy booking and scheduling of sports activities. The application offers cross-platform support for both Android and iOS, making it accessible to a wide range of users.
git: https://github.com/BConquest/ReserveRec
7️⃣
YAPL (Yet Another Prime Library) is a collection of commands to test and get prime numbers.
git: https://github.com/BConquest/yapl