techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#rest

12 posts12 participants1 post today
Continued thread

this paper cites one of my favorite publications. a first-authored paper which presented some of my work in Stanford's Radiology department.

to our knowledge, i built the world's 1st clinically-suited search engine for biomedical images (think: DICOM server) that could be searched using structured metadata provided by the radiologists reading the CT or MRI images, using open-source standards. #Ruby #RoR #REST #HTML5

link.springer.com/article/10.1

SpringerLinkManaging Biomedical Image Metadata for Search and Retrieval of Similar Images - Journal of Imaging Informatics in MedicineRadiology images are generally disconnected from the metadata describing their contents, such as imaging observations (“semantic” metadata), which are usually described in text reports that are not directly linked to the images. We developed a system, the Biomedical Image Metadata Manager (BIMM) to (1) address the problem of managing biomedical image metadata and (2) facilitate the retrieval of similar images using semantic feature metadata. Our approach allows radiologists, researchers, and students to take advantage of the vast and growing repositories of medical image data by explicitly linking images to their associated metadata in a relational database that is globally accessible through a Web application. BIMM receives input in the form of standard-based metadata files using Web service and parses and stores the metadata in a relational database allowing efficient data query and maintenance capabilities. Upon querying BIMM for images, 2D regions of interest (ROIs) stored as metadata are automatically rendered onto preview images included in search results. The system’s “match observations” function retrieves images with similar ROIs based on specific semantic features describing imaging observation characteristics (IOCs). We demonstrate that the system, using IOCs alone, can accurately retrieve images with diagnoses matching the query images, and we evaluate its performance on a set of annotated liver lesion images. BIMM has several potential applications, e.g., computer-aided detection and diagnosis, content-based image retrieval, automating medical analysis protocols, and gathering population statistics like disease prevalences. The system provides a framework for decision support systems, potentially improving their diagnostic accuracy and selection of appropriate therapies.

🌕 大部分RESTful API 並非真正的RESTful
➤ 重新認識RESTful API:超越CRUD操作與HTTP動詞
florian-kraemer.net//software-
這篇文章深入探討了RESTful API的本質,指出許多標榜為RESTful的API實際上並未完全符合Roy Thomas Fielding最初的設計理念。作者強調,真正的RESTful API應以超媒體驅動 (HATEOAS),並將資源定義為可透過URI識別的任何事物,而不僅僅是資料結構或CRUD操作。許多API在實作上過於簡化REST原則,忽略了其核心概念,導致其並非真正的RESTful。
+ 這篇文章讓我重新審視了我們團隊所設計的API,發現很多地方都只停留在表面的RESTful,沒有深入理解其背後的設計哲學。
+ 讀完這篇文章後,我更明白RESTful API的真正意義,以及HATEOAS在其
#軟體架構 #API 設計 #REST

Florian Krämer · Most RESTful APIs aren’t really RESTfulWhen talking about REST, it is worth reading the dissertation of Roy Thomas Fielding. The original paper that describes RESTful web, “Architectural Styles and the Design of Network-based Software Architectures” Roy T. Fielding (2000), introduces the Representational State Transfer (REST) architectural style as a framework for designing scalable, performant, and maintainable networked systems, particularly web services.

Introducing: BinkyLabs.OpenApi.Overlay a new library to parse and apply OpenAPI overlays in #dotnet !!! 🎉🎉🎉🎉

github.com/BinkyLabs/openapi-o

Over the last week, a good friend of mine Matthieu COSTABELLO and I have been hacking away to produce this new library. It's modeled after Microsoft.OpenAPI, parses, serializes and applies overlays to documents.

With overlays, you can maintain patches to #OpenAPI description, extremely useful when your team doesn't "own" the document but needs to maintain only a few changes. Using this library, a host of OpenAPI tools built in #dotnet will be able to support this specification and new feature!

Stay tuned for more projects from BinkyLabs!