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

๐Ÿ‹ WhaleLogic โ˜๏ธ

Secure, cloud-native solutions for small businesses and smart homes

At WhaleLogic, we integrate data, networks, and cloud applications into practical, intelligent systems. From securing homes with smart devices to enabling small businesses with modern infrastructure, our mission is to make advanced technology accessible, reliable, and secure.

What We Do

  • ๐Ÿ–ฅ๏ธ Networks & Hardware โ€“ Configure hardware, network routing, and hybrid systems for homes and small businesses.

  • ๐Ÿ“Š Data Pipelines & BI โ€“ Transform raw data into insights for business intelligence, knowledge bases, and advanced decision-making.

  • ๐Ÿค– AI & Agents โ€“ Build retrieval-augmented generation (RAG) pipelines, intelligent agents, and data-driven automations.

  • ๐Ÿ” APIs & Security โ€“ Design secure REST/GraphQL APIs and cloud-native services with end-to-end security.

  • ๐Ÿ‘ฎ 24/7 browser-based Security Camera Feed. Management Dashboard with object detection.

  • โ„น๏ธ Keep your data locally or go completely cloud-native! ๐Ÿ˜ถโ€๐ŸŒซ๏ธ

  • ๐Ÿ  Smart Homes โ€“ Full-stack smart home integration for Amazon Home e.g. Ring, Eero

  • ๐Ÿ” Smart locks & Google Nest Integration

  • ๐Ÿ’ก Sensor lighting & IoT automation, Smart Environment Control

  • ๐ŸŽฅ Surveillance cameras & NAS storage

  • ๐Ÿ“ก Data Capture โ€“ Deploy systems that collect, process, and secure data from devices, sensors, and applications.

  • ๐Ÿ•ด๏ธ Small Business โ˜๏ธ Cloud Applications

  • ๐Ÿง  Smart Home Security, IoT & Automation

  • ๐Ÿ’ป Hardware + Networking Integration

๐Ÿ‘จโ€๐Ÿ’ป Founder

Keith Thomson (@WhalerLogic) โ€” Army Veteran, Computer Science student, and builder of cloud-native systems, smart home integrations, and secure data pipelines.

Technology and Skills ๐Ÿฅž

  • Golang
  • Python
  • Docker
  • Kubernetes
  • Amazon Web Services
  • Google Cloud Platform
  • Wireguard
  • TCP, UNIX, HTTP/2, gRPC, Protobuf
  • OpenCV, PyTorch for Object Detection
  • 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.
  • Machine Learning Models - Train/Test, Fine-tuning, RAG Agents, MCP Servers, RNN and CNN ๐Ÿง 

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