Im using Spring Kafka and wrote Producer Class @Component @RequiredArgsConstructor class Producer { private static final String TOPIC = "channels"; pri
I have this code in my telegram bot: const fs = require('fs/promises'); const keyFile = 'luminous-re1c7.json' const { Storage } = require('@google-cloud/storage
I have one command, but i wanted add a permission, if the guy who dont have permission for banning user the slash send "you dont have a permission for this" I t
I want to set a MUI Selection for a list of objects ([{name: "", id: "" }]). The selection list should show the name and id of the object and the selected value
I want to make all column headers in my pandas data frame lower case Example If I have: data = country country isocode year XRAT tcgdp 0 Ca
I am trying to install npm install -g json-server on mac OS, but it is showing error. Any recommendation. What I need to change ?
I wrote a controller which combines actuator info. @RestController @Slf4j public class AppStatusRestController { private final HealthEndpoint healthEndpoint
In php and java we can do case 1: case 2: echo "something"; so that when the value is 1 or 2 "something" will be printed on the screen, i am building an
I tried to create simple text search, but I couldn't execute it. first I got all user data whom provide services and store it inside searchable array, then I tr