3 posts tagged with "clang"
MongoDB in C using mongoc library
Posted on September, 2021Intro Mongoc is a client library in C for MongoDB. It packs with a libbson library that makes it easier to parse and process bson document data (just like libjansson). Github Link Download and install…
Read full postRedis basics using hiredis C
Posted on February, 2021Introduction, Downloading & Installing hiredis Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis works with an in-memory…
Read full postThis is my first blog on this dev diary | hello world in C
Posted on September, 2020This is my first blog on this platform, I'll keep adding more stuff as time passes by, below is a self explanatory code written in C just for testing 🙂 Do visit my github account
Read full post