Month: December 2020

  • Short notes on tech 52/2020

    Week 52, 2020 Code TIL you can get the git log of a *specific function* in a file. 🤯 Where was this all my life? git log -L:<function>:filehttps://t.co/HpVcLS8Yhc pic.twitter.com/5MqbciqjoF— Todd Gamblin / @tgamblin@hachyderm.io (@tgamblin) December 21, 2020 Learning Stop using Material Design text fields!“But Google uses it!” — yeah, that’s not a good enough reason.……

  • Short notes on tech 51/2020

    Week 51, 2020 Cloud AWS launches new managed services: Announcing Amazon Managed Service for Grafana (in Preview) and Amazon Managed Service for Prometheus. Monitoring & securing AWS with Microsoft“Interesting approach, how to setup (advanced) monitoring of AWS with Azure Security Center (CSPM), Azure Defender (CWPP), Cloud App Security (CASB), and Azure Sentinel (SIEM).”… Jatka lukemista…

  • Short notes on tech 50/2020

    Week 50, 2020 Cloud Wait, Docker is deprecated in Kubernetes now? What do I do?tl;dr; Use CRI runtimes instead: containerd or CRI-O. Google Cloud: default container runtime to change to Containerd with GKE node version 1.19 and higher.“As the Docker container runtime will be removed from the Kubernetes project in the future, GKE is beginning…

  • Short notes on tech 49/2020

    Week 49, 2020 Development and Operations Using SSL certificates from Let’s Encrypt in your Kubernetes Ingress via cert-managerWalkthrough of the process of automating the issuance and renewal of certificates provided by Let’s Encrypt for Kubernetes Ingress using the cert-manager add-on. (from cloudseclist.com) Use Amazon EC2 Mac Instances to Build & Test macOS, iOS, ipadOS, tvOS,…