29,328 Results for:example

  • Sort by: 

Quickly generate, add and setup GitLab SSH Keys

By Cameron McKenzie 30 Jan 2024

To connect Git operations securely to your GitLab repository, you will need to configure GitLab SSH keys both locally and remotely. Here's a quick example of how to do it. Read More

RFID in supply chain: 6 examples in use today

By Linda Rosencrance 17 Nov 2022

RFID continues to have applicability for supply chain management. Here are six ways organizations can use it to support inventory management and logistics. Read More

6 technical debt examples and how to solve them

By Will Kelly 07 Jul 2022

Technical debt can be critical to an organization's success or failure -- and many don't even know it exists. Discover six examples of where it collects and how to eliminate it. Read More

How to format a Java double with printf example

By Cameron McKenzie 13 Jun 2022

Formatting output in Java doesn't have to be hard. Here's how to use Java printf with double values to control decimal precision, thousands groupings and character width when you format ... Read More

NetOps automation ideas and examples

By Terry Slattery 16 Mar 2022

NetOps teams can hone their automation experience using these automation ideas that range from simple read/write tasks to complex automated processes. Read More

How to setup an Nginx load balancer example

By Cameron McKenzie 05 Jun 2022

Nginx is among the most popular load balancers and reverse proxy servers for enterprises. Here's how to quickly setup Nginx as a load balancer and configure weighted nodes and sticky sessions. Read More

Create a Bitbucket App Password example

By Cameron McKenzie 29 May 2022

Learn how to quickly create a Bitbucket App Password so your Git push and clone operations don't fail with fatal 'invalid credentials for authentication' errors. Read More

How to dockerize Apache httpd websites example

By Cameron McKenzie 17 May 2022

Need to dockerize Apache? Want to build a custom Docker httpd image that hosts your website? Here's a simple Apache Dockerfile example to build a custom httpd Docker image for your website. Read More

Java double brace initialization explained by example

By Cameron McKenzie 18 Jul 2022

Java's double brace initialization feature saves time and shaves off a few keystrokes when you initialize a Set or seed a List for testing. Here's a quick example of how to use Java's double brace ... Read More

Git branch rename: Command to change a branch name in Git

By Cameron McKenzie 21 Feb 2024

Here's a quick example that shows you how to rename a Git branch locally and remotely. The branch renaming commands and techniques work with GitHub, GitLab, Bitbucket and any cloud-based Git vendor. Read More