17 Best Git Tips For Developers
Categories
GIT

This article is aimed at somebody who has been using git for three months or more. I’ve been using git for a few years, and I wanted to share the most practical tips that I’ve learned along the way. Hopefully, it will be useful to somebody out there. This article is aimed at somebody who […]

CSS Flipping Animation
Categories
CSS

Learn how to easily create and stunning CSS Flipping Animation in just few lines of code. CSS flip cards look cool and can lead to greater user experience.

Write tidy Select and Join SQL Queries in PHP
Categories
PHP

Most of us have to interact with databases now and then in our projects, and SQL is by far the most common language used. However, working with SQL in PHP can be messy. If your queries are complex, you have to code them up as text strings which can be error prone, and suffer from formatting challenges. Also, […]

React.js vs Angular
Categories
Angular JS, JavaScript, React JS

Choosing the right framework for a new JavaScript system, application or website is a top priority for any business. So, how are we supposed to decide? A pros-and-cons list never hurts. Spoiler Alert…. I love React.js React React is developed and maintained by Facebook and used in their own products, including Instagram and WhatsApp. It […]