Database

SQL Basics - Quick Revision

This article is for quick revision of SQL basics and have a look at the syntax of SQL statements.

Read
Programming

Javascript Useful Snippets

Here is a collection of some useful JavaScript snippets.

Read
Programming

Javascript Rapid Fire

Here is a collection of some core javascript question answers which can be used a rapid fire round in an interview...

Read
CSS-Tricks

Coloring Texts With Gradients

CSS does not accept gradient values for 'color' property, but we can still achieve color gradients for text color with this trick...

Read
Front-end

Becoming a Google Certified Mobile Web Specialist

While preparing for google certification of mobile web specialist, here are the notes I made that helped a lot in understanding the concepts of modern web...

Read
CSS-Tricks

Responsive Masonry Layout

When we need to display a list of items of uneven sizes, then Masonry layout is the best choice. Image gallery and Newspaper columns are some common examples.

Read