thiscodeWorks - Saving, organizing & sharing the best of code online
Save code snippets in the cloud & organize them into collections. Using our Chrome & VS Code extensions you can save code snippets online with just one-click!
POWERSHELL: USE PARAMETERS AND CONFIGURATION FROM INI FILE, USE AS SPLATTING
I was working on one of my friends requirement for automating scripts, He wanted a safe way to use parameters and configuration values from external file instead of modifyi...
Uncover the Hidden Advanced Settings in Windows 11 for Enhanced...
The evolving landscape of Windows 11 continues to intrigue both casual users and power enthusiasts, particularly as Microsoft introduces features that expand system customization without overt...
oRm is a lightweight Object-Relational Mapper (ORM) for R. It simplifies database interactions by allowing users to define table models, insert and query records, and establish relationships between models without writing raw SQL. oRm uses a combination of DBI, dbplyr, and R6 to provide compatibility with most database dialects.
How to Generate JSON Schema Effectively and Efficiently
Creating a JSON schema can be a crucial step in ensuring data consistency and quality, especially when dealing with APIs and data exchange. Below is a detailed guide on how to create a JSON schema:
Discover how OpenAPI can revolutionize your API development process with a streamlined, Git-centric workflow. Learn about design, governance, and automated deployment of documentation, mocks, and SDKs, all while maintaining a single source of truth.
Data Dictionary | RESO - Real Estate Standards Organization
The RESO Data Dictionary is the real estate industry’s universal language for data. It allows a wide range of systems to talk to each other in a seamless manner. The Read More »
I came across this Reddit thread: https://www.reddit.com/r/golang/s/Bv7TPIvVlM...
The discussion around API vs DB vs domain models is particularly relevant to LandRise's architecture, given its integration with the Real Estate API (REAPI)...
Loading large nested JSON files into Azure SQL db using Azure Data Factory - Microsoft Q&A
Hi all,
I am currently working with large nested JSON files stored inside a blob container. Each file has a different structure with varying fields and data types, and nested arrays.
My goal is to load these files into an Azure SQL database in an…
Defining resource creation and update operations with OpenAPI
unevaluatedProperties: false
This article pulls in lots of aggregated knowledge from earlier articles in the Language of API Design series:
Mapping a domain model to OpenAPI
Patterns for clean URLs and URL structure
Defining the request body for a POST operation
Defining API responses with OpenAPI response objects and response body data format with JSON Schema
Composing JSON Schemas to keep the OpenAPI definition DRY
Understanding the subtleties of JSON schema (notably, unevaluatedProperties)
Defining reusable response objects to keep the OpenAPI definition DRY
Defining how the API handles problems with client requests as well as server errors