Davi's Tech & Trends

Jira Automation Smart Value: Using {{now}} to get current time

The {{now}} Smart Value captures the current date and time in UTC+00:00. This is particularly useful for setting due dates, triggering actions based on the current time, or filtering issues updated within a specific timeframe. Example of {{now}} If the current date and time is July 12, 2024,

Create a new custom field and add it to the Issue Right Panel in a Jira project

To create a new custom field and add it to the Issue Right Panel in a Jira project, follow these steps: Create a new custom field * In the upper-right corner of the screen, select Administration > Issues. * Under Fields (the left-side panel), select Custom fields. * Select Add custom field. * In

How to easily install the latest Node.js on an Ubuntu AWS EC2 instance

Node.js is a powerful JavaScript runtime that's essential for modern web development. However, using sudo apt-get install nodejs might not install the latest Node.js version. In this guide, we'll walk you through the steps to easily install the most recent Node.js release on

How to Install Docker on Ubuntu

Docker is an open-source platform that allows you to build, package, and deploy applications as containers. While Docker can be installed together with Ubuntu, if your Ubuntu system doesn't have Docker installed, you can follow these steps to install Docker on an Ubuntu system. Below are the steps

What is Yarn? Differences Between npm and Yarn, and Which One to Use

What is YARN? YARN: It stands for Yet Another Resource Negotiator and it is a package manager just like NPM. It was developed by Facebook and is now open-source. The intention behind developing YARN(at that time) was to fix performance and security concerns with NPM. How Differences Between NPM

Davi's Tech & Trends © 2026