Authorization Terms You Hear A Lot incredibleopinions5 years ago If you are a developer or not, you might come across some scaring abbreviations when signing your email or social media accounts like S... 0 Comments 2 minuteRead
Flexbox Responsive Grid System incredibleopinions7 years ago Why Flexbox? Most of the modern responsive grid systems lack the flexibility to support the functionality of shrinking, stretching, ... 0 Comments 2 minuteRead
Why NodeJS is asynchronous? incredibleopinions8 years ago There are 2 ways of handling requests and executing them in programming: Synchronous It waits for one operation to be complete... 4 Comments 1 minuteRead
Learning the basics - ReactJS and Redux incredibleopinions8 years ago REACTJS A JavaScript library built by Facebook for building user interfaces. It is currently one of the most popular JavaScr... 8 Comments 4 minuteRead
Fat Arrow in JavaScript incredibleopinions8 years ago One of the most popular ES6 features - Fat Arrow Functions ! Arrow function (or Fat Arrow function) expression is just a sugary syntax... 2 Comments 1 minuteRead
Git Basic Commands incredibleopinions8 years ago Git is the most widely used version control system in the world. It is free and open source project which tracks changes in the working... 3 Comments 2 minuteRead
Backticks in JavaScript incredibleopinions8 years ago You must be familiar with "..." and '...' for declaring string literals. However, string literals with these delimit... 1 Comments 2 minuteRead