Eleftheria BatsouforHashnode Town Hallarrogant-crook-interrupt-85.hashnode.net·Jul 1, 2022FeaturedBuild an Open Source app with PlanetScale in July, and compete for $20,000 in cash prizes and swags! 🎉Who's ready for Hashnode's next Hackathon? 🎉 We are excited to announce that we're partnering with amazing folks at PlanetScale for the July Hashnode Hackathon, Yay!!! About PlanetScale PlanetScale is a database for developers, scalers, creators, ...Nick Taylor and 30 others are discussing this31 people are discussing thisDiscuss·553 likes·15.3K readsHackathons 💻General ProgrammingWow, I love PlanetScale and Hashnode. Two great products coming together for a Hackathon! Amazing. 😻 10
Victoria Lovictoria.hashnode.net·Jun 22, 2021Curate Top Programming Blogs with React and HarperDBIn this article, let's learn about HarperDB, a very simple yet powerful database management solution that you can easily integrate with any app. To showcase some of its great features, let's build a React app together in this step-by-step tutorial. I...Tapas Adhikary and 10 others are discussing this11 people are discussing thisDiscuss·169 likes·1.3K readsRandom Projects to BuildReact
Insha Ramininshaweb.hashnode.net·Sep 8, 2021SQL & NoSQL Friendly Database- HarperDBHey Readers 👋 In this article we'll be exploring the database that is designed to handle most workloads, eliminating the need for multiple products. Okay, this sounds exciting, right? Let's meet the fastest & most flexible database on the market tha...Usman Sabuwala and 13 others are discussing this14 people are discussing thisDiscuss·163 likes·1.1K readsDatabasesBest explanation 👏 4
Stephen Appiahstevenwithph.hashnode.net·Apr 26, 2023Installing Postgres Extensions with Django Migrations.It’s possible to create Postgres extensions without having to log into your database and run it manually. The same task can even be more daunting if you have to do it the Docker way. Django makes it way easier with database migration operations. This...DiscussDjango
Arnab Chatterjeearnabchatterjee20k.hashnode.net·Apr 25, 2023Server Session Based Authentication over JWT authentication?? 🤔🤔Backend security is one of the crucial topics in backend development but most of us neglect it not because we want to but lack of resources. If we analyze the backend resources available to us the correct direction for a good backend is really very l...Discuss·37 readsWeMakeDevs
Shubham Singh1shubham7.hashnode.net·Apr 25, 2023Databases - the easy wayDatabases: just a digital tool that stores and organizes information in a way that makes it easy to access and merge. Therefore now we can write a technical definition of Databases that is "In technical language, a database is a structured collection...DiscussWeMakeDevs
Pratik Shivaraikarpratikms.hashnode.net·Apr 25, 2023Demystifying Connection Pools: A Deep DiveConnection pools are a critical aspect of software engineering that allows applications to efficiently manage connections to a database or any other system. If your application requires constant access to a system, establishing a new connection to th...Discuss·1 like·57 readsDatabases
Bharath Kalyan Sbharathkalyans.hashnode.net·Apr 24, 2023How to install & run MongoDB shell on Mac Terminal?Installation To install MongoDB you will need homebrew which is a package manager for Mac, something similar to npm or yarn. To install homebrew, head to homebrew installation and follow the steps to install it. Once you have successfully installe...Discusswebdev
Dominik KellerforLow-Code Software Engineeringfive.hashnode.net·Apr 24, 2023When To Use SQL vs NoSQL: An Expert Guide to DatabasesGiven the plethora of database options, how do you decide which type of database is best for your application? Are you going to go for a SQL (relational) or a NoSQL (non-relational) database? As developers, the choice is ours. And the success of a pr...DiscussSQL
Abhishek Guptaabhishek1987.hashnode.net·Apr 24, 2023Go and Redis, Better Together 🤝I recently presented this talk at the Conf42 Golang 2023 and I thought it might be a good idea to turn it into a blog post for folks who don't want to spend 40+ mins watching the talk (it's ok, I understand 😉) or just staring at slides trying to ima...Discuss·41 readsGo Language
Praise Idowutechstars.hashnode.net·Apr 23, 2023Understanding Database modelingData modeling is the process of creating a model for the data you want to store in a database. To design a database you need to understand: The business requirements Build a conceptual model of the business Build a logical model Build a physical ...DiscussDatabases
Kelechukwu Awokekelechukwu.hashnode.net·Apr 23, 2023Change Data Capture (CDC) - Capturing Data Changes in Real TimeAt this time of rapid technological advancement, businesses need to actively update and maintain reliable data to stay competitive and not lose out on the current trend. Change Data Capture (CDC) is an important aspect of data integration that enable...DiscussData Science
Nitin KalraforToday I Learnedtil.hashnode.net·Apr 23, 2023Isolation Levels in DatabasesIsolation levels are a critical aspect of database design and management. They determine how transactions are managed and how they interact with one another, affecting data consistency, concurrency, and performance. Choosing the right isolation level...DiscussDatabases