/docs

Repo to hold important notes, links and guides to help throughout the career

docs

Repo to hold important notes, links and guides to help throughout the carrer. Kind of a TIL (today I learned).

Bash

  1. How to find process running on port

Certificates

  1. How to generate certificates

Docker

  1. How to run bash on docker container
  2. How to run specific docker step

Dotnet

  1. CLI - dotnet-counters
  2. Dependency Injection
  3. GRPC - performance best practices
  4. How to implement observer pattern on dotnet
  5. How to run dotnet with profile using CLI
  6. Thread pool exhaustion

Email

  1. Adding discartable email address

Entity Framework

  1. How to run Entity Framework migrations

Cookies

  1. .NET Forms Authentication and Session

CSharp

  1. CSharp Operators

Git

  1. How to perform empty commit
  2. How to change the last commit author
  3. How to change last commit message
  4. How to manage git configuration (username/email)
  5. How to pick a good git flow
  6. Learning git resources

GitHub

  1. How to add SSH to github

gRPC

  1. Good gRPC References

K6.io

  1. How to run performance tests with k6.io

Kubernetes / k8s

  1. How to run an app with Minicube

Locust

  1. How to run performance test with locust

MySQL

  1. How to create table with case insensitive columns
  2. How to insert blob
  3. How to load CSV file into a table
  4. How to perform UPSERT
  5. How to run MySql through Docker
  6. How to select columns as json

Performance tests

  1. Tools available to run performance tests

Powershell

  1. Powershell commands

Python

  1. How to run python with multiple environments

Redis

  1. How to run redis through docker
  2. Redis Pub/Sub

RFCs

  1. What is RFC
  2. HTTP2 RFCs

Self Improvement

  1. Document your learning