Skip to content
View tbal999's full-sized avatar

Organizations

@xiatechs
Block or Report

Block or report tbal999

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
tbal999/README.md
some of the stuff I do:

- Golang:
	- Decoupled design [interfaces / objects / factories]
	- Building generic solutions that are extremely fast & efficient
	- Debugging (Delve)

- K8s & Docker:
	- I can build fully functional production ready k8s environments on multi-VPS solutions.
	- the stack is: Taskfile, Docker, Kustomize, Helm, Kapp, Git and Go.
	- You can use any k8s cluster you want. Minikube. Kind. k3s. k0s. GKE. EKS. It doesn't matter. I use k0s.

- Testing:
	- Localstack for AWS for end to end testing
	- end to end / integration / unit tests
	
- Git:
	- Github actions
	- Trunk based development
	- Git flow development
	
- Terraform:
	- Creating module patterns for simplicity
	- Creating cloud infrastructure

- Cloud architecture:
	- Architectural diagrams [draw.io / plantuml]
	- Requirements elicitation / purpose gathering
	- User story writing and creation
	- Integration design

- AWS SDK:
	- Lambda [functions]
	- SNS [pub/sub]
	- SQS [queues/deadletter queues]
	- DynamoDB [key value database]
	- S3 [file storage / key value]
	- Kinesis [streams]

- Query languages: 
	- MSSQL / TSQL
	- PL/SQL
	- JSONATA
	
- Other:
	- Python:
		- Pandas
		- Numpy
		- Automation [with python anything is possible]
	- Soft skills [the most important skills - let's be honest here!]
	- Data analysis

Pinned

  1. bb bb Public

    a pubnix bulletin board

    Go 8

  2. flowtocsv flowtocsv Public

    small ETL library to convert MRASCO & SPAA UK energy industry dataflows into csv

    Go

  3. map2struct map2struct Public

    ever wanted to grab stuff from map[string]interface{} ??

    Go 1

  4. cellular_automaton cellular_automaton Public

    version 2 of the cellular automaton game engine

    Go