Blog
354 articles · Page 15 of 15

Dropbox exordium
Hi Readers, The idea about this blog is to cover the basic steps which we have to do, to integrate Dropbox with our application. The readers should have a minim

Materialise your Angular App
As much as I love Angular, I also recognize that there are a few things that could make your Angular App look even more stunning without much effort! So, let’s

SwitchMap in rxjs
Let’s dive deep into switchMap with an example, so it helps as to understand what is it and when to use it. Say we need to implement functionality for traffic s

Understanding CSS: Precedence & Specificity
Have you faced a situation where you are trying to apply the CSS style to an element, but it does not apply? It seems the webpage is ignoring your code. This co

Learn RxJS in 1 Blog...(Javascript basics are recommended)
RxJS (stands for Reactive Javascript) is actually a well-known library that is used to handle asynchronous calls with multiple events. There are plenty of other

A dive into "Vuex" !
Let’s meet our hero - “The Vuex”! Vuex is a state management library that is used commonly in vue.js. But why do we use it? Vuex is very much useful in passing

We are reviewed on Clutch!
Squash Apps Receives 5-star Ratings for Development Services! We are proud to announce our partnership with Clutch, the leading B2B ratings, reviews, and resear

Mobile App Patenting
Mobile Apps are the ‘In’ thing and have been for young developers. College kids, and even some school kids these days are trying their hand at developing mobile

Tech Wars - Apple vs Qualcomm
What happens when tow giants decide to sue and countersue each other? Well, they generate a lot of news, and lose a lot of money, and give stuff to talk about f

Debounce And Throttle in Javascript
The greatest concern faced by UI developers is the performance issues in situations where functions are being executed excessively and in some cases unnecessari

Android 8- Oreo!
Oreo - Not just for your Taste buds anymore! There has been a lot of hoopla for iOS 11 and the launch of iPhone 8 and iPhone X, and amidst all that, it almost f

Swift and Objective C
Swift has swiftly taken over our lives (Pun intended!). The fact that one does not have to go through the ordeal that is Objective C has got many people rejoici

Performance: Hybrid Apps Vs Native Apps
“While 79 percent of consumers would retry a mobile app only once or twice if it failed to work the first time, only 16 percent would give it more than two atte

AngularJs SEO with Prerender.io
Built a beautiful, snappy, user-friendly website using AngularJS, and now you want more users to start browsing it. But, AngularJS which fully embraces the asyn

Overview of Amazon Lambda
Before we start with amazon lambda, what all things do we need to do in the production env to run our service. 1) We setup a machine ( say a VM), with certain c

What really is Javascript's Event Loop
All of us know Javascript is a "single-threaded non-blocking asynchronous concurrent language, It has a call stack, an event loop, a callback queue, some other

How to implement SwiperJs slides with IONIC 1.x
With the release of V1.2, ionic announced the support for SwiperJs with the new directive ion-slides. The older ion-slidebox will be deprecated over the new ion

Top 9 mistakes to avoid for Angular v1 developers
AngularJs has seen a tremendous improvement over the last couple of years. With a strong core team, thousands of supporting modules in the ecosystem and backed
