Work with and support multiple database platforms

In the ever-changing world of technology, we sometimes inherit environments with multiple database platforms and must continue to manage them. This can cause many challenges, from deploying and maintaining code for different backends, to development challenges for...

Design data intensive cloud native applications

The cloud is transforming the way modern-day applications are being designed. Data is at the center of multiple challenges while architecting solutions in the cloud. With technology changing fast, there are new possibilities for processing data. Cloud native combines...

Fundamentals of database people and DevOps

DevOps is a software delivery philosophy that focuses on delivering quality faster. The environment of everyone is different. But we can translate the strategies discussed within into basic tactical gains that are easy to implement. View the educational webinar...

Understand indexes to write better queries

It is easy to learn how to query a database for information. SQL is a declarative language, meaning we tell the engine what to get, not how to get it. Some queries are fast, others are slow. We have all heard that an index will make the query faster, and often the...