how to
How I cut my cloud costs by 70%
Use a combination of Terraform and Ansible to reduce the cloud costs.
how to
Use a combination of Terraform and Ansible to reduce the cloud costs.
how to
Let's learn how to install a Linux distribution.
linux basics
One of the first questions new users may ask themselves is what is a distribution. So let's explore that and answer that question.
thoughts
Using Fedora Linux for everything developing to conference calls. My experience and thoughts on the subject.
thoughts
A deeper dive into Helm install, upgrade, and uninstall.
graphql
In this article, I am going to show how to build GraphQL express server with apollo server and typescript including unit test setup with jest. This can also use as a starter template to build apollo express server quickly and can be developed further for respective api requirement. Let'
how to
Review of the DigitalOcean managed Kubernetes offering.
thoughts
DigitalOcean (DO) is a great solution for anyone from devs to companies. For everything from prototyping to enterprise applications.
Recently a cool new experimental feature was added to Chrome. We can get an overview of the CSS used on a website. For example: information about CSS elements, external stylesheets, colors, fonts, media queries and also unused declarations (if you want to optimize things you may want to check it
ideas
The beauty of Selenide is that it opens a browser automatically and closes it after each test. You donβt need to do anything, this is an out of the box feature. But what if you need to open a browser with a custom configuration, for e.g. open in
ideas
Deploying apps to Kubernetes with a reverse proxy ingress resource.
how to
Here we create a custom helm chart for OpenProject with data persistence and an external database.