I have an a tag in my html file that is pointed to a .csv file. Every time I click on the link it downloads the same file in .xls extension. Why? I tried th
I've two columns in text format containing street names and civic numbers. I'd like to set a query to order rows by street name and then by digits and by charac
I am trying to write jest test to a nodejs function which basically gets a string as an argument and writes that string as a columns to CSV file using fs's crea
I've a carousel on my website, that works perfectly on hardcoding it. This is what the code looks like: <div class="w-full flex justify-center"> <di
I need to stress test my mqtt server, so i checked this link. Load testing services for mqtt Apache Jmeter with mqtt plugin whenever i have 2 or more threads, i
please I have deployed Azure Active Directory Domain Services Azure AD DS in my environment and added 2 VMs into this domain. When I tried to create WINDOWS fai
I have a data frame as: Line ID Name Filter LineFilter Value 1 1 00100 Liquid Mi
I am a newbie when it comes to docker. I have a web app that contains 4 services. I manage to create a docker-compose for it. I would like now to publish it. My