Thanks to visit codestin.com
Credit goes to github.com

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 เฒ„

โญ Veteran Systems Developer & Cloud Engineer โญ


๐Ÿปโ€โ„๏ธ Motto

โ€œSlow is Smooth, Smooth is Fast...

๐ŸŒŠ About Me

๐Ÿฆ‰ I design and develop Cloud-Native Scalable Solutions for small businesses and B2B Operations.

๐Ÿ”Ž Focus:

  • โŒจ๏ธ Functional and Network Programming
  • ๐Ÿงช Data Pipelines
  • ๐Ÿ›ฉ๏ธ IoT, Edge Devices, Remote solutions
  • ๐Ÿ“ฐ Information Systems for Finance & eBusiness
  • ๐Ÿซง Micro-Services Architecture
  • ๐Ÿง  Nueral Networks, Machine Learning and AI

Managed cloud hosting services are provided through my company, WhaleLogic LLC

๐Ÿ› ๏ธ Tools and Languages ๐Ÿ—ฃ๏ธ

Go linux Python Docker js GraphQL hugo AWS typescript vue

  • ๐Ÿฆค Terraform
  • ๐Ÿซ MongoDB, Redis, MySql
  • ๐Ÿ Tailwind and Material UI
  • ๐ŸŒ Django and FastAPI
  • ๐Ÿ‹ Gin and Echo
  • ๐Ÿฆ Gorilla Mux
  • ๐Ÿฆฉ Hugo
  • ๐Ÿงฌ TCP/UDP/gRPC

๐ŸŽ† 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 Expected this Spring
  • ๐ŸŽ–๏ธ US Army Veteran ๐Ÿช– 1st Cav ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ฎ๐Ÿ‡ถ

๐Ÿ“ซ How to reach me: email me at [email protected] or [email protected]

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
  • 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-Programming Go-Programming Public

    ๐Ÿ“š Learn to code in Go! This repo covers data structures, algorithms, web, database and network programming concepts, mostly implemented via 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