Below code is just for testing purpose , if it works then i want to implement the same in real project with microservices. I have 4 microservices in one server.
I was cleaning out a client's site that got hacked after I had cleaned it once already, when I found a cron job pointing to a script in the server /tmp director
I am writing for an application that validates if users perform tasks successfully in various Microsoft applications. One of these skills is
I have component1.ts: selectOptions: [ { value: 'HH:mm', label: '24 - hour', }, { value: 'hh:mm a',
Airflow has a queuing mechanism to execute queued tasks, and it does this across all the dags. I have a specific DAG which is high priority, meaning if there a
I am trying to see if I can substitute an old service with a new one that uses Quarkus. Todo so I need to be able to check some properties of the JWT that are s
so just like the titles said. there is a missing line that I wanna figure out what it is and I cannot find out what it is. one way to use it is Request.once("re
An app I'm working on is crashing from time to time due to a memory allocation problem on a heap. The main problem currently is that I don't know how to find th
I have several models that inherit from Page and I'd like to check that each page that is being added/edited has a unique slug. Is there a way to validate it wi
I want to unit test the RecyclerView Adapter, which has AsyncListDiffer implemented. But I couldn't find a way how can I get notified after calling differ.submi