I will discuss advanced PWA features that provide access to your hardware APIs. We are going to build an app with Face Recognition and Speech Recognition. This is now possible on the Web/Browser! The native experience users see on native apps is now brought to the web! This would open up a whole new approach.
This article explains step by step guide that how quickly you can develop an angularJs Web/Mobile application and connect it to Amazon Cognito service to enable user management in your application and you can focus on writing application features.
A Slash GraphQL service instance contains everything needed to provide data to an Angular app. Let’s make a fun demonstration using some of the worst movies of all time!
In order to optimize performance of your React code, you have to make sure that it’s not re-rendering unnecessarily. This is the main reason for bottlenecks.
JavaScript parser — Acorn and AST help us automatically and efficiently edit source code. This post shows you how to build and edit the AST of JavaScript code.
Version 3.8 of Apache POI Stream API has a stream api that can solve your big issues when exporting a huge excel spreadsheet with 200K-300K rows of data.
Source code protection is recommended by the OWASP and NIST as a way to prevent reverse-engineering and tampering attacks. Here's how to protect the source code of React.js apps.
We show a simple TypeScript pattern for building unit test dummies. We focus on simplicity so tests emphasize what's important and avoid incidental details.