Skip to content
View KyleSmith19091's full-sized avatar

Block or report KyleSmith19091

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KyleSmith19091/README.md

Hi There

module Profile = struct
 type Kyle =
   | Developer of Backend
   | Researcher of Systems
   | Speciality of Data * Hard Problems
   | Person of Developer * Researcher * Speciality

I have been inputting text into a computer so that it can do cool stuff since I was 12. Currently working full-time as a software-engineer. Programming to me is a way of staying sane in a world which I find to be crazy and weird.

Technologies and Tools

Comfortable 🔧

Go Rust C++

Exposed 🔧

Python Typescript

Tools & Technologies 💻

React MySQL MongoDB Docker Kubernetes

Some Number Stuff 🧮

Find Me On

Pinned Loading

  1. KNearestNeighbourFromScratch KNearestNeighbourFromScratch Public

    MNIST handwritten digits classifier, implemented from scratch using Eigen

    C++ 1

  2. SpringSearch SpringSearch Public

    An in-memory text search engine that is durable and persistent

    Go 2

  3. Beautiful-Soup-CPP Beautiful-Soup-CPP Public

    Beautiful soup inspired program for extracting data from HTML documents.

    C++ 2 3

  4. Perimeter-fence-constructor Perimeter-fence-constructor Public

    This project is inspired by the Lost in Space series, this is an implementation of the algorithm for their perimeter fence system.

    JavaScript 1

  5. BitManip BitManip Public

    This is a header only library for common bit manipulation and other operations using constexpr and some bit manipulation techniques to provide a low overhead and efficient interface.

    C++ 1

  6. KeyValueStore KeyValueStore Public

    Implementation of a Key Value Store Protocol for NoSQL

    C++ 2