BLOG

Latest Articles

Java string method explained [Easy Examples]

Concatenate Java strings, Finding length of String, Index and positioning of java strings, Comparing Java strings, change Java strings to upper case or lower …

By bashiralam · 10 min read · JAVA

20 grep command examples in Linux [Cheat Sheet]

20 most used grep command examples in linux. grep command is used match patterns across files, directories. You can use multiple arguments to enhance the patter …

By rohantimalsina · 6 min read · CheatSheet

SQL Union Operator Explained [Easy Examples]

SQL Union Operator or clause is a one of the SQL Set operators which is used to merge or combine two or more SQL Select Query results into single result set.

By falgunithakker · 8 min read · SQL

git prune explained [Easy Examples]

Git prune is a git function whose main purpose is cleaning stale or dormant objects from a git repository. A stale object in git becomes unreferenced and cannot …

By admin · 6 min read · GIT

Java Operators Explained [Easy Examples]

There are a total of eight java operators. Arithmetic, Rational, Logical, Bitwise, Assignment, Shift, Unary, Ternary operators

By bashiralam · 11 min read · JAVA