Category: Codersquestions
All the articles from category "Codersquestions".
Setting up a Private Docker Registry in a Kubernetes Cluster - Test Pushing Images and Running Deployments
Published:I created a private Docker registry within my Kubernetes cluster and tested how to push images and run deployments from it
Enabling TLS Encryption for Applications in a Kubernetes Cluster and Delivering a Test Page over HTTPS
Published:Notes on Setting up TLS Encryption and HTTPS Redirects in a Kubernetes Cluster and accessing a sample web application via https.
Setting up a Kubernetes Cluster with K3S on my linux server
Published:Notes on Setting up a Kubernetes Cluster on Linux Server with K3S, Enabling External Access from My MacBook using kubectl/k9s, and Deploying an Nginx Hello World Example Accessible on a Subdomain.
Add API documentation with Swagger to an express Node.js project
Published:How I migrated a bunch of projects to another version control system - from VSS to git.
Use npm audit to detect vulnerabilities in a npm project
Published:Use npm's default tool to quick check for vulnerabilities in your projects.
How to change the last commit message after pushed?
Published:When you need to correct something in you commit message, after you already sent it to the remote repository.
Why can’t I execute functions on my javascript / typescript object?
Published:In Javascript, you can do more with the programming language than is usually good for you. And even using Typescript does not protect you from every error.
What's the !important Property in CSS?
Published:I researched !important flag after seeing way to much of it in one of my projects.
How to convert a VSS project to git?
Published:How I migrated a bunch of projects to another version control system - from VSS to git.
How to remove a file from git repo but keep it in the local filesystem?
Published:Check-in a file into the repository that should'nt be there and adjust the gitignore afterwards? This is how to get rid of it.
How to execute commands inside a docker container?
Published:Short Note on how to get into a running Container.
What does the linux command chmod go+r do?
Published:A few notes for myself to better understand the chmod command under Linux.
What is a dockerignore file?
Published:Keep unnecessary files out of the containers you build.
What is the unit rem in css?
Published:If, like me, you have been wondering what the unit rem in css actually is.