Category Archives: Technology

Home Archive by category "Technology" (Page 5)
Swift
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 rejoicing. So much so, that according to a Stack Overflow survey, “77.6% developers around the globe preferred Swift over Objective C for iOS app...
05ff454-1
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 asynchronous model creates problems for Google’s crawlers and this is how the google indexes an angularJs sites: Obviously, this is not what ...
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 configurations like os, ram, space etc. 2) You setup a server there. 3) You deploy your app. 4) You start the server. […]...
yarn-441683_1280
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 apis and stuffs” . We have also heard about V8 – Chrome’s Javascript runtime engine. Many of us have known already...