Tips for Description & Comment Templates for Jira: Streamline Your Jira Workflows with Clear Story and Bug Templates

Efficiently managing software development projects requires effective communication and documentation. When it comes to organizing and tracking tasks in Jira Cloud, having clear and consistent templates for stories and bugs can significantly enhance productivity. In this blog post, we will explore the benefits of using a story template and bug template in Jira, and demonstrate…

Read More

How to install Embark by Status in MacOS (Ethereum Dapp development)

Prerequisites: 1. Node Version Manager   2. Node   2.1 Go (Optional)   2.2 Ethereum Client (Optional) How to run geth using rinkeby Ethereum test network node: geth –rinkeby –datadir=~/.gophersland_ethereum_r1 –port=30304 –cache=2048 –rpc –rpcport=8546 –rpcapi=eth,web3,net,personal –syncmode=fast   IPFS (Optional but recommended) $ tar xvfz go-ipfs.tar.gz $ cd go-ipfs $ ./install.sh $ ipfs init initializing IPFS node…

Read More