The Tech PlatformFeb 28AzureHow to make a call to chat API using REST API in Azure OpenAI ServicesIn the evolving world of technology, APIs have become the building blocks of software development. They allow different software systems...
Sofia SondhFeb 3SharePointCreate a SharePoint Site Column using Rest APIIf you want to make SharePoint work better for your team and customize it according to your needs, using the Rest API is a smart move. In...
The Tech PlatformMar 2, 2022APIWhat is API Versioning? API Versioning Methods/Types Versioning is the practice of creating collaborative data sharing and editing controls to ensure that your product continues to give...
The Tech PlatformAug 13, 2021JavaDtoMapper — Data Transfer Object Pattern implementation in JavaWhen designing modern scalable server applications, we most often use a multi-layered architecture relying on best patterns and...
The Tech PlatformJul 30, 2021GraphQLHow to query with GraphQL?Getting too much data than what is needed, getting less data than we want, querying multiple endpoints for required data. These are some...