Articles on guest
Powering PHP With JanusGraph
With JanusGraph's increasing popularity, it's no surprise that developers have been building tools around it. In this Compose…
Code-First Database Design with Entity Framework and PostgreSQL
Another Write Stuff cycle has begun and we're kicking it off with Mariusz Bojkowski showing us how to do Code-First database…
Going Serverless with IBM Cloud Functions and Compose Redis
Database connections are easy with serverless platforms like OpenWhisk. All it takes is packaging up your favorite language-A…
How to Handle Tagged Data with Redis Sets
It's easy to forget that Redis is more than just an in-memory cache. Sets are a powerful data structure in Redis. Learn how t…
Utilizing Etcd3 with Go
With etcd3 powering many cloud applications and infrastructures, it's time to learn how you can use it. In this Write Stuff a…
From SQL to Scylla - User and Session Management
In this Write Stuff article, Kirk Morales looks at how SQL database techniques can translate over to NoSQL databases like Scy…
Mastering PostgreSQL Tools: Full-Text Search and Phrase Search
In his latest Compose Write Stuff article on Mastering PostgreSQL Tools, Lucero Del Alba writes about mastering full-text and…
Push Notifications With MongoDB
Push notifications are a staple of mobile and Internet of Things applications, and in this Write Stuff contribution Don Omond…
How to enable a Redis cache for PostgreSQL with Entity Framework 6
Caching a database can be a chore but in this Write Stuff article, Mariusz Bojkowski shows how easy it can be to add a Redis…
Integration Testing Against Real Databases
Integration testing can be challenging, and adding a database to the mix makes it even more so. In this Write Stuff contribu…
Accessing Relational Databases Using Go
Have you considered using Go to access your relational databases? In this Write Stuff article, Gigi Sayfan shows you how to a…
Mastering PostgreSQL Tools: Filters and Foreign Data Wrappers
Lucero Del Alba takes a look at how to use PostgreSQL's filter clause, and streamline database imports using PostgreSQL's for…
Simple OAuth With MongoDB & MySQL
Don Omondi, Campus Discounts' founder and CTO, discusses securing applications with OAuth and shows you how to securely store…
Faster Operations with the JSONB Data Type in PostgreSQL
Lucero Del Alba takes a look at how to get better performance out of jsonb data types in PostgreSQL in this Compose's Write S…
Use All the Databases – Part 2
Loren Sands-Ramshaw, author of GraphQL: The New REST shows how to combine data from multiple data sources using GraphQL in p…