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

Block or report whaleLogic

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
whaleLogic/README.md

Welcome to the ๐Ÿณ WhaleLogic Repo!

  • ๐Ÿ‘‹ Iโ€™m Keith - A Cloud Solutions Architect, Programmer, military veteran and Founder of WhaleLogic ๐Ÿ‹ An IT Services company.

  • I'm interested in building cloud-native microservices, Data pipelines and reliable REST API's. Recently, I began exploring GraphQL and Protobuf.

  • Lately I've began matching datasets and ML models and algorithms for particular use cases. I plan on sharing a trained model soon on HuggingFace.co/dontslamthedoor.

๐Ÿ‹ WhaleLogic ใ€ฐ๏ธ designs, installs and administers a variety of efficient and reliable cloud solutions for smart homes, small businesses, and start-ups. These software and hardware solutions process data and network traffic in a private, reliable way and lets users easily control their own data.

Services include browser-based 24/7 camera feeds with no subscription, smart sensor lighting, and smart home device setup. All data stays on-premises, with NAS storage for video and AI-powered alerts like object detection.

Technology and Skills ๐Ÿฅž

  • Golang
  • Python
  • Docker
  • Kubernetes
  • Amazon Web Services
  • Google Cloud Platform
  • Wireguard
  • TCP, UNIX, HTTP/2, gRPC, Protobuf
  • Certified C++ Developer, AWS Solutions Architect, CompTIA Cloud+
  • Software Design and Development, Data and Information Strategy ๐Ÿง‘โ€๐Ÿš€, Project Management
  • Research, Analysis and predictions with Tensorflow, Pytorch
  • API & Database Development - MonogoDB, PostgreSQL, Redis, GraphQL, Parquet
  • Data pipelines and Agentic tools - ingestion, tokenization, embedding, vectors, etc.

Certifcations ๐Ÿ”

  • C++ Developer
  • CompTIA A+
  • AWS Cloud Practitioner
  • AWS Developer

๐Ÿซ Education and Military Service ๐Ÿช– ๐Ÿ‡บ๐Ÿ‡ธ

  • A.S. Computer Science - Cloud Computing ๐Ÿ‘จโ€๐ŸŽ“
  • B.S. Computer Science - Information Systems
  • ๐ŸŽ–๏ธ US Army ๐Ÿช– Proudly served in the 1st Cav - 1-12 Regiment. ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ฎ๐Ÿ‡ถ
  • In the coming years my goal is to secure a Masters degree in Software Development. ๐Ÿš€

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

Interesting Books ๐Ÿ“—

  • The Go Programming Language
  • Programming Rust - O'Reilly
  • Data Structures - The fun way
  • The Nature of Code - Simulating Natural Systems
  • SuperIntelligence - Nick Bostrom (Insights into philosphy and ethics of humanity coexisting with superintelligent systems)
  • Nexus - A brief history of Information Networks from the Stone Age to AI Yuval Noah Harari
  • Designing Data Intensive Applications
  • Clean Code - Great book outlining best practices and concepts
  • Network Programming with Go
  • Python for Data Science
  • C++ for Dummies
  • Deep Learning for Coders with fastai and PyTorch โฉ

Pinned Loading

  1. Go-Data-Structures Go-Data-Structures Public

    Example data structures, algorithms, generic functions and more from the Go standard library.

    Go

  2. Natural-Systems-Simulations 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 OpenCV-PyTorch-Object-Detection Public

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

    Python 2

  4. Python-Data-Structures 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 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... A script to convert mysql dumps to an sqlite file.
    1
    import re
    2
    import sys
    3
    import sqlite3
    4
    import sqlparse
    5
    from pathlib import Path