mlops

Workshop | MLOps - The simplest

https://www.canva.com/design/DAFzrXffYuo/td-7wojJetDcIC1wL4yKjw/view?utm_content=DAFzrXffYuo&utm_campaign=designshare&utm_medium=link&utm_source=editor&fbclid=IwAR3pnmk4CJ5NGgugTrjUW7DPyrUhjxsQBS_RGOIhEfrfxzMpnlTMEtpIq0c

Message queuing and publish/subscribe messaging

What is Message Queue ? A message queue is a form of asynchronous service-to-service communication used in serverless and microservices architectures. Messages are stored on the queue until they are processed and deleted. So what is queue and what…

DDNS, DNS, VPN, VPS, Hosting, Kubernetes

DDNS       DDNS là gì ? - DDNS là viết tắt của Dynamic Domain Name System.Đây là phương thức ánh xạ tên miền đến địa chỉ IP động (IP WAN) từ tên miền sang định dạng số,  mỗi khi có sự thay đổi IP của hệ thống.  Dịch vụ DDNS được tạo ra để thay thế đ…

Scalable database

Strong and scalable database solutions are now essential in the age of big data and connected systems. Two cutting-edge technologies that solve the difficulties of maintaining data in complex and dynamic situations are distributed databases and clou…

Some SQL and PLSQL

SQL  1. Constraint Constraint is a rule applied in columns or table. It use to check validity of data, ensure accuracy, and integrity of data. If there is any violation between the constraint and the data action, the action will aborted.  Example: S…

Transaction In Database

Transaction is an important concept in database. According to Wikipedia database is an organized collection of data (also known as a data store) stored. To know basic of database, you can access a  blog . In this blog, we will learn about transactio…

Database Languages and Entity Relationship

Data Definition Language ( DDL )       DDL allows the DBA ( Database administrator ) or users to describe and name entities, attributes, and relationships required for the application plus any associated integrity and security constraints . Databas…

1

Data Back-up and Recovery Options

Describe the process you would use to determine the backup frequency of the data for your project's retail store.   Data is a valuable asset for businesses, and protecting it from loss or damage is critical for the continuity of operations (Ak…

Common mistakes made when adminitering a database

Database management faces various challenges that organizations must ensure the efficient deployment of new features, optimize performance, maintain a solid database structure, and protect data through appropriate access privileges. Mistakes in th…

Load More
That is All