
Nginx Cache for WordPress
In the world of web hosting, speed is a crucial factor for a website's success. This is where the Nginx cache comes into play, especially for WordPress websites.

Keycloak Integration in Spring Applications
Keycloak is an open-source identity and access management tool widely used by Java developers to integrate security features into applications. It is particularly useful for applications that

Virtual Threads in Java 21
Virtual Threads in Java: A Paradigm Shift in Concurrent Programming Introduction to Virtual Threads With the introduction of virtual threads in Java (also known as

AI Tech Talk: AI in Custom Software Development
Rückblick auf den CIIT AI TECH TALK – Ein Tag voller spannender Vorträge und innovativer Lösungen von Software-Experten. Wir, die CIIT Software, ein erfahrener Anbieter maßgeschneiderter Softwarelösungen mit Standorten in Wien und München, blicken auf unseren erfolgreichen AI TECH TALK 2024 zurück! Es war ein Tag voller wertvoller Einblicke und

Android UsageStatsManager – Tracking App Usage with Ease
In this article, we’ll explore the UsageStatsManager class in Android and guide you through building a simple app to track app usage. A sample project is available here: UsageStats Sample Application. Introduced in Android API level 21 (Lollipop), UsageStatsManager provides access to app usage history and statistics on a device.

Spring AI – getting started with large language models in Java Spring
Introduction to Spring AI On July 24th 2023 Dr Mark Pollack made the first commit of the new Spring AI framework. Inspired by Python frameworks such as LangChain and LlamaIndex, Dr Pollack’s intention was to bring large language models to the Spring development community. Whilst not a direct port of

New training course: Developing AI chat assistants with Java / Spring AI
Der Kurs „Entwicklung von AI Chat-Assistenten mit Java Spring“ bietet einen umfassenden Einblick in die Implementierung von KI-Chat-Assistenten mit dem Retrieval-Augmented-Generation-Muster unter Verwendung der neuesten Java Spring-Bibliothek. Mit einer Mischung aus theoretischen Erläuterungen und praktischen Übungen lernen Sie, fortschrittliche KI-Chat-Assistenten zu entwickeln und anzupassen. Die Teilnehmer lernen, wie das Retrieval-augmented

Different Methods for Resetting Files in Git
Confused by the various options for cleaning up or resetting your branch, working area, or staging area? Use this overview to help get things sorted: Command Description Affects Working Area Affects Staging Area Example Call git reset (no options) Resets the current branch to a specific commit and removes

@Transactional in Spring – how it works
This article provides an in-depth exploration of Spring Framework's @Transactional annotation, detailing its functionality, implementation, advanced features, and best practices for effective transaction management in Java applications.