Im using Spring Kafka and wrote Producer Class @Component @RequiredArgsConstructor class Producer { private static final String TOPIC = "channels"; pri
I'm trying to use real-time notifications using Soketi So I createg the Soketi server in one separeted server with nodejs on port 6001 and SSL using letsencrypt
I believe the title itself explains the question - Say we have a loader overlay which overlays entire current screen (so anything under it is not visible - it h
I am a newbie here. English is not my native language so excuse any grammatical mistakes. I need to compute the average BMI per hair colour using the df. # 1.
I am using Document Picker (Expo) . Just writing the simple code but it is throwing me error of 500 , i don't understand why it is throwing me this error . The
Please consider this question: A sqlite db with two tables, and I need to take bookName from one table and generate count on each of the results in another tabl
I'm using Paging 3 with GitHub API service and represent all public repositories. On repository clicked I open secondd fragment with default android API and pas
So i have this grammar : S -> (D) D -> EF E -> a|b|S F -> *D | +D | ε First of all, books solution uses the P -> pBq , First(q) - {&epsi