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 ...Discuss·8 likes·17.4K 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...DiscussAjv-ts library updatesajv-ts
Shiv IyerProshiviyer.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...Discuss·32 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...Discussllm
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 ...Discuss·299 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...Discuss·2 likes·73 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...Discussaccess-token
Esther Okaforestherokafor.com·May 19, 2024Beyond Assertions: Data Validation using Cypress with JSON Schema in End-to-End TestingIn our last exploration, we tackled various methods for asserting APIs using Postman. The positive feedback on that article reinforces the importance of robust API testing. While assertions are essential for verifying responses, what if we could move...Discuss·871 readsjson-schema
Aaron Jevil Nazarethaarons-space.hashnode.dev·Mar 4, 2024Delta Lake(.Parquet) vs JSON Formats for storageIntroduction Fast storage and retrieval of data are vital for maintaining a competitive edge, enhancing user experience, and facilitating efficient decision-making, especially in a fast-paced digital environment where responsiveness and scalability a...Discuss·11 likes·39 readsJavaScript
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Feb 23, 2024Fastify Fundamentals: How to Validate API ResponsesValidation is an important aspect of API development as it helps you check whether an API is working as expected, whether it returns the right data quickly, and if it meets security requirements. Developers who use Fastify need to remain aware of how...Discuss·2.3K readsplatformatic