Hrithwik BharadwajforHrithwik Bharadwajhrithwik.hashnode.net·Sep 29, 2021How I used HarperDB Custom Functions to build a web app for my newsletterI run a Whatsapp newsletter called Smart-Internet ⚡ where I share useful resources and articles about products, startups and marketing. But the problem with Whatsapp Newsletter is, new subscribers can't access the old content. So, I decided to cre...Tapas Adhikary and 2 others are discussing this3 people are discussing thisDiscuss·119 likes·1.4K readsdatabaseVery helpful!! 3
Himanshu SinghforHimanshu Singhhimanshoe.hashnode.net·Jun 29, 2021Using MongoDB in Ktor.This is the 4th blog in series of Kotlin for Backend. Do check it out if you want to get started in building backend with Kotlin using Ktor. https://himanshoe.com/series/kotlin-for-backend Till now, while creating an API you used collections in Kotli...Shreyas Patil and 4 others are discussing this5 people are discussing thisDiscuss·85 likes·6.7K readsKotlin for backendMongoDB
Mehmet Firat KomurcuforMehmet Firat Komurcumehmetfiratkomurcu.hashnode.net·May 11, 2021Couchbase: Failover and RecoveryNote: In this blog post, I assume that you have basic knowledge about Couchbase. Hello everyone, welcome to another Couchbase blog post. I highly recommend reading my Couchbase: Rebalance blog post before reading this post. There are scenarios that...Discuss·52 likes·633 readsNoSQL
Ayodele Samuel Adebayo (updated)forJavaScript Ninjaunclebigbaydev.hashnode.net·Jan 4, 2024Building Pinterest’s new wide column database using RocksDBBuilding Pinterest’s new wide column database using RocksDB [ ](https://medium.com/@Pinterest_Engineering?source=post_page-----f5277ee4e3d2--------------------------------)[ ](https://medium.com/pinterest-engineering?source=post_page-----f5277ee4e3...Discussdatabase
Sarthak DobriyalforSarthak's Blogsarthk.hashnode.net·Apr 23, 2023Database FundamentalsDatabase is a organized collection of structured information stored electronically Database Management is the task of maintaining database so that information is readily available Structured query langugage is used to query the data from the database...Discussdatabase
Muhammad AkramforThe Coding Sorcerer3akram.hashnode.net·Apr 21, 2023Manual Data Migration WoesHave you ever faced a scenario where there is an issue in your dev environment that you need to debug safely without affecting the environment? If so, you probably know how painful it is to manually copy data from your RDS to your local machine. But,...DiscussDatabases
James OkoliefordevJames' Tech Hubdevjames.hashnode.net·Apr 15, 2023You May Need MongoDBExploring the Benefits of this NoSQL Database If you are looking for a powerful, flexible, and efficient database management system, you may need MongoDB. MongoDB is a document-based NoSQL database that provides a wide range of features for storing a...DiscussMongoDB
Jon ChristieforJon's Tech Blogjonchristie.hashnode.net·Apr 12, 202310 Databases To CheckoutMySQL PostgreSQL MongoDB SQLite Microsoft SQL Server Oracle Redis Cassandra Couchbase MariaDB It's worth noting that the popularity of databases can vary depending on factors such as the type of application being developed, the size and co...Discuss·1 likeJavaScript
satish MishraforSatish's blogtechtonics.hashnode.net·Apr 10, 2023Exploring Aurora Serverless v2: Architecture, Scaling, High Availability, and FailoverAmazon Aurora Serverless is a fully managed, on-demand, auto-scaling relational database service(RDBMS) provided by AWS. It allows users to consume a database in a serverless mode, where the database automatically scales up or down in response to app...Discussaurora
Rutam Prita MishraforRPM Writesrpmwrites.hashnode.net·Apr 7, 2023Sentiment Analysis using MindsDB and OpenAIIntroduction Sentiment analysis is the process of determining the emotional tone of a piece of text. In this tutorial, we will be using MindsDB Cloud Editor and OpenAI GPT to perform sentiment analysis on Donald Trump's tweets. We will first set up t...Discuss·3 likes·87 readsmindsdb
MemgraphforMemgraphmemgraph.hashnode.net·Apr 3, 2023Synchronize Data Between Memgraph Graph Database and ElasticsearchAlmost every company today has some kind of database as a single source of truth. Graph databases proved to be useful in almost every industry you know about. They excel in the modeling process since the graph model can naturally map business scenari...Discusselasticsearch
Anton Nielsenforapex_debugapex-debug.hashnode.net·Mar 3, 2023Updated APEX Resource Manager PlanDuring APEX Instant Tips #46 Hayden and I recommended, nay, insisted that everyone use a Database Resource Manager plan. During the session we reference Joel Kallman’s seminal blog post on the topic: https://joelkallman.blogspot.com/2009/08/oracle-da...Discuss·4 likes·131 readsorclapex
Akshit AroraforAkshit's Dev Blogakshitarora0907.hashnode.net·Feb 28, 2023How to log your heavy database queries in your Laravel project?I work in data-intensive Laravel-based applications. So, the biggest problem that occurs as your application grows is that your application gets slowed down. Or, sometimes, the client keeps on saying that the application is running slow, but it is ju...DiscussLaravel