© 2023 Hashnode
#json-schema
#90DaysOfDevOps Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. You should know what all libraries one should use in Python for D…
I recently went through the process of learning about Schema markup and how to use it and figured I would share what I ended up with. For our website, we built a feature where users can search for dif…
In this blog, we'll walk you through creating a basic API using Node.js and Express that performs CRUD operations (Create, Read, Update, Delete) on a simple dataset. By the end of this tutorial, you s…
airbox - Tools & utility platform for developers, that was launched on 8-Feb-2023. I am so grateful to announce that, we are releasing the JSON Schema Generator support today. This is freely available…
Este artigo tem por objetivo orientar sobre o processo de validação das respostas de uma API utilizando o Postman. Através de tal processo é possível comparar, de forma automatizada, as respostas rece…
This article is part of a series about the code generator. Other posts in this series can be found here! Let's see where are with this code generator thingy. I split the code generation into different phases where the first one is generat…
If you maintain projects on Github, you must have come across Github Actions - which is Github's own CI provider where you can greate workflow files in .github/workflow/<xyz>.yml and get Github to bui…
JSON (JavaScript Object Notation) is a popular data format used for storing data in a structured manner. CSV (Comma Separated Values) is a simple file format used to store tabular data, such as a spre…
Quick Summary Working with JSON files extensively or to the extent that we need to at least remember or document the properties and structure of the JSON and to make sure that structure is followed as…
Creating database diagrams before an actual database implementation is quite important because it reduces the time spent during implementation, it provides a blueprint for the developer to follow duri…