I'm trying to compare two different files, let's say "file1" and "file2", in this way. If fields $2 and $3 are the same in both files, print $0 of file2. Here's
I am trying to publish Hello-world to azure app service. I am using below code from my git repo as below https://github.com/biswajeetbehera/java-hello-world-wi
I have a Django app deployed in Docker containers. I have 3 config environnements: dev, preprod and prod. dev is my local environnement (localhost) and preprod/
I get this error when trying to do HTTP request using DTO. Simple example of DTO: private String id; @NotBlank @EnumConstraint(message = "Invalid t
I'm trying to find a way to get the holiday hours while comparing two dates. the query below at the moment excludes the holidays and returns the working hours.
I am interested to to use Outlook Tasks. I know that is it available in Microsoft Graph Beta (https://docs.microsoft.com/en-us/outlook/rest/compare-graph-outloo
This macro should be able to replace entries in a string via an argument. For example, this would work: let string = "Hello, world!"; replace_macro!(string, "wo
I used this to set a cookie in my react application. It expires with hte session though. How can I store this cookie so it lasts beyond the session so it remain