
Demo of Red Hat OpenShift Database Access for developers (Service Preview)
See a demo of the service preview release of Red Hat OpenShift Database Access, a cloud service offering on Red Hat OpenShift Dedicated or Red Hat OpenShift Service on AWS. Red Hat OpenShift Database Access makes it easier to discover, consume, monitor, and manage databases. In this demo, geared towards developers, Jeremy Ary runs through […]
Read More
Transaction SQL tutorial : SQL Commit and Rollback
- Frank
- January 5, 2022
- Data
- database
- database errors
- Hadoop Case studies
- Hadoop certificate
- Hadoop class
- Hadoop class weekly
- Hadoop Live Practical Class
- Hadoop projects
- Hadoop training live technical support
- Hadoop training online
- Manipulation
- Multiple tables
- mySQL
- PHP
- SQL
- sql tutorial
- Tables
- transaction
- What is SQL
A great tutorial on the ACID capabilities of SQL. A transaction is the propagation of one or more changes to the database. For example, if you are creating a record or updating a record or deleting a record from the table, then you are performing transaction on the table. It is important to control transactions […]
Read More
Sqlite Backend for Beginners – Create Quick Databases with Python and SQL
Sqlite, is a library known for its quick and simple databases. With the help of Python, we will cover all the basics of creating databases, tables, inserting data into those tables, selecting and fetching database rows, searching data within the database and manipulating this data inside our code. All this – in less than 15 […]
Read More
What Happens When you plug the AMD Radeon RX 6700 XT into a Raspberry Pi
- Frank
- October 18, 2021
- adapter
- AI
- amd
- amdgpu
- assembly
- Bitcoin
- Build
- card
- cm4
- compile
- compute
- compute module
- compute module 4
- cooling
- cross-compile
- crypto
- CUDA
- currency
- database
- drivers
- enclosure
- Ethereum
- Gaming
- GPU
- Graphics
- how-to
- insane
- Kernel
- Linux
- live
- Machine Learning
- mining
- ML
- Nvidia
- Open Source
- PC
- pci
- pci express
- pcie
- performance
- Power
- proxmox
- radeon
- Raspberry Pi
- recompile
- riser
- rx 6700 xt
- sshfs
- Tutorial
- VM
- x1
- x16
This guy bought an AMD Radeon RX 6700 XT and plugged it into a Raspberry Pi to see what would happen. Contents: 00:00 – How much did it cost? 00:50 – Unboxing 04:05 – Pi Problems 05:40 – Plugging it in 09:59 – No explosions, yay! 12:18 – Needed: a Driver 12:40 – Compiling the […]
Read More
What is Azure Cosmos DB?
Mustafa Branch explores of Microsoft Azure Cosmos DB and to learn why and when developers are choosing to leverage NoSQL data in their applications.
Read More
Redis in 100 Seconds
Redis is an extremely fast in-memory database often used as a cache. It has evolved into a multi-model database with support for graphs, JSON documents, full-text search, and more. Fireship explains it all in 100 seconds.
Read More
Better Web Scraping with Mechanical Soup
I wrote a lot of web scraping libraries back in the day in C#. I had considered porting my library to Python. Python Simplified discusses the benefits of using Mechanical Soup over Beautiful Soup for web scraping.
Read More
Using Azure Cosmos DB for Faster Delivery and Data Insights
Based in Germany, Munich Reinsurance Company (Munich Re) is one of the top providers of reinsurance, primary insurance, and insurance-related risk solutions in the world with a vast client base and a 140-year history. The company chose Azure Cosmos DB as the database to power MIRA Digital Suite, a newly-built cloud-native digital insurance applications and […]
Read More
Leveling Up Your Azure SQL Database Deployments
The Basic, Standard, and Premium service tiers fulfill a lot of customers’ needs. For some customers, though, the General Purpose, Business Critical, and Hyperscale service tiers offer additional performance and ability that is required for certain workloads. Even if you don’t require those abilities, the technology and infrastructure behind these are worth learning. In this […]
Read More