Skip to content
View xWhaler's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report xWhaler

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
xWhaler/README.md

Welcome!

  • ๐Ÿ‘‹ Iโ€™m Keith - Founder of ๐Ÿ‹ WhaleNet Labs - A Cloud-Native Systems Design Company in Connecticut, USA. ๐Ÿณ
  • Iโ€™m interested in research, devops, systems design and utility applications.
  • I design and implement efficient, broad use-case cloud solutions for small businesses and start-ups.
  • Data aggregation, pipeline and processing with vector databases and agents is helping users understand the underappreciated or undermined data.
  • My solutions can locate and transform unstructured, undermined data and information into profits ๐Ÿ’ธ.

Skills and Stack

  • Golang
  • Python
  • C++
  • AWS Cloud -- Network, Database, Lambdas, etc.
  • Software Design and Development
  • Research, Analysis and predictions with Tensorflow, Pytorch
  • Database Development - SQL and NoSQL, Redis, DynamoDB
  • gPRC, HTTP/2, Websockets and Unix Socket programming
  • Data pipelines and Agentic tools - ingestion, tokenization, embedding, vectors, etc.

About me

  • A.S. Computer Science - Cloud Computing ๐Ÿ‘จโ€๐ŸŽ“
  • B.S. Computer Science - Global Information Systems (Expected 2025)
  • In the coming years my goal is to secure a Masters degree in Software Development. ๐Ÿš€
  • โšก Fun fact: I enjoy reading historical non-fiction and surfing ๐Ÿ„โ€โ™‚๏ธ

  • My passion is developing Information Systems and API's as solutions to inefficient data collection and processing operations. My solutions aim to create a more robust, efficient and reliable system that can be deployed across a variety of use cases.

  • ๐ŸŽ–๏ธ US Army ๐Ÿช– Proudly served in the 1st Cav - 1-12 Regiment. ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ฎ๐Ÿ‡ถ

  • ๐Ÿ“ซ How to reach me: email me at CamelByte@proton.me or thomsonk2@southernct.edu

Books I found helpful

  • The Go Programming Language
  • Programming Rust - O'Reilly
  • Data Structures - The fun way
  • C++ for Dummies
  • SuperIntelligence - Nick Bostrom
  • Designing Data Intensive Applications
  • Clean Code - Great book outlining best practices and concepts to help you write High Quality Code!
  • Network Programming with Go
  • Python for Data Science (dummies)
  • Pocket Bash Guide

    Lots of free resources like Pythonds - Runestone Academy https://runestone.academy/ns/books/published/pythonds/index.html

Pinned Loading

  1. Go-Data-Structures Public

    Implementations and examples of data structures, algorithms, generic functions and more - all in Golang.

    Go

  2. Natural-Systems-Simulations Public

    Exploring the complexities of natural systems by visualizing laws of physics, the universe, and more with P5.js and Matter.js

    JavaScript

  3. OpenCV-PyTorch-Object-Detection Public

    Object detection scripts, programs and more using Python's PyTorch and OpenCV packages.

    Python 2

  4. Python-Data-Structures Public

    Python-dsa holds coursework and projects from CSC-212 Data Structures at Southern CT University.

    HTML

  5. Vue-Dashboard-API-monitor Public

    UI for API developement and testing. Hook up your own data sources.

    Vue 1

  6. A script to convert mysql dumps to a...
    1
    import re
    2
    import sys
    3
    import sqlite3
    4
    import sqlparse
    5
    from pathlib import Path