Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Need to Verify Your JSON Schema? Here's a Few Ways to Do It!If you work with APIs or any form of data exchange, you've likely encountered JSON (JavaScript Object Notation). JSON is a popular format for transmitting structured data because it is lightweight and easily understandable. However, as your projects ...APIs
Daniel Olahdanielolah.hashnode.dev·Dec 15, 2024How to Build Flexible Data Models in Django with JSONField and PydanticTraditional relational databases have long struggled with storing semi-structured data. This inflexibility comes from the need for a predefined schema, which can require upfront planning. But in recent years, RDBMS have evolved, offering more flexibi...10 likes·50 readsDjango
SharathchandarKsharathchandark.hashnode.dev·Dec 6, 2024JSON Formatter and Beautifier in HTML CSS and JavaScript | JSON MinifyOverview: Welcome to our JavaScript JSON Formatter and Beautifier Coding Tutorials. How to Build a JSON Formatter and Beautifier using HTML, CSS and JavaScript | JSON Beautifier JavaScript | Own JSON Formatter with JavaScript (Prettify/Minify) JSON ...json
Henry Andrewsmodern-json-schema.com·Sep 21, 2024Analyzing the OpenAPI Tooling EcosystemWelcome to a new series of posts that will take you on a visual journey through the OpenAPI Specification (OAS) and its tooling ecosystem! Why diagram the OAS ecosystem? As part of the efforts to design OAS 3.2 and 4.0 “Moonwalk”, I wanted to figure ...8 likes·17.8K readsOpenApi
Vitali Haradkouvitalicset.hashnode.dev·Sep 16, 2024Ajv-ts got 0.9. What's new?The latest Release 0.9 of the Schema Validation Toolkit - ajv-ts brings a suite of enhancements to improve developer productivity and ensure better validation accuracy. Whether you're building complex data models or just handling basic input, these u...Ajv-ts library updatesajv-ts
Shiv Iyershiviyer.hashnode.dev·Aug 16, 2024Implementing Calculated Columns in MongoDB: Techniques and Best PracticesIn MongoDB, calculated or derived columns (sometimes referred to as computed fields) are not natively supported as part of the schema like in traditional relational databases. However, you can implement calculated fields using several techniques, dep...47 readsMongoDB
Stephen Collinssteve555.hashnode.dev·Aug 12, 2024Introducing JSON Schemas for AI Data IntegrityAs AI models, particularly large language models (LLMs), become integrated into business critical applications, developers face the challenge of managing and validating data structures effectively and reliably. This is where JSON Schemas come into pl...llm
Esther Okaforestherokafor.com·Jun 25, 2024Beyond Basics: Leveraging JSON Schema for API Security TestingSecurity testing is critical, yet many resources overlook the specifics of API testing. This gap poses challenges for QA engineers tasked with securing these crucial interfaces. This article delves into how JSON Schema can help QA professionals test ...303 readsjson-schema
manish maharjanforJoBins Engineeringblog.jobins.jp·Jun 25, 2024Eager Loading with JSON Columns in LaravelManaging relationships among different entities has been a common requirement in the context of modern web applications. Relationships are maintained to organize and structure data in databases, facilitating efficient querying and manipulation of rel...2 likes·84 readsLaravel
Mihir Chaplemihirchaple.hashnode.dev·Jun 4, 2024Optimizing Authentication Flow : A Deep Dive into Access & Refresh TokensWhat is Access Token ? Access tokens are used in token-based authentication to allow an application to access an API. The application receives an access token after a user successfully authenticates and authorizes access, then passes the access token...access-token