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!

  • ๐Ÿ‘‹ Iโ€™m Keith - Founder of ๐Ÿ‹ WhaleLogic "Engineering intelligent, cloud-native systems of the highest quality for seamless data flow, autonomous decision-making, and next-generation information capture." ๐Ÿณ
  • I'm interested in Philosophy and concepts such as Entropy, Human-Machine Interaction, the History of Humanity.
  • Lately I've been reviewing Algorithms and ML Models for particular use cases.
  • I design and implement efficient, broad use-case cloud solutions for small businesses and start-ups.

Technology

  • Golang
  • Python
  • Certified C++ Developer, AWS Solutions Architect, CompTIA Cloud+
  • AWS Cloud, MS Azure
  • 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.

About me

  • A.S. Computer Science - Cloud Computing ๐Ÿ‘จโ€๐ŸŽ“
  • B.S. Computer Science - Data Analyst
  • 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 ๐Ÿ„โ€โ™‚๏ธ
  • ๐ŸŽ–๏ธ US Army ๐Ÿช– Proudly served in the 1st Cav - 1-12 Regiment. ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ฎ๐Ÿ‡ถ
  • ๐Ÿ“ซ How to reach me: email me at [email protected] or [email protected]

Books I found most helpful or just interesting ๐Ÿ“—

  • The Go Programming Language
  • Programming Rust - O'Reilly
  • Data Structures - The fun way
  • C++ for Dummies
  • SuperIntelligence - Nick Bostrom (Interesting insights into philosphy and strategy of IS)
  • 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
  • Deep Learning for Coders with fastai and PyTorch โฉ

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

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