Explore chapters and articles related to this topic
Production
Published in Wanda Grimsgaard, Design and Strategy, 2023
Software frameworks help developers make applications in a faster and more standardised way. Among the benefits are: time-saving, scalability, robustness, security and integrations. Examples of widely used frameworks: ExpressJS, Django, Ruby on Rails, Laravel, .NET, and more.
Deep Learning Architecture and Framework
Published in Krishna Kant Singh, Vibhav Kumar Sachan, Akansha Singh, Sanjeevikumar Padmanaban, Deep Learning in Visual Computing and Signal Processing, 2023
Ashish Tripathi, Shraddha Upadhaya, Arun Kumar Singh, Krishna Kant Singh, Arush Jain, Pushpa Choudhary, Prem Chand Vashist
The framework is a platform used to develop software programs and give developers a foundation to build and run their applications. The framework is similar to the application-programming interface (API). It also includes the APIs, along with the technical framework. The framework serves as the basis for programming.
Do we need to pay technical debt in blockchain software systems?
Published in Connection Science, 2022
Yubin Qu, Tie Bao, Xiang Chen, Long Li, Xianzhen Dou, Meng Yuan, Hongmei Wang
Decentralised cryptocurrencies have attracted the attention of industry and academia all over the world (Sai et al., 2021). What follows is that various blockchain technologies are being applied to various fields, including games, P2P energy markets (Borges et al., 2022), distributed storage, blockchain-based anonymous authentication for traffic reporting (Zhang & Xu, 2022), etc. The frameworks based on blockchain technology provide a quick way to deploy blockchain services. The blockchain framework provides the implementation of basic components, including network discovery, data sending and receiving, cryptographic libraries, and so on. Blockchain software system framework refers to the software products that are developed to provide basic blockchain services. There are currently thousands of open-source projects on Github to assist application developers to quickly deploy their own business application systems (D. Li et al., 2020).
Development and performance evaluation of a web-based feature extraction and recognition system for sheet metal bending process planning operations
Published in International Journal of Computer Integrated Manufacturing, 2021
Eriyeti Murena, Khumbulani Mpofu, Alfred T Ncube, Olasumbo Makinde, John A Trimble, Xi Vincent Wang
A web-based feature recognition system was developed. It uses a systematic approach to extract detailed bend features (that enhances the existing feature recognition systems) to form a feature-based model from a geometric model. This promotes efficiency in sheet metal bending process planning. The feature recognition system was developed in the form of a software, equipped with relevant algorithms and programming tools to achieve the aforementioned function. C++ programming language, Wt web framework and OpenCascade library were used to develop the entire application. The input for this web-based feature recognition system is a CAD file kept in STEP file format. Sheet metal parts to be bent drawn in Autodesk inventor and Solid works were saved as STEP format, then loaded into this system. In this paper, STEP was used as a standard format for input into this feature recognition system because it is easy to parser and extract geometric. The sheet metal part was uploaded as an input into the web-based feature recognition system was viewed by this system either as a geometric model, bend feature or an unfolded part, to ensure easy extraction of various features of this part.
NoSQL real-time database performance comparison
Published in International Journal of Parallel, Emergent and Distributed Systems, 2018
Diogo Augusto Pereira, Wagner Ourique de Morais, Edison Pignaton de Freitas
In order to have the same test scenario for all databases, a JavaScript REST API was created for each product. Node.js [25] was used as runtime environment and Express [26] as web framework. The APIs use the product SDK to connect and run commands against each database system. The APIs’ methods expect the data model above and the following methods were created in all APIs:POST: inserts a single document into databasePATCH: updates a singles documentGET by Id: retrieves a single document according to IdGET: retrieves all documents (limited to 100 documents)DELETE: removes a single document