Published in AWS in Plain English·PinnedAWS: How to Set Up a Budget Before Using Amazon Web Services→ Have you ever been shocked to see large bills the first time after using AWS? In this article, we will be seeing the way to set up an Amazon budget beforehand. → Initially, I was using AWS services in my previous company. …AWS5 min readAWS5 min read
Mar 19MobX Store with React JS (Another powerful store like Redux) | 2023→ MobX is a state management tool. This is another store like Redux. → The code is less complicated yet powerful. There are three terminologies: 1. State — Data that drives the application. The MobX store state. We mark a property as observable and MobX is smart enough to know…Mobx9 min readMobx9 min read
Mar 4Exploring Azure’s Multiple Speech and Translator APIs→ There are many Natural Language Program (NLP) APIs that can help when adding voice features to our application. → Let us now look at some of the APIs: 1. Translator Text API: → Basically if we need an API that converts from one language text to another handled by this Azure API, we…Azure4 min readAzure4 min read
Feb 25Azure’s Natural Language Processing Services (NLP)→ In this article, we will understand high-level multiple NLP services overview. → With NLP services, we get intelligence from a conversation, speech, or written text in readable language. → This is part of Azure Cognitive Service. A. Language: Language: Extracting meaning from unstructured text (in NLP) 1. Text Analytics API: → This service detects —…Azure4 min readAzure4 min read
Feb 21Azure Form Recognizer — Extract data from bulk scanned documents→ Form Recognizer is Azure’s AI service to extract data from scanned forms or documents. → Suppose there is a company that deals with lots of documents say a hospital or bank. → So manually copying from a large amount of document files can be a long or erroneous process. …Azure Form Recognizer13 min readAzure Form Recognizer13 min read
Feb 12Azure Face API — Advance Face Detection→ This is used to embed facial recognition into our apps for a seamless and highly secured user experience. → Face API helps with advanced Face detection: a. Age, Emotion, Glasses, Hair, Makeup b. Detect human faces, find similar faces, and match faces with a group. → As we know…Face10 min readFace10 min read
Jan 9Azure Computer Vision Service — An AI Cognitive Service→ In this article we will understand the first Artificial Intelligence (AI) and Machine Learning (ML) related service provided by Microsoft Azure. What is Artificial Intelligence? The theory and development of computer systems able to perform tasks normally like — human intelligence such as Visual perception, Speech Recognition, Decision making, Translation between languages Understanding Types of AI:Computer Vision10 min readComputer Vision10 min read
Dec 28, 2022Prime React with JavascriptIntroduction: → Prime React is a powerful Frontend design library → Prime React is a subsidiary of prime faces. → Initially Prime Faces gave a frontend (FE) for JAVA technology. → Later they have given FE for three Single Page Application (SPA) technologies — React, Angular, Vue JS i.e. PrimeReact, PrimeNG…Front End Development12 min readFront End Development12 min read
Dec 27, 2022Azure Identity and Active Directory→ Whenever a user logs in to an account, he does it with his identity. → The username and email ID are basic keys.Azure4 min readAzure4 min read
Published in AWS Tip·Nov 24, 2022Azure Data Box — Physical devices for data upload→ Normally when we upload data to storage for small to medium-sized data uploading using the Internet is fine (say around 100 TB data). → If we want to upload large-size data say 500 TBs of data. Uploading data will take time maybe a week or two. …Data Box3 min readData Box3 min read