This short story starts with an accidental discovery of how frequent Log4Shell attacks are executed against businesses and public internet services in general. During my daily work at Dynatrace I come to test a lot of software services along with closely observing those through the eyes of a monitoring platform vendor. I am running a […]
Tag: coding
Teach your Kids to code: Build your own OttoDIY robot
Coding is the lingua franca for all citizen in a modern technological society. By adapting any programming language your kids can learn very important skills, such as abstraction of a problem, defining and structuring a solution and to use a sequence of simple steps to fulfill complex tasks. Beside all the educational benefits of learning to […]
Meet Ozobot my Kids best Robot Friend
On my last trip to San Francisco this year I visited the California Academy of Sciences where i was immediately fascinated by a tiny robot called Ozobot. Ozobot looks amazingly cute and is able to perform a lot of magic that ultimately teaches your kids how to program by using a visual programming language thats similar […]
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 […]