I have made a set of Cloud Functions and secured them by checking auth header like below if (!context.auth) return { status: "error", code: 401, message
I'm nearly finishing this project but still get an error saying my code doesn't accept invalid inputs, for example...if I input a string instead of an integer t
"HV000030: No validator could be found for constraint 'org.hibernate.validator.constraints.Length' validating type 'java.lang.Long'. Check configuration for 'am
I am requesting an API from postman and getting response after 2 minutes, which is fine because the business logic is complex. But the problem is that postman i
I have a nested array in which I want to display a subset of results. For example, on the array below I want to loop through all the values in nested array[1].
I am attempting to implement the slowly updating global window side inputs example from the documentation from java into python and I am kinda stuck on what the
I'm using spring boot with spring data jdbc and I got trouble with run my app I have StudentService class: package ru.turnip.service; import org.springframewor
I have a simple localstack pipeline: Kinesis with a single shard Single lambda function reading the data When setting the lambda function event_source_mapping t
I'm trying to get some data stored in a .bson file into a jupyter notebook. Per this answer and this answer, the accepted answer is basically to use the bson mo