Databases

Databases are the framework of many businesses nowadays. With many websites relying on fast and efficient access to their data, keeping track of updates and changes is more important than ever. Packt Hub is here to help you find the latest news on databases like MySQL and PostgreSQL. We’ll keep you up to date with the latest developments in data storage and access.

The CAP Theorem in practice: The consistency vs. availability trade-off in distributed databases

0
When you choose a database you are making a design decision. One of the best frameworks for understanding what this means in practice is...

Different types of NoSQL databases and when to use them

0
Why NoSQL databases? The popularity of NoSQL databases over the last decade or so has been driven by an explosion of data. Before what’s commonly...

Key skills every database programmer should have

0
According to Robert Half Technology’s 2019 IT salary report, ‘Database programmer’ is one of the 13 most in-demand tech jobs for 2019. For an...
Aerial view on red car on the road near tea plantation

The road to Cassandra 4.0 – What does the future have in store?

0
In May 2019, DataStax hosted the Accelerate conference for Apache Cassandra™ inviting community members, DataStax customers, and other users to come together, discuss the...
LEGO launches BrickHeadz Builder AR, a new and free Android app to bring bricks and toys to life

Building a scalable PostgreSQL solution 

0
The term  Scalability means the ability of a software system to grow as the business using it grows. PostgreSQL provides some features that help you...
MongoDB withdraws SSPL from approval process

MongoDB withdraws controversial Server Side Public License from the Open Source Initiative’s approval process

0
MongoDB's Server Side Public License was controversial when it was first announced back in October. But the team were, back then, confident that the...
computer

Protocol flaw in MySQL client allows MySQL server to request any local file from...

0
Last week, William de Groot, a digital forensics consultant discovered a protocol flaw in MySQL, which he alleges is the main reason behind e-commerce...
Crayon graph

Why Neo4j is the most popular graph database

0
Neo4j is an open source, distributed data store used to model graph problems. It departs from the traditional nomenclature of database technologies, in which...
Polyglot persistence echews a one size fits all approach to data

Polyglot persistence: what is it and why does it matter?

0
Polyglot persistence is a way of storing data. It's an approach that acknowledges that often there is no one size fits all solution to...
Angular 8

The trouble with Smart Contracts

0
The government of Tennessee now officially recognizes Smart Contracts. That’s great news if we speak in terms of the publicity blockchain will receive. By...

Must Read in Cloud & Networking

Top life hacks for prepping for your IT certification exam

0
I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed up for a class that lasted one week, per...

Must Read in Data

Learn Transformers for Natural Language Processing with Denis Rothman

0
Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN and CNN models in use today. Artificial intelligence is...

Distributed training in TensorFlow 2.x

Interviews