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
CSS-Tricks

Torch/Laser Effect Using Dynamic CSS Gradient

CSS offers some really cool features. Here I am showing a torch effect or say laser gun effect and it's really simple to implement with little bit of CSS and javascript.

Read
Front-end

Front-end Code Review Guidelines

Code Review is an extremely important step in developing quality applications. Here's the checklist of things to keep in mind while doing self code review and peer reviews of front-end code.

Read