I am writing unit tests for my spark/scala application. I am using scalamock as well to mock objects, specifically Session / Session Factory. In one of my test
On my Windows machine, I have Visual Studio Code installed. To run tests manually, I go in console to projects folder and enter go test main_test.go It works
I just started learning Java yesterday, and today I was learning input-taking. I got to know why we need to clear the scanner buffer before taking input using .
So i followed Codelyon's Code Your Own Discord Bot 2021 playlist on youtube and i used his advanced command handler and updated it a little bit by modifying/add
Problem I wrote a function which signs an uploaded document. In order to increase the security of the function, I would like to add a SALT to it. As I am readin
I'm doing some linear optimization on a matrix that takes up 16GB of memory using the spicy.optimize.linprog method. However, my computer only has 8GB of RAM. I
I've installed airflow on my k8s using helm chart apache-airflow/airflow. Currently installed airflow version is 2.2.4, what path should be followed from the op
We have a web application that users would normally use a logon SSO page to get into. When users provide the wrong credential (a valid credential, but not one t
I have a DTO class which includes 2 nullable fields- DateTime (StartDate) and int (Tid). public class TrackSignsDTO { public int Tsid { get; set; }