Together, we can achieve more! This is why we have now joined forces with the Philanthropic Forum in Bosnia and Herzegovina and will help support initiatives and promote philanthropy as one the most important social values.
To find out more about what we do for the community, visit the News section of our website.
November 15, 2023
Securing Spring Boot Applications with Keycloak and Spring Security
Securing applications and data within them has always been of great significance. Running into some form of identity and access control while developing applications is unavoidable, and implementing full user and role management required for authentication and authorization might not be the application's focus. In another scenario, one of the…
October 4, 2023
Leveraging WordPress Custom Post Types
In the vibrant world of web development, WordPress stands tall as a dependable platform favored by both seasoned professionals and newcomers alike. It offers many tools for creating detailed and engaging content. One such tool, the custom post type, significantly extends the capabilities of a standard WordPress website, enabling the…
October 4, 2023
Challenges With Auditing Changes in Java objects
The challenge of auditing changes or finding differences between Java objects is often encountered in complex Java applications. As projects evolve and grow in complexity, the ability to identify and understand the differences between objects becomes significant in ensuring data integrity and making informed decisions. In this blog post, the…