Jan 29, 2019 1 min read tips Set SASS the default style format on Angular/Ionic Angular 6+ng config defaults.styleExts sassIonic 4+ionic config set defaults.styleExts sass
Sep 03 Efficient way to troubleshoot on any systems There's no greater frustation of trying to troubleshoot on a system for many hours (or days) while the solution was under our nose for all the time. Sep 3, 2023 3 min read
Feb 08 Easy cache your applications in Kubernetes > There are only two hard things in Computer Science: cache invalidation and naming things. - Phil Karlton Problem How many Feb 8, 2020 2 min read
Jan 07 Kubernetes Best Practices Table of contents 0. Intro 1. Before to start 1.1 12 Factor 1.2 Lint your manifests 1.3 Jan 7, 2020 11 min read
Dec 02 Single-Node Patterns in distributed systems Single-Node Patterns in distributed systems Dec 2, 2019 6 min read