© 2023 Hashnode
#howtos
This is a small overview of how you can use Git with multiple accounts, focused on Windows but should work for other operating systems as well. Pre-requisites: Git is installed, alongside Git Bash if on Windows You are wanting to use mult…
The feeling of finally getting your project to the point where you want to share it with the world is surreal. You’ve spent weeks on it, and it needs to get the recognition it deserves. This guide wil…
Hello everybody! 👋 This post is about generating px units by default in UnoCSS when used in Nuxt 3. Preamble Working on a project that uses Nuxt 3 and Vuetify; UnoCSS was the choice to handle the CSS tweaks/adjustments because it offers m…
When it comes to securing your Kubernetes cluster, there are several best practices that you should implement to protect your applications and data from potential threats. In this blog post, we will d…
While doing the development or operational work like installation, and debugging, you are connected to your remote server using SSH and due to inactivity, your SSH connection is dropped. And you have …
Tutor Installation Requirements Docker: v18.06.0+ Docker Compose: v1.22.0+ Ports 80 and 443 should be open Hardware: Minimum configuration: 4 GB RAM, 2 CPU, 8 GB disk space Recommended configura…
I'd like to share some thoughts and findings from compiling data concerning technology and the environment :) First, let's take a dive into the deep end. We, as homo sapiens, are enduring the fragile,…
This Is a question that revolves in every person’s mind who is thinking to start their Blog. Starting a blog may seem like a simple task, but as any seasoned blogger will tell you, the journey ahead i…
Data breaches are almost always caused by human error, so security always starts with efficient container configuration. Kubernetes ConfigMaps and Secrets are two key objects that can help you store c…
In Salesforce, Lead is one of the most important objects. We create a lead record to track information about potential customers who are interested in buying our products/services. The lead conversion…