Promises have not been a new concept in the javascript community. They have existed in the ecosystem for a long time. JavaScript promises existed even before they were officially made a part of the ECMAScript spec in ES6. These initial implementations were in the form of framework level implementations but were standardized as part of […]
Development
Rest and Spread operator: Three dots that changed JavaScript
The rest and spread operator have changed the way I do a lot of things in JavaScript and I have started using the three dots for a lot of tasks I do. I have become a big fan of the syntax and I will be sharing some of the numerous applications of the spread operator […]
Using Retrofit 2 and GSON for parsing JSON in Android
We have previously written about parsing JSON in Android without using any libraries in this post. In this one, we will use a library (Retrofit) for doing the same. Retrofit 2 is a HTTP client written in java. It is a type safe library that makes HTTP API calls. You can then convert it into […]
Why your Business Needs Custom Software Development
Businesses in the 21st century run through several factors including getting supplies, operation, management, customer service, and data gathering. Businesses may have a hard time surviving the competition when they don’t have tools such as software to oversee their operations. Know more about software in this link here. For example, a restaurant may need to […]
Using Emotion js in a react project
CSS in JS is a fairly controversial topic depending on who you talk to. What it gives you is the ability to do is write all your styling in javascript instead of creating a separate CSS file. I really like CSS in JS because it solves some of the major challenges for me like scoping, […]