Learn how to easily find the digest of a multi-platform container image so that you can uniquely and immutably reference it.How to find the digest (sha256) of a multi-platform Docker image?2023-12-14 in Operations tagged Docker / Quickie by Marc Nuri
Learn how to effectively enable the built-in Administrator account in Windows 11.Windows 11: How to enable the built-in Administrator account2023-09-25 in Operations tagged Windows / Quickie by Marc Nuri
Learn how to efficiently wait for a file in Bash scripts, with a timeout feature for added resilience.Bash: How to wait until a file exists2023-09-19 in Operations tagged BASH / Shell / Linux / Quickie by Marc Nuri
Learn how to iterate through a list of strings in Bash scripts efficiently. Master the art of automation!Bash: How to iterate through a list of strings2023-09-04 in Operations tagged BASH / Shell / Linux / Quickie by Marc Nuri
Post describing how to disable test in JUnit5 leveraging the @Disabled annotation which is analogous to the JUnit4 @Ignore annotation.JUnit 5 - How to disable or ignore tests2023-08-25 in Java tagged Java / Quickie / Testing / JUnit / JUnit 5 / Test-Driven Development (TDD) by Marc Nuri
Post describing how to go from Path to File and from File to Path in JavaHow to convert File to Path and Path to File in Java2023-08-22 in Java tagged Java / Quickie by Marc Nuri
Post describing the simplest way to retrieve the temporary directory path in Java by using a system propertyHow to get the temporary directory path in Java2023-08-13 in Java tagged Java / Quickie by Marc Nuri
Code snippet to verify if a JavaScript Array contains duplicate entries.How to check if an array contains duplicate values in JavaScript?2022-01-16 in JavaScript tagged JavaScript / Quickie by Marc Nuri
How to configure the Quarkus HTTP application server port using the `quarkus.http.port` property.Quarkus: How to change the application port?2021-11-14 in Java tagged Quarkus / Java / Quickie by Marc Nuri
cURL DELETE request guide with the most common examples and a description of what each command sample does.cURL: DELETE request examples2021-09-23 in Tools tagged curl / HTTP / Quickie by Marc Nuri
Where can you find the default Kubeconfig (.kube/config) file on Linux, Windows, and Mac.Kubernetes: Where is my default Kubeconfig file?2021-09-11 in Operations tagged Kubernetes / kubectl / Cloud / Quickie by Marc Nuri
cURL PUT request guide with the most common examples and a description of what each command sample does.cURL: PUT request examples2021-09-03 in Tools tagged curl / HTTP / Quickie by Marc Nuri