SQL Technique: Users Who Consecutively Logged In For Multiple Times

Working with Sql to query a database is both simple and complex but is an alluring experience for everybody. For the simple requirement it is quite simple and straight forward, but for complex scenarios you have to give a fair amount of thought before finalizing your desired query. Below we’ll walk you through some simple […]

Continue Reading

PowerShell Technique – Get RSS Feed For Weather Update

Windows PowerShell is a robust programming platform which has the capability to cover, by and large, everything a developer can imagine. In this article we’ll articulate a little example to get the weather update through RSS feed. This example uses the PowerShell’s Invoke-RestMethod cmdlet to get weather information from BBC Weather update. Invoke-RestMethod cmdlet pulls […]

Continue Reading

Windows PowerShell Technique: Obtain Network Data

In order to connect to any local area network (LAN), the first thing every computer requires is the Network Adapter or a Network Interface Card. A network interface card is a computer hardware device that connects a computer to a computer network. Below, we’re going to discover almost all information regarding the connected network adapter; […]

Continue Reading

MS Excel Technique: Calculation of Public Holidays in USA

Microsoft Excel provides a very powerful formula language. You can achieve amazing things if you’re well capable of using it. Here’s the calculation of some of the public holidays in USA. You can calculate the rest in the same manner. Place the years in column A. Please refer to the below images taken from the […]

Continue Reading