Category: software design
April 22, 2023
Artificial Intelligence, blockchain, ChatGPT (OpenAI), design pattern, design questions, software design, software development, STEEM, SteemIt, System Design
Yesterday, the ChatGPT has been integrated to Steem Blockchain, but the initial design has problems and so other bot commands e.g. !bing, !price, !info and !thumbup. The applications are …
In general, software engineers use a combination of testing approaches to ensure that software is reliable and performs as expected. This includes both manual testing and automated testing, as …
I noticed for sometime that many of my online steemit tools were slow to give answers, especially if the result dataset contains many items. For example, more than 100 …
When your code has performance bottlenecks, you can use the profiler software to benchmark your code, which will reveal the potential problems in your code or modules (memory or …
The Model-View-Controller (MVC) is not a technology, but a concept in software design/engineering. The MVC consists of three components, the Model, the View and the Controller, as illustrated in …