syncfusionsyncfusion-blogs.hashnode.dev·Feb 10, 2025React Image Editor: Load and Save Images from a Database EasilyTL;DR: Let’s see how to save and load images using the React Image Editor and SQL Server LocalDB. We’ll create an ASP.NET Core Web API to store images, connect it to a React app, and enable cropping, annotations, and filters. The backend handles imag...database
syncfusionsyncfusion-blogs.hashnode.dev·Feb 10, 2025Save Chat History to Firebase Realtime Database using the .NET MAUI Chat ControlTL;DR: Let’s see how to save chat conversations using Firebase Realtime Database in a .NET MAUI app. We’ll set up Firebase, configure the database, and integrate it with the .NET MAUI Chat control. Messages will be stored and retrieved in real time u....Net maui
Sylvester Daswww.minifyn.com·Feb 10, 2025Demystifying Authentication: Securing Your ApplicationsIntroduction In today's interconnected world, securing your applications is paramount. Authentication, the process of verifying a user's identity, plays a crucial role in this. This article explores various authentication types, providing clear exp...technology
Sunny Dsouzasunnydsouza.hashnode.dev·Feb 9, 2025Exploring Oracle Cloud's Always Free Tier: Essential Services, Use Cases, and Setup TipsI recently stumbled upon Oracle Cloud. Previously, I ahve experiences with using AWS Free tier services (valid for 12 months) for spwaning EC2 instances. However, upon some research, it seems Oracle Cloud Infrastructure (OCI) offers one of the most g...Oracle Cloud
CodeXoft KEblog.codexoft.tech·Feb 9, 2025Part 1: Introduction to DatabasesWhat Is a Database? Understanding the Backbone of Modern Applications A database is a structured collection of information that is organized so it can be easily accessed, managed, and updated. Think of it as a digital filing system that can store mas...10 likes·36 readsMastering Databases: From Fundamentals to Advanced TechniquesDBMS
Sylvester Daswww.minifyn.com·Feb 2, 2025Four Underrated DevOps PracticesDevOps, the practice of integrating development and operations teams, is often discussed in terms of automation, CI/CD, and infrastructure as code. While these are crucial, some equally important practices often fly under the radar. This article expl...technology
Sudesh Rajendra Sawantdatawithsql.hashnode.dev·Jan 30, 2025SQL Data Types & Basic SyntaxWe introduced SQL and its importance in managing relational databases. Today, we’ll dive deeper into the foundational concepts of SQL, starting with data types and basic syntax. Understanding data types is crucial for creating efficient and well-stru...Structure Query Languag
Darshit Anjariadarshitanjaria.hashnode.dev·Jan 29, 2025Mastering Database Sharding: A Beginner's Guide to Scalable Data SolutionsIn the era of big data and high-demand applications, database performance is critical. As data grows exponentially, traditional scaling techniques may fall short. Enter database sharding, a powerful strategy for managing and scaling large databases. ...Databases
Gagan G Saralayagagang.hashnode.dev·Jan 28, 2025Introduction to Database DesignThere are 2 approaches to create a database Top Down(Design by analysis) Bottom up(Design by synthesis) The impact goals of database design is to reduce redundancy and preserve information consistency. Informational guildelines to design relation...DBMS
Abhinandan Mishraabhinandanmishra1.hashnode.dev·Jan 27, 2025System Design - Understanding Databases - Part 5In the world of database management, choosing between relational databases (RDBMS) and non-relational databases (NoSQL) is a critical decision. This article explores the limitations and benefits of relational and non-relational databases and provides...10 likes·48 readsLearning System DesignSystem Design