Clean up your local branches after merge and delete in GitHub

Clean up your local branches after merge and delete in GitHub2014 · 11 · 23If you are a Github user, then you might familiar with Pull Requests. Github has an options to delete a branch after merging of pull request. After a Pull Request has been merge...

How to Extract Links Off Any Webpage Using PowerShell

How to Extract Links Off Any Webpage Using PowerShell PowerShell 3 has a lot of new features, including some powerful new web-related features. They dramatically simplify automating the web, and today we are going to show you how you can extract ev...

Convert Times Between Time Zones with PowerShell

Convert Times Between Time Zones with PowerShell Convert Time for different World Time Zone If you work in a multinational organization like me or you have loved ones or friends who live in other parts of the country or world, then y...

Display Dates and Times with PowerShell

Getting Dates and Times with PowerShell First let’s show how to get the current local time: Get-Date You can display a different date and time by specifying it after Get-Date (as an unnamed parameter): Get-Date "December 21, 2012" You can specif...

Dates and Time Zones in PowerShell – My IT World

Dates and Time Zones in PowerShell If you have already played with dates in PowerShell, you’ve probably realized that it was not so simple. If you are a beginner, I recommend you to read this article to get some basics about dates and times in...

How to use auto-formatting – Evernote Help & Learning

How to use auto-formatting Evernote supports several typing shortcuts that automatically apply special formatting as you type. This allows for the quick creation of common items like lists, tables, and divider lines. You can even create , and ! ...

How to Write an Awesome GitHub README

How to Write an Awesome GitHub README I read through the earliest README I could find. Written in 1975 by William J. Earl at the CS department of UIC. The text is a little dry but also surprisingly re...

Impress your colleagues with these NPM tricks

Impress your colleagues with these NPM tricks May 13 ・4 min readJust like anyone else, developers enjoy knowing some little tricks to show to their colleagues or friends. Today, I have decided to write about some of these keyboard magic that you can u...