AWS Storage Services

Selecting the storage service Simple Storage Service (S3): One of the first storage that Amazon offers. It is object-level storage. Glacier: It is used to archive data. Data that you need to retrieve average in 3 to 5 hours. CloudFront: Bringing the data close to your location especially web data Read more…

showing api image

What is an API?

Application Programming Interface (API) We often interact with the software or application by clicking drag and drop. We humans, interact with a user interface (UI) where we interact with buttons, arrows, and pictures. But programs don’t understand UI. They required code to work. The main purpose of the API is Read more…

image shows load balancer review

What is Load Balancer?

A load balancer is a way to have multiple servers perform the same operations. The main purpose of this device/software is to make sure to avoid the burden on a single application by districting workloads. Many new webservers deal with thousands if not millions of users and return the correct Read more…

databases

Databases

NoSQL Not based on SQL or relational design theory Design supports for fast transactions Relational Databases (RDB) RDB terminology Rows – tuples Columns – attributes/properties Tables – relations/entities/objects Views and results Relationship Primary key – Key in the current table. Each table has a unique primary key. Foreign key – Read more…

azure core solutions

Azure Core Solutions Quick Review

Azure IoT Hub It is a managed service for bi-directional communication. Also, it’s a PaaS which means building solutions from scratch. Azure IoT Central It’s an IoT platform that provides SaaS which means users don’t require deep technical knowledge. Provides service for connecting, management, and monitoring IoT devices. Azure Sphere Read more…