© 2022 Hashnode
#json
Hello, so I needed to send some JSON payloads from PHP to a remote server, and capture the response, also on JSON format (hello to my fellow JSON pushers out there!) Well, it is natural to use the tri…
Parsing bugs are the gift that keeps giving in the age of APIs. We use a service; it works perfectly in debugging, QA, etc. Then some user input that made its way to the web request, returns a result …
MongoDB use documents to store DATA. What are Documents ? Documents are nothing but a way to organize and store data as set of field-value pairs. For eg: { name: "Apple", <- Field: Value rat…
Hi, my name is mana and I'm an automation consultant! Today I'm going to share with you about how we can build a fully automated system effortlessly with automation templates. This post is not a minds…
API Management is receiving a SOAP POST request with XML in the request body. Data from the request body has to be forwarded to a GET operation Import SOAP Service The public soap service https://www…
Have you ever built a simple ETL (Extract-Transform-Load) pipeline in python to convert a JSON file to CSV? Easy peasy, right????? But have you ever tried to transform a large dataset (Large here mean…
I am working on a web app and I am adding some database records through HTTP post requests. Everything is going fine but when I try to submit a JSON inside a JSON I get an error: My workflow Client a…
In this post you will read his to retrieve your city's current information regarding the weather. In the process, you will be introduced to Python's datetime and json modules. Weather data is freely a…
Os quiero contar hemos afrontado el reto de generar el archivo XML con el esquema de Europass (Europass acepta XML, PDF o PDF + XML). En un principio pensamos en la opción de usar las herramientas de …
Local Storage is a storage system built into browsers, it helps to store various information on the client side. Local storage is better than cookies, up to 5MB data can be stored. Even though, local …