๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

What are best practices that you use when writing Objective-C and Cocoa closed

๐Ÿ“‚ Categories: Programming

As it currently stands this question is not a good fit for our QampA format We expect answers to be supported by facts references or expertise but this

Thumbnail for Posts

What are Keycloaks OAuth2 OpenID Connect endpoints

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Keycloak

We are trying to evaluate Keycloak as an SSO solution and it looks good in many respects but the documentation is painfully lacking in the basics For a given

Thumbnail for Posts

What are the differences between feather and parquet

๐Ÿ“‚ Categories: Python

Both are columnar diskstorage formats for use in data analysis systems Both are integrated within Apache Arrow pyarrow package for python and are designed to

Thumbnail for Posts

What are these attributes aria-labelledby and aria-hidden

๐Ÿ“‚ Categories: Programming

Using Bootstrap modal Ive seen these aria attributes a lot but I never knew how to make use of them Does anyone know what cases to use these attributes I

Thumbnail for Posts

What determines Kafka consumer offset

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Apache-Kafka Kafka-Consumer-Api

I am relatively new to Kafka I have done a bit of experimenting with it but a few things are unclear to me regarding consumer offset From what I have

Thumbnail for Posts

What exactly is Java EE

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Jakarta-Ee Ejb

I have been doing Java SE for some years now and moving on to Java EE However I have some trouble understanding some aspects of Java EE Is Java EE just a

Thumbnail for Posts

What happens when theres insufficient memory to throw an OutOfMemoryError

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Language-Agnostic

I am aware that every object requires heap memory and every primitivereference on the stack requires stack memory When I attempt to create an object on the

Thumbnail for Posts

What is an Intent in Android

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Android-Intent

What is an Intent in Android Can someone elaborate with an example What are the types of Intents and why we are using them Why are Intents so important in

Thumbnail for Posts

What is the difference between Amazon ECS and Amazon EC2

๐Ÿ“‚ Categories: Programming

Im just getting started on AWS EC2 I understand that EC2 is like a remote computer where I can do pretty much everything I want Then I found out about ECS I