blog.teniolafatunmbi.comService Accounts in KubernetesThe Kubernetes API provides access to the Kubernetes objects in a cluster. However, authentication is required before any entity can interact with the objects in a Kubernetes cluster. The handy kubectl command or (k command as most of us ubiquitously...Nov 27, 2025·6 min read
blog.teniolafatunmbi.comUnderstanding Linux Application Installation beyond Copy and Paste.Linux is an open-source operating system built on top of Unix by Linus Torvalds. It is widely used as the primary operating system for different types of shared servers including web servers, database servers, and email servers. Linux prides itself i...Jun 4, 2022·6 min read
blog.teniolafatunmbi.comLazy loading in Reactjs with React router v6.Have you ever thought about increasing the performance score of your react application by some percentage? Lazy loading is one of the ways to get that done. How? React provides utility functions that help you to improve performance among other things...Jan 8, 2022·5 min read
blog.teniolafatunmbi.comHow To Fix Exitcode:100 In Mongod Service: MongodbIf you're trying to configure MongoDB on your Ubuntu 20.04, one of the problems you might encounter is working with the mongod service. This article explains how to fix the exitcode:100 error and why it pops up when you try to start a mongod service ...Dec 4, 2021·2 min read
blog.teniolafatunmbi.comReact router: A beginner's guideOkay, so you're learning ReactJs - Congrats! You just figured you need to link the pages you've created right? In pure HTML, we use the anchor tag "a". Technically, React doesn't link to another page, it only loads a new component on the same page. T...Oct 13, 2021·4 min read