Peer-to-Peer File Sharing with Syncthing

In a connected world like now, sharing files is the most basic need of netizens. Be it a photo, video, or just a document, there are a plethora of options available. But in today’s post, I would be talking about an alternative way of sharing files, called peer-to-peer file sharing, and using Syncthing to achieve this.

Using Chocolatey to Automate Windows Installations

Chocolatey was created by Rob Reynolds in 2011 with the simple goal of offering a universal package manager for Windows. Chocolatey is an open source project that provides developers and admins alike a better way to manage Windows software.

How to Inject Environment Variables in Jenkins Pipeline

Jenkins provides multiple ways to parameterize your pipelines. One of the ways that most of the CI/CD tools enable that is via the environment variables. Unfortunately, Jenkins does not provide a robust out of the box solution for injecting environment variables out of the box.

Google's Angular 2 will now be build with Microsoft's TypeScript

Nice! Google and Microsoft are a team now! At the recent ng-conf, Google’s Angular 2 team announced that they would be using TypeScript for the development of Angular 2. I have been using TypeScript for quite some time, and I must tell you – I have become a huge fan of TypeScript just because of the enormous power static typing brings with it.