Skip to main content

· 4 min read
Mohammad Faisal Khatri

Introduction

Hello Everyone,

Today we will be discussing about maven and java projects.

Many people are aware of Maven. But if I ask why would you prefer Maven based Java project over simple Java project? Many may give just a normal answer like “Maven has the ability to download dependencies automatically based on the dependencies block you put in respective maven project’s pom.xml file”.

· 5 min read
Wasiq Amjad Bhamla

Introduction

I have been using different Continuous Integration tools over the period of time for my open source projects on GitHub, like, Travis CI, Circle CI, Microsoft Azure pipelines, etc. But recently, when GitHub announced the beta launch of GitHub Actions, I was excited to try my hands on it. With this post I would like to share my experience using GitHub Actions.