How to host a web service with dependencies on many APIs/SDKs which expose methods in different languages
A project I’m working on currently depends on several SDKs and APIs that perform identical tasks, but for different external products. For example, in an Internet of Things world we have a common interface of TurnOn
, TurnOff
, GetStatus
, etc. Having all of these dependencies in the meat and potatoes of my project is getting messy, and I want to pull it out into a separate web service that exposes these common functions over a REST API.
REST API + “Micrososervices” boundaries
I have a REST API. The fundamentals of the API takes care of two things.
REST API + “Micrososervices” boundaries
I have a REST API. The fundamentals of the API takes care of two things.
REST API + “Micrososervices” boundaries
I have a REST API. The fundamentals of the API takes care of two things.
REST API + “Micrososervices” boundaries
I have a REST API. The fundamentals of the API takes care of two things.
Folder structure or database structure for creating/editing ‘files’?
As a hobby experiment I am creating a on-line tool for creating web sites with the ability to create custom HTML and CSS using a template engine for safe-use of functionality.
Folder structure or database structure for creating/editing ‘files’?
As a hobby experiment I am creating a on-line tool for creating web sites with the ability to create custom HTML and CSS using a template engine for safe-use of functionality.
Codifying architecture in requirements
For the development of a next generation of a medical monitoring device consisting of several dedicated hardware systems with embedded software, I am looking at the requirements for the current generation of the device to see what can be re-used. During this process, I cam across some requirements that explicitly specify a certain architecture for one of the sub-systems and requirements that presume that particular architecture.
Codifying architecture in requirements
For the development of a next generation of a medical monitoring device consisting of several dedicated hardware systems with embedded software, I am looking at the requirements for the current generation of the device to see what can be re-used. During this process, I cam across some requirements that explicitly specify a certain architecture for one of the sub-systems and requirements that presume that particular architecture.
Codifying architecture in requirements
For the development of a next generation of a medical monitoring device consisting of several dedicated hardware systems with embedded software, I am looking at the requirements for the current generation of the device to see what can be re-used. During this process, I cam across some requirements that explicitly specify a certain architecture for one of the sub-systems and requirements that presume that particular architecture.