Welcome to the LOGSEM blog!

Blog Categories

politics | software-development |

Recent Posts

software-development

A History of Software Development Based on Personal Experience - Part 1 of 4

Saturday, April 9, 2022 by Roger Winkler  (approx. 10 mins)
A brief history of software development based on a career of over 40 years in the industry. From the Commodore C-64 and Basic to DeFi, Ethereum and Solidity, I touch most of the hot topics of their respective times. Part 1: From the Commodore C-64 to 4th Generation Programming Languages.
software-development

A History of Software Development Based on Personal Experience - Part 2 of 4

Saturday, April 9, 2022 by Roger Winkler  (approx. 8 mins)
A brief history of software development based on a career of over 40 years in the industry. From the Commodore C-64 and Basic to DeFi, Ethereum and Solidity, I touch most of the hot topics of their respective times. Part 2: From the Rise of the Internet to Virtualization and Containerization.
software-development

A History of Software Development Based on Personal Experience - Part 3 of 4

Saturday, April 9, 2022 by Roger Winkler  (approx. 6 mins)
A brief history of software development based on a career of over 40 years in the industry. From the Commodore C-64 and Basic to DeFi, Ethereum and Solidity, I touch most of the hot topics of their respective times. Part 3: From Design Patterns to Testing Frameworks.
software-development

A History of Software Development Based on Personal Experience - Part 4 of 4

Saturday, April 9, 2022 by Roger Winkler  (approx. 8 mins)
A brief history of software development based on a career of over 40 years in the industry. From the Commodore C-64 and Basic to DeFi, Ethereum and Solidity, I touch most of the hot topics of their respective times. Part 4: From Python to OS Wars.
politics

An open letter to Vladimir Putin and Volodymyr Zelenskyy

Wednesday, April 6, 2022 by Roger Winkler  (approx. 9 mins)
Unconditional and armed neutrality for Ukraine could be a basis for peace not only in Ukraine but in the whole region, or maybe even for the whole of Europe.
software-development

LS Banklets

Friday, October 16, 2020 by Roger Winkler  (approx. 4 mins)
LS Banklets is a case study of a financial app that aims to show the provision of banking services on the web and on smart devices. The focus is on services related to credit and debit cards, as well as QR cash withdrawals. The app also wants to show how a multi-language approach can be implemented and online help offered in a simple but beautiful way.
software-development

LS Simple Chess

Saturday, August 1, 2020 by Roger Winkler  (approx. 8 mins)
LS Simple Chess was built as the result of a Proof-of-Concept (PoC) for cross-platform development with HTML5, CSS3, JavaScript and the Quasar framework. Using the example of a simple chess app, it was verified that the app based on the same source code can be run unchanged in browsers, under iOS, Android, Linux, MacOS and Windows. It is purely coincidental that the author has a soft spot for AI and has always wanted to try out to implement a chess engine.