Ali YazdizadehforDataChef's Blogblog.datachef.co·Oct 17, 2024From Information to Knowledge: Ontology in Knowledge GraphsIn the first part of this series, we explored how knowledge graphs are fundamentally different from traditional databases by shifting focus from isolated pieces of information to connected relationships. We also discussed various storage mechanisms f...Discuss·55 readsknowledge graph
Shivam barthwalshivamcoder.hashnode.dev·Sep 17, 2024Understanding Zod: A TypeScript-first Schema Declaration and Validation LibraryIn modern web development, especially when working with TypeScript, ensuring that data structures conform to expected types and formats is crucial. Whether it’s form validation, API responses, or ensuring the integrity of data throughout your app, re...DiscussTypeScript
Harsh Vardhan Pandeygeekyharsh.hashnode.dev·Sep 11, 2024Zod parse vs safeParse: Key Differences and When to UseZod is a powerful schema validation library that offers two primary methods to validate data: .parse and .safeParse. Both can be used synchronously or asynchronously (.parseAsync and .safeParseAsync), depending on your needs. Define A Schema: We’ll c...DiscusssafeParse
Nile Bitsnilebits.hashnode.dev·Aug 17, 2024How To Use The SQL Server ALTER Keyword To Modify Database ObjectsIntroduction The SQL Server ALTER keyword is a fundamental tool in a database administrator's toolkit, allowing for modifications to database objects without the need to drop and recreate them. This powerful command is versatile, enabling changes to ...DiscussSQL
Dominik Kellerfive.hashnode.dev·Aug 8, 2024Build a Database Schema In 5 StepsA database schema is a crucial component in database design that defines the structure, organization, and relationships of data within a database. Let's break this down into steps and create a simple example to illustrate the process. Why You Need ...Discussdatabase
Sajan Kumarsa102515.hashnode.dev·Jul 20, 2024Schema Validation with Zod .What is Zod ? Zod is a TypeScript library used for creating schemas to validate data types. It helps ensure that the data our program receives or works with matches the expected format, like checking if a variable is a number, a string, or a more com...Discuss·2 likes·36 readszod
Ankit Dwivediankitdwivedi.hashnode.dev·Jul 13, 2024Key Advantages of Zod in TypeScript ValidationIntroduction In modern web development, validating user input is crucial for ensuring data integrity and security. Various libraries and tools can help with this task, but Zod stands out for its simplicity, type safety, and powerful capabilities. In ...Discusszod
Nicholas Diamondnicholasdiamond.hashnode.dev·Jul 12, 2024CI/CD Pipelines for Database Changes: Safe Schema Migrations and RollbacksModern applications are highly data-dependent, so managing database schema changes safely is critical. Unlike code changes, database updates can be challenging to roll back, especially in live production environments where downtime isn’t an option. S...Discuss·319 readsci-cd
DataWisokadatawisoka.com·Jul 3, 2024Choosing the Right Database: Data modeling in Postgres vs DynamoDBData modeling is the blueprint for how your data is structured, stored, and accessed. The choice between a relational database like Postgres and a NoSQL database like DynamoDB often hinges on different data modeling philosophies and application requi...Discusschoose the right databse
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Jun 19, 2024Ultimate Guide: How to Effectively Delete a Schema from Snowflake DBOverview :- In the realm of managing databases, especially on platforms like Snowflake DB, understanding how to manage schemas — including deleting them when necessary — is crucial for maintaining a clean and efficient database environment. This guid...Discusssnowflake