Java DevOps
Organizations working on the Java EE stack are trying harder than ever to make Java DevOps a reality. By bringing together development and operations teams, Agile software development is streamlined, test automation becomes easier to achieve and the implementation of continuous integration (CI) and continuous delivery (CD) streams can become a reality when Java DevOps is done right.
Top Stories
-
Tip
18 Apr 2025
Agile vs. Waterfall: What's the difference?
Is change good or bad? The manner in which you embrace change might influence whether you prefer Waterfall or Agile methodologies. Here we compare the two approaches. Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Tip
19 Jan 2023
Who should be the product owner in Scrum?
Who should be the Scrum product owner and how does an organization choose the right person for that job? It's not an easy decision, but it's a critical one for all Scrum projects. Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Blog Post
01 Nov 2024
A declarative Jenkins pipeline for Ant builds on Docker example
The easiest way to build your Apache Ant projects in Jenkins is with a pipeline and a Jenkinsfile that takes advantage of an Ant based Docker container. In this Apache Ant, Docker and Jenkins ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
31 Oct 2024
Fix the Jenkins Docker error: Permission denied when trying to connect to Docker daemon
Here's a quick fix to the Jenkins Docker"Permission denied while trying to connect to the Docker daemon socket" error. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
31 Oct 2024
Fix the Jenkins error: Invalid agent type Docker specified [any, label, none]
Here's how to quickly fix the "Invalid agent type Docker specified. Must be one of [any, label, none]" error by installing the correct Jenkins Docker pipeline plugins. We'll get your Jenkinsfile up ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
24 Oct 2024
Oracle unveils tools to drive digital transformations forward
As companies move quickly into the realm of digital transformation in an effort to profoundly improve performance and expand their application's reach, developers require new ways to design, build, ... Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Blog Post
22 Sep 2024
Jenkins Git environment variables list: A working shell script by example
When using the Jenkins Git plugin, a vast array of new environment variables are offered up. Here's a complete Jenkins Git environment variables list. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
20 Sep 2024
From Jenkins World to JavaOne, Docker and container technology pervades
What's hot in the world of Java development? Hands down, it's container technology, as evidenced by the attention it has garnered at both JavaOne and Jenkins World. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
27 Jun 2024
How to create a UiPath Orchestrator process to run robots
Want to run your RPA robots? Then you need to create a UiPath process. In this UiPath Orchestrator tutorial, we show you how to create processes and run unattended robots. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
27 Jun 2024
How to publish to UiPath Orchestrator example
UiPath Orchestrator runs in the cloud. UiPath Studio runs on a developer's desktop or laptop. And RPA robots typically run on a physical desktop computer as well. Which means a piece of software ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
22 Mar 2024
Imperative Git commit messages in the active tense or mood
The pundits all say Git commit messages should be written in the imperative tense. I say that's outdated thinking. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
21 Apr 2023
Top 10 Chrome extensions for web developers
Installation of the right browser plugins can make a programmer significantly more productive. Here are 10 productivity boosting-Chrome extensions for web developers to install. Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Tip
19 Jan 2023
Who should be the product owner in Scrum?
Who should be the Scrum product owner and how does an organization choose the right person for that job? It's not an easy decision, but it's a critical one for all Scrum projects. Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Blog Post
09 Dec 2022
What is an octothorpe? Cool tech words and computer science slang
What is an octothorpe? How is the 'spaceship operator' used? And will saying 'shebang' get me in trouble? Here are 11 slang computer science words every developer in tech needs to know. Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Tip
09 Dec 2022
Scrum vs. Kanban: What's the difference?
When you compare Scrum vs. Kanban, you realize there are as many similarities as there are differences. Here we help you choose between these two Agile frameworks. Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Blog Post
05 Oct 2022
Taking REST APIs to the next level with hypermedia and HATEOAS
Adding hypermedia links to REST APIs expands resource data abilities and improves users' experience. This walkthrough explains the ins and outs of REST APIs with hypermedia and the HATEOAS technique. Continue Reading
By- Bob Reselman, CogArtTech
-
Quiz
29 Sep 2022
10 tough Agile quiz questions for software developers
Ready to embrace Agile for your software development projects? Take this quiz to gauge your grasp of the basics of Agile, and the core values and principles of the Agile Manifesto. Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Blog Post
28 Sep 2022
Understanding the Kubernetes Container Runtime Interface
The Kubernetes Container Runtime Interface adds options beyond Docker for container orchestration. Here's a rundown of how Kubernetes and the CRI work. Continue Reading
By- Bob Reselman, CogArtTech
-
Feature
21 Sep 2022
Forward proxy vs. reverse proxy: What's the difference?
Forward and reverse proxies secure and isolate resources that reside on a private network, but they play different roles in modern enterprise architectures. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
13 Sep 2022
Hierarchical Kubernetes namespaces explained by example
Confused by hierarchical namespaces in Kubernetes? In this Kubernetes tutorial we'll examine what hierarchical namespaces are, how to add them to a Kubernetes cluster and then how to use them. Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
23 Jan 2022
Comparing Rest vs GraphQL on performance and ease of use
The problem with RESTful web services that use JSON or XML as a data exchange is bloat and verbosity. Compare REST vs GraphQL performance if you want to simplify your web API development. Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
06 Dec 2021
Learn how Kubernetes Operators work from this example
Kubernetes (K8S) has become a very popular technology for working with distributed applications that run on the internet. K8S is intended to support an enormously large number of Linux containers ... Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
29 Nov 2021
Kubernetes vs Docker Compose: What's the difference?
Confused between the difference between Kubernetes and Docker compose? Here we explain how the two DevOps construct are similar, and how they are different. Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
29 Nov 2021
What is the difference between Docker and containerd?
What's the difference between containerd and Docker? Here we take a look at how these two cloud-native Kubernetes friendly technologies differ and compare. Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
29 Nov 2021
What is the difference between kubectl and kubelet in Kubernetes?
Are you working in a cloud-native, Docker and Kubernetes based environment and you're wondering what the difference is between kubelet and kubectl? Here we clear up the kubectl vs kubelet confusion. Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
31 Oct 2021
What is the difference between a Docker image vs a container?
Wondering what the difference is between a Docker image and container? Here we make the Docker container vs image comparision and show you how the two concepts differ. Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
06 Oct 2021
How to tag a Git commit id by example
Here's a quick example of how to tag a specific commit id in Git. This is perfect if an older commit id requires a tag but was not originally given one. Continue Reading
By- Cameron McKenzie, TechTarget
-
Quiz
08 Sep 2021
A monolithic vs. cloud-native migration quiz for developers
Are you prepared for a cloud-native migration? This quiz contrasts the microservice vs. monolithic approaches to software development and will help gauge your knowledge. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
31 Aug 2021
When to you Docker vs Podman? A developer's perspective
Docker and Podman play two very separate and distinct roles in the modern DevOps pipeline. Here we compare Docker and Podman and show you how to choose which one is best for you. Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
11 Aug 2021
4 ways to create a Git branch quickly by example
Forgotten the Git branch create command? Here we'l show you four different ways to create a Git branch, be it from the current branch, from a tag or from a commit id. Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
28 Jul 2021
Git fork vs. clone: What's the difference?
Both Git fork and clone create copies of a repository, but they offer drastically different levels of access, isolation and control over the target repo. Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
27 Jul 2021
Kubectl apply vs. create: What's the difference?
The Kubernetes command-line tool, kubectl lets you control your Kubernetes clusters. But two of its operations -- apply and create -- can often be confused. Continue Reading
By- Bob Reselman, CogArtTech
-
Answer
26 Jul 2021
Vagrant vs. Docker: How these cloud-native tools differ
Both Docker and Vagrant are important parts of a cloud-native stack, but they have very different roles when it comes to supporting containers and VMs within the CI/CD process. Continue Reading
By- Bob Reselman, CogArtTech
-
Quiz
20 Jul 2021
Introduction to Docker quiz
These Docker questions and answers will test your knowledge of the fundamentals of Docker, but it won't be easy. Take this quiz and see if we can stump you. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
19 Jul 2021
How to download an older, specific version of UiPath Studio
Want to stop UiPath Studio from updating to the latest release all the time? Here's how to download and install a specific version of UiPath Studio. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
02 Jul 2021
How to download and install UiPath Studio
It’s actually a bit tricky to install UiPath. This UiPath Studio install tutorial shows you how to find the download link and the right version. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
30 Jun 2021
How to pass variables as UiPath arguments example
How do you use a variable from one UiPath sequence in another? This tutorial will teach you everything you need to know about passing data between workflows. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
28 Jun 2021
How to use the UiPath Switch activity
While the UiPath If activity is great for simple logic, multi-branching demands the UiPath Switch activity. Learn how to use it to perform conditional logic. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
25 Jun 2021
UiPath If-Then conditional statements
Learn how to use the conditional UiPath If activity to create branches of logic in your RPA programs. This quick UiPath If-Then example will show you how. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
04 Jun 2021
Learn how to save to local storage in this git stash tutorial
Sometimes developers need to jump off the main distributed development branch to local storage. Follow this git stash tutorial to learn the ins and outs of this Git command. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
02 Jun 2021
Quickly create a Git bare repo with init or clone example
There are two ways to create a bare Git repo -- a bare Git clone or a Git init bare. This git bare repo tutorial will show you how to perform both. Continue Reading
By- Cameron McKenzie, TechTarget
-
Opinion
27 May 2021
Lessons from Fluentd: How to name a project in the SEO age
Dreaming of wide-scale adoption for your new project? You'll need the right name. Here's how Fluentd got its name, and what you can learn from its SEO-driven process. Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
26 May 2021
Terraform vs. Ansible: How do these DevOps tools differ?
There is some overlap between the two tools, but they really should coexist. Here we show you where Ansible and Terraform fit into your cloud-native, DevOps stack. Continue Reading
-
Blog Post
21 May 2021
How to use git submodules tutorial with examples
If you’re wondering how to git submodule and logically link repositories together, this git submodule tutorial -- with lots of examples -- is for you. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
21 May 2021
How to update Git submodules
If your Git submodule is out of sync with the server, we can help. This git submodule update example shows you how to get the latest commits into your worktree. Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
20 May 2021
Is a Docker or Kubernetes certification worth it?
Some DevOps professionals shun industry certifications. But in the cloud-native world, Docker and Kubernetes certifications make prospective job candidates stand out from the rest. Continue Reading
By- Bob Reselman, CogArtTech
-
Blog Post
30 Apr 2021
How to create Git submodules in GitHub and GitLab by example
In this GitHub submodule add example, we demonstrate how to take an independent GitHub repository, add a Git submodule and push back to the GitHub server. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
30 Apr 2021
Yes, the original name for Java was Oak
When Sun Microsystems first developed a programming language to power their Star7 entertainment controller, they named it Oak, not Java. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
27 Apr 2021
A guide to common variable naming conventions
Every developer should know the basic variable naming conventions to more easily move from language to language. Review the common ones here like Pascal, camel and snake case. Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
23 Apr 2021
Kubernetes vs. Docker: What's the difference?
To succeed in cloud native development, developers need to know their way around Kubernetes and Docker. Here are the basics on these two container technologies. Continue Reading
By- Bob Reselman, CogArtTech
-
Answer
23 Apr 2021
Kubernetes vs. Rancher: The differences all devs should know
How are Kubernetes and Rancher related? Here are the basics developers need to know about Kubernetes and Rancher and how they can ultimately work together. Continue Reading
By- Bob Reselman, CogArtTech
-
Answer
31 Mar 2021
How do you become a developer advocate?
For those who love to code and want to share their IT knowledge, the developer advocate job might be a good fit. Learn how to make the transition from developer to advocate. Continue Reading
-
Blog Post
30 Mar 2021
How to create a GitHub repository
This GitHub repository tutorial shows users how to create a new repository in the popular, cloud-hosted Git offering. Let’s dig into the central concepts of GitHub-based DevOps. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
30 Mar 2021
How to run Jenkins builds on Docker example
In this Jenkins and Docker integration tutorial, I’ll show you how to create a Jenkinsfile build with Docker. Just pull a Jenkinsfile from a GitHub repository, and Docker will take care of the rest. Continue Reading
By- Cameron McKenzie, TechTarget
-
Quiz
26 Feb 2021
A tough, 10-question Java garbage collection quiz
Do you know which Java garbage collector is deprecated and which is best for stateless apps? Test your knowledge in this Java GC algorithm and tuning quiz. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
26 Feb 2021
How to clone from a git tag example
In this git tag clone example, we’ll demonstrate how to pull from a tag point in your git commit history. However, it comes with a catch, in the form of a detached head. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
26 Feb 2021
How to install Gitflow for Windows on old Git installations example
In some cases, Gitflow will come prepackaged with Git for Windows installations. Those on older installations will need do it manually. Here's a quick guide on how to perform a Gitflow install for ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
26 Feb 2021
Full Gitflow init workflow example
Here's a quick Gitflow init example, along with a quick tutorial on how to perform a full Gitflow workflow after you execute the command. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
24 Feb 2021
Gitflow release branch process from start to finish example
The Gitflow release branch is the final step in this software development process workflow. Here we look at the start, finish and impact the Gitflow release has on the master, develop and feature ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
24 Feb 2021
Gitflow hotfix branch example from start to finish
If you’re lucky, you’ll never have to start the Gitflow hotfix process. But just in case, here’s a quick example of how to incorporate the Gitflow hotfix branch into your version control workflow. Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
18 Feb 2021
Your near-zero downtime microservices migration pattern
The possibility of extended downtime is a common reason to avoid a migration to microservices. Learn how to minimize downtime with this monolith-to-microservices migration pattern. Continue Reading
By- Bob Reselman, CogArtTech
-
Feature
11 Feb 2021
Use this Java performance tuning guide to optimize your JVM
There are two steps to Java performance tuning. First, assess your system to make sure it can improve. Then, optimize shared resources like CPU and memory. Continue Reading
By- Cameron McKenzie, TechTarget
-
Quiz
10 Feb 2021
10-question Gitflow version control quiz
Gitflow version control is a DevOps-friendly way to manage the different branches of code in your environment. Make sure you're up to date on the latest developments and strategies. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
29 Jan 2021
How to start Java's JVM Flight Recorder in 3 easy ways by example
JDK Mission Control is feckless without a Java Flight Recorder file to profile. Here are 3 easy ways you can start Java Flight Recorder in Eclipse and monitor your JVM in JMC. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
29 Jan 2021
Clone a git repository with submodules using init and update example
When you clone a git repository, it won’t necessarily bring down the branches and code for the associated submodules. The git submodule init and update command and the --recurse-submodules switch ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
27 Jan 2021
How do Java sampling and JVM instrumentation differ?
These two approaches both aim to improve Java performance and can be done together. But there is a fundamental difference between instrumentation and sampling. Continue Reading
By- Cameron McKenzie, TechTarget
-
Quiz
22 Jan 2021
Test your knowledge of JVM profiling tools with this quiz
Since their inclusion in Java 11, Java Flight Recorder and JDK Mission Control have become the de facto Java profiling tools for the JVM. Test your knowledge with these 10 questions. Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
19 Jan 2021
JVM tuning vs. Java optimization: What's the difference?
JVM tuning and Java optimization sound similar, and both aim to boost application performance. But they take fundamentally different approaches to accomplish their goals. Continue Reading
By- Cameron McKenzie, TechTarget
-
Definition
15 Jan 2021
What is Java Flight Recorder and how does it work?
Java Flight Recorder is a Java Virtual Machine (JVM) profiler that gathers performance metrics without placing a significant load on resources. Continue Reading
By- Cameron McKenzie, TechTarget
-
Video
15 Jan 2021
5 ways to force Java garbage collection
A developer can't technically force garbage collection in Java, but it can be made a priority. If you need to free up heap space, here are five ways to prioritize it in the JVM. Continue Reading
-
Blog Post
28 Dec 2020
A Jenkins YAML pipeline example
YAML has joined the ranks of declarative and scripted pipelines in Jenkins. Here's an example of what the syntax for a Jenkins YAML pipeline looks like. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
22 Dec 2020
How to implement a remote Jenkins build trigger with a URL
This quick example will demonstrate how to implement a remote Jenkins build trigger. With the remote Jenkins build URL, a developer can call jobs from scripts, the CURL command and even Java code. Continue Reading
By- Cameron McKenzie, TechTarget
-
Answer
18 Dec 2020
Declarative vs. scripted pipelines: What's the difference?
Scripted pipelines were once the standard for CI/CD but they are nearly extinct, and since supplanted by declarative pipelines. See how they compare and when each works best. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
03 Dec 2020
Jenkins GitHub Webhook build trigger by example
Running into difficulty with GitHub Webhooks and Jenkins builds? This Jenkins and GitHub webhook integration example shows how to trigger remote builds without the 403 no valid crumb in request ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
30 Nov 2020
10 best GitHub Actions examples
Here are the 10 best GitHub Actions examples for developers and DevOps admins that want to learn and master continuous integration and deployment. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
24 Nov 2020
Why GitHub renamed its master branch to main
The GitHub master branch is no more. Developers used to think it was untouchable, but that's not the case. Here's why GitHub made the switch from master branch to main branch. Continue Reading
-
Blog Post
04 Nov 2020
'403: No valid crumb' Jenkins GitHub webhook error fix
Here's a quick fix to the "403 no crumb was included in the request" error you often see when a Jenkins GitHub webhook is configured incorrectly. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
02 Nov 2020
Use Jenkins' Warning plugin for CheckStlye, PMD and FindBugs reports example
The Jenkins Warnings plugin replaces the deprecated CheckStyle, FindBugs and PMD ones. This static code analysis in Jenkins example shows you how to integrate Jenkins, CheckStyle, FindBugs and PMD ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
01 Nov 2020
How to use Jenkins with Ant to build your Java apps
Here's a simple example of how to build your Java apps in Jenkins with Ant. We demonstrate both the Jenkins Ant plugin and the Jenkins pipeline approach with a Jenkinsfile as well. Continue Reading
By- Cameron McKenzie, TechTarget
-
Video
30 Oct 2020
A GitHub Pages tutorial on how to host personal websites
Follow these steps to set up a GitHub repository, clone the repo and host a personal website on GitHub Pages with contents indexable by Google. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
30 Oct 2020
How and when to perform a git clone depth 1 example
In this git clone depth 1 example, we'll walk you through the process of pulling only one commit and one branch back from a remote Git repository. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
29 Oct 2020
RPA skills in demand as organizations eye better engagement
RPA developer skills are among the most valuable on any resume. Here's why organizations seek out developers with these skills and what returns RPA can deliver to an enterprise. Continue Reading
By -
Blog Post
29 Oct 2020
How to use the git log graph and tree command
In this git log graph example we demonstrate not only how the git log graph works, but also how to use a pretty switch to make it more readable. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
13 Oct 2020
3 ways to implement AI in software development
Further advancements to AI make it a more appealing and useful option for enterprise software development. Here are three ways to implement AI and increase developer productivity. Continue Reading
-
Video
30 Sep 2020
Get automated with this RPA and UiPath tutorial for beginners
Developers can eliminate tedious and monotonous tasks with the help of robotic process automation. This UiPath tutorial highlights the early steps with any RPA platform. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
30 Sep 2020
How to create a GitHub repository example
This step-by-step, tutorial will walk developers through the necessary steps to create a GitHub repository and how to create the cloud-hosted Git repo that acts as the cornerstone for all ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
29 Sep 2020
Eight Git commands every GitLab developer must know
Every developer needs to know a few basic Git commands to become proficient with GitLab. Here are the top eight Git commands every developer must know to be on their way to GitLab mastery. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
28 Sep 2020
How to delete a GitHub repository example
If you're ready to fly into the Danger Zone, then you're ready to follow these steps to delete a GitHub repository. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
21 Sep 2020
AI, RPA offerings still stymied by security, governance concerns
Security, compliance and governance concerns along with human worries still play a role in the integration of AI-based and RPA offerings to an enterprise. Here are some ways to alleviate those ... Continue Reading
-
Video
17 Sep 2020
An introduction to RPA programming with UiPath Studio
Follow this UiPath Studio tutorial for the basics of RPA programming and see how developers can improve their skills as they build in-depth applications. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
13 Sep 2020
How to perform a GitLab delete remote branch operation on any repository
It's not exactly a straightforward process for developers to have GitLab delete remote branches. In this GitLab tutorial, we'll show you how to remove remote GitLab branches with examples. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
13 Sep 2020
Use .gitkeep to commit & push an empty Git folder or directory
What is the .gitkeep file? How do you commit and push empty Git folders? In this quick tutorial we'll explain why git is not pushing empty folders and how to fix it. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
13 Sep 2020
Create your first RPA robot in UiPath Orchestrator
After your RPA program is coded, you will need to create a robot in UiPath Orcestrator so the robotic automation can me managed. This UiPath robot creation tutorial shows you how to do exactly that. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
03 Sep 2020
How to set Notepad++ as the Git editor instead of Vim
Frustrated every time you forget to add a Git commit message and Vim, the default Git editor pops up? Here's a way to make issuing git commits a bit friendlier. In this Git tutorial, we show you ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Video
02 Sep 2020
How to git stash untracked files with a push
Need to add untracked files and otherwise ignored files into the git stash? Here's how to use the --include-untracked and --all git stash push options. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
31 Aug 2020
How GitLab developers can merge any branch into master
In this GitLab merge branch to master example, we explain why a GitLab merge into master is different from other operations, and how to accomplish this task with a GitLab master merge request. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
24 Aug 2020
How to scale automation in DevOps environments
With the right tools and processes, programmers can automate at scale many of today's manual tasks. Here's how one company developed automation-at-scale best practices. Continue Reading
-
Blog Post
21 Aug 2020
How to merge master into any branch in GitLab by examples
There are two ways a developer can have GitLab merge master into a branch. One is to merge master into the branch on the client while the other is to perform a GitLab pull request. Here are some ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
13 Aug 2020
Why developers won't be able to find the gitconfig file
Can't find the .gitconfig or gitconfig files on your system? It's possible that Git didn't create them. Here's how to find gitconfig on the filesystem and create the if it's not there. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
12 Aug 2020
The 7 user story guidelines every Agile developer should know
Don't let bad user stories foil your Agile software development process. Here are the seven most common user story defects and some tips on how to write better user stories. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
05 Aug 2020
Fix "There isn't an Orchestrator present" error with the right UiPath Orchestrator URL
Is the UiPath Assistant complaining that the UiPath Orchestrator URL is wrong? Here's how to fix the UiPath Orchestrator present at the indicated URL error. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
01 Aug 2020
How TUF can secure software systems from update vulnerabilities
An emerging specification from CNCF looks to secure software systems thanks to the open source community and a focus on update vulnerabilities that limit the effects of a potential attack. Continue Reading