Recent Articles
How to Fix "x509: certificate has expired or is not yet valid" Error in MicroK8s
This error typically occurs when the certificates used by MicroK8s have either expired or are not yet valid.
2023-09-18
Dynamic Arrays in JavaScript
Dynamic arrays, also known as resizable arrays or ArrayLists, are data structures that can grow or shrink in size dynamically during program execution.
2023-06-03
How to downgrade your Python Version on Apple Silicon Chip MacBook Pro
When you install XCode on your MacBook Pro, by default it will install the latest version of Python. This guide takes you through the process of downgrading to a lower python version. The same steps can be used if you want to work with another version of Python.
2022-11-18
How does NodeJS work?
NodeJS is an open-source JavaScript runtime environment and library to run web applications outside the client’s browser. It is used to create server-side web applications.
2021-08-15
Subscribe to the Newsletter
I always send out an email when I create something interesting.