Azure Storage
Storage Types and Endpoints Microsoft Azure provides cloud storage access via means of unique namespaces called storage accounts. These storage accounts are classified into different types accordi...
Storage Types and Endpoints Microsoft Azure provides cloud storage access via means of unique namespaces called storage accounts. These storage accounts are classified into different types accordi...
Introduction Firstly, what is a generative AI? Almost everyone nowadays is familiar with the concept–AI capable of creating original content while imitating human behavior. Copilot and Chat-GPT be...
Introduction The Azure platform provides us with a pool of AI tools such as Azure OpenAI—a generative AI service—Azure AI Content Safety—for filtering harmful content—Azure AI Speech—a TTS or STT s...
Multiclass Classification Multiclass Classification predicts which of the multiple classes the input belongs to, and follows an identical repetitive training, testing, and evaluation process like ...
Machine Learning is a crossroad between data science and sofware engineering; its objective is to make a processed data to make a software capable of prediction. In order to fulfill this, a fairly ...
I have started the learning sessions provided in the Microsoft website. I thought it would be better to documentate the essentials of the studies for my own good. Introduction AI is a software whi...
I stumbled upon the concept of message queues while trying to implement AWS cloud architecture; there were multiple services that I wished to utilize but data transmission among them was too freque...
I want to cover some other features of MySQL. Most of these are not localized within MySQL, but are written in MySQL grammar. I will try to compare the MySQL grammar with PostgreSQL one later on. ...
This post, I would like to talk about PostgreSQL, a popular RDBMS used alongside MySQL, MSSQL, and Oracle. Do keep in mind that the latter are commercial softwares and therefore have to be paid fo...
MySQL is the most famous non-commercial RDBMS available to use. This means that the said software is free to use. MySQL’s ease of use and low cost caused it to rank 2nd in the RDBMS ranking. I want...