Amjad AHblog.amjad.codes·18 minutes agoACID and BASE in Databases: Key Differences ExplainedACID and BASE are acronyms for different database properties, describing how the database behaves during processing a transaction, ACID: A: Atomicity: it ensures that all steps or statements in a transaction are fully applied committed, or fully rev...database
Saravana Sai saravanasai.hashnode.dev·4 hours agoInside the Black Box: Unveiling the Secrets of Database InternalsIntroduction Databases are the backbone of modern software systems, enabling efficient data storage, retrieval, and management. But have you ever wondered how they work under the hood? What happens when you execute a query? How is your data stored on...Rust
Mahad Ahmedblog.mahad.dev·4 hours agoSetup your self-hosted MySQL on AWS EC2 UbuntuIntroduction AWS has a MySQL compatible database but it's expensive and sometimes the cost doesn't justify the convenience we get from having such a service for personal projects or projects that don't make money. The alternative solution is to have ...MySQL
Rohitrohit1101.hashnode.dev·16 hours agoBasics of YAMLYAML (YAML Ain't Markup Language) is a human-readable data serialization format used for configuration files, data exchange, and application setup. Basic Data Structures Scalars (Simple Values) # Strings name: John Doe message: 'Hello, World!' # Num...1 like·67 readsDevops
pranav madhukar sirsufalewhat-is-cors.hashnode.dev·18 hours agocreate intuitive and interactive dashboards and charts In React Application.Want to create intuitive and interactive dashboards and charts? Know more Overview The @mui/x-charts is an MIT library for rendering charts relying on D3.js for data manipulation and SVG for rendering. And, like other MUI X components, charts are pro...Data Science
Qasim Aminqasim.au·Jan 24, 2025Connecting MongoDB to a NextJs 15 ApplicationWhat is MongoDB? MongoDB is a database that can store data in JSON documents. It’s used to store structured, semi-structured, and unstructured data, allowing data to be used dynamically in projects instead of static data in your project. Setup - Cr...Beginner Developers
Alejandra Gomezalecoding.hashnode.dev·Jan 23, 2025Why will applying the Dependency Inversion Principle will make you a better developer?Hello everyone, This post is about a principle that has changed the way I approach software development. Imagine you’re building your dream app, and everything is going great. Until… you decide to switch your database or integrate a new API. Suddenly...1 likeNode.js
Aakashi Jaiswalaakashi.hashnode.dev·Jan 22, 2025Why is threat protection, like how is internet protected from the attackers, what's the technology?In an increasingly digital world, where our lives are intertwined with the internet, the importance of threat protection cannot be overstated. Cyber threats are constantly evolving, and as technology advances, so do the tactics used by attackers. Wha...1 likeInternet Protection
Pravin Jadhavnxtcode.hashnode.dev·Jan 22, 2025Understanding ORM and ODM: A Simple Guide for Backend DevelopersSure! Here's a simple blog post explaining ORM and ODM for backend developers. If you’re working on the backend of a web application and using a database to store data, you’ve likely heard of ORM and ODM. These terms might sound complicated at first,...orm
Abhishek SinhaforParseableparseable.com·Jan 22, 2025PostgreSQL monitoring with Vector and ParseableDatabase monitoring is one of most important components of building scalable, reliable infrastructure. Not only it helps in gaining deep insight into the DB’s performance, it also helps identifying optimisation opportunities, and understanding resour...30 readsPostgreSQL