BLOG

Latest Articles

SQL TOP Explained [Practical Examples]

SQL TOP clause is used to limit the records returned as the result set of SQL select query by specified number of rows or percentage of rows in SQL Server.

By falgunithakker · 8 min read · SQL

4 programs that shows how Java global variables work

A Java global variable is a variable that is declared outside a method or at the start of a code is a global variable, there are no access restrictions on a …

By azkaiftikhar · 6 min read · JAVA

Getting started with CI/CD on AWS [Hands On] - Part 2

In this tutorial, we learned about AWS CodeDelpoy and AWS CodePipeline to set up CI/CD on AWS. First, we created a two-stage pipeline consisting of CodeCommit …

By mahnoormalik · 11 min read · AWS