Observability and monitoring of software service infrastructure is the basis for modern Site Reliability Engineering (SRE) and to successfully run and scale your IT infrastructure. As the digital transformation of business processes and the shift towards highly dynamic cloud infrastructures keeps on accelerating, the dependency on human operation teams poses a critical bottleneck. Especially with […]
Category: science
Web Text Scraping and AI Model Training with Streamlit
Within the last weeks, I thought about building a service for automatically answering incoming user questions by using a repository of previously answered questions. The benefit of such an automatic answering system is obvious, but as a foundation for that implementation, a trained text association model is needed. A large corpus of existing texts therefore […]
Deploy a Streamlit Data Analysis Dashboard with Docker
Streamlit is one of the hottest topics around the data science community at the moment. I came across Streamlit when our data science team presented their results in a web application that looked that professional that I simply couldn’t believe how they could build that app in so little time (and not having designers and […]
Automatically Extract the Documentation of your Source Code
The SCCH research focus Software Analytics and Evolution published a nice online demonstration service today that shows the power of static analysis and automated documentation of source code. The web service allows users to submit their own programming code in order to extract mathematic formulas and structure as graphs. This online service simplifies the automated […]
Donald E. Knuth talks about New The Art of Computer Programming Book Chapter
In his latest talk about SAT solvers at the Johannes Kepler University Linz (JKU), Computer Science pioneer Donald E. Knuth gave a deep and quite emotional insight about his life-long, epic work on the book ‘The Art of Computer Programming’. The Art of Computer Programming, aka TAOCP represents the one and only global reference on algorithms, their […]