Baakey

May 17, 2021

Discoveries of the Week

| #business | #STARTUP | #CONSULTING | #FREEDOM | #INDEPENDENCE | #PROGRAMMING | #indiehackers | #DEVCommunity | #100DaysOfCode | #TECH | #CODING | #SOFTWARE | #HUSTLE | Quote Of The Week “The idea is not the secret ingredient to a successful startup => execution is! The ability to execute is the secret ingredient to your success!” Boo...
Read more
May 15, 2021

Inspect Caddy logs with GoAccess

Get the script HERE
Read more
May 14, 2021

Regex 101

Playground https://regex101.com => Start with word • ^word => End with word • word$ => Match any of • gr[io]s • gris|gros => Match any letters/numbers • [a-zA-Z0-9] => Refuse any number • [^0-9] => Specify an optional letter/word 0 or 1 • a? => Specify an optional letter/word 0 or ++ • a* => Specify a mandatory letter/word • a+ • [0-9]...
Read more
May 10, 2021

Kubernetes 101

References https://kubernetes.io/docs/reference/kubectl/overview https://kubernetes.io/docs/reference/kubectl/cheatsheet https://kubernetes.io/docs/concepts/services-networking/ingress https://www.nginx.com/products/nginx/kubernetes-ingress-controller CheatSheet > List all pods in the namespace kubectl get pods -o wide > List all servi...
Read more
May 9, 2021

Discoveries of the Week

Quote Of The Week The more you move, the easier it is to keep moving. Maintain the momentum Book Of The Week Asking the Right Questions A Guide to Critical Thinking Tools Of The Week • Find out what websites are built with • Make a website from your phone • Your new spreadsheet for working • Schedule Threads, Create rich and high-quali...
Read more
May 6, 2021

Random Punchlines Of The Week

• Our victory is your defeat. • What matters is not what your product or service can do but it's what the user can do with it! • People do not buy your product they buy your brand! • If you are not criticised it means you do not do shit! • No matter what you do you will be hated by someone! • Small habits don’t add up. They compound! •...
Read more
April 29, 2021

Hey World

Basic browser workflow “I too often see people not using these basic shortcuts, if you do not yet, please learn and use now !” Go next tab • Ctrl + tab Go previous tab • Ctrl + Shift + tab New tab • Ctrl/Cmd + t Open last closed tab • Ctrl/Cmd + Shift + t Go next page • Alt/Cmd + Left Arrow • Ctrl/Cmd + ] Go previous page • Alt/Cmd + R...
Read more