Removing permanent redirects from next config
If you have been working with multiple Next.js web apps, and even if one of them has a permanent redirect set in next.config.js then your… Read More »Removing permanent redirects from next config
If you have been working with multiple Next.js web apps, and even if one of them has a permanent redirect set in next.config.js then your… Read More »Removing permanent redirects from next config
This article is the first post of a series where we will solve common code interview questions using different ways in JavaScript. If you have… Read More »Interview Question: Are two strings anagrams?
Google recently launched Android Studio 2.0 with a 3 times fast emulator and a bunch of new useful features such as Instant run. We recently… Read More »Android Studio 2.0 crashes on Windows
Every year, Google keeps on improving their standard User Interface. More and more iOS app developers are looking for Android like UI components to add… Read More »10 opensource iOS libraries for android like UI
Getting blank screens when you run your Sencha Touch app? Don’t worry, it’s probably an issue with the latest version of Chrome (v43) instead of… Read More »Sencha touch blank pages on chrome and android
There are a lot of apps out there with which you can control your PC in various different ways. This article tries to explain how… Read More »How to make an android remote control for PC
One of the biggest change in Microsoft’s vision, since Satya Nadella took the steering in his hands, is the focus to mobile and cloud technology.… Read More »Swift guide for the C# developer
Many a times you want to send data from your app to a backend. To send and store all that data, you need a database… Read More »POST data to Google Docs sheet via app
Whether you like it or not, this age is of Javascript. Many of the new age technologies and frameworks are using Javascript as their primary… Read More »Top 10 Javascript videos
ECMAScript 6 is the upcoming version of the ECMAScript standard. This standard is targeting ratification in June 2015. Implementation of these features in major JavaScript… Read More »“Classes” coming in ES6(JavaScript)