I am building a web app using Next.js, and I am using Firestore as my database and thus Firebase, I am connecting to the database with the following code: impo
I am currently writing an LMS, similar to google classroom for a school project. Everything went find until the part where i need to implement file uploads and
I have got a strange problem with mariadb and its query cache. One of my queries is rather slow... about 5-6 seconds # Time: 220509 19:37:24 # User@Host: xxxxxx
I am using tailwindcss 3 with Laravel 9 after npm run watch everything works fine but the chrome console show some really annoying warnings . screenshot I am us
I have studied data hiding in java theoretically but don't know what is happening inside. Every tutorial, states that unauthorized persons cant access the data
I am getting this error : An error occurred while starting the application. AggregateException: Some services are not able to be constructed (Error while valid
I have been trying to create a function on my website that allows a user to click on a specific row of a table and the then the information on that row is saved
Does the hreflang attribute follow different language-code rules in <link ref="alternate"> and <a>? For instance: <link rel="alternate" href="htt
My document data is as follows: { field1 : "0603", field2: "0402" } I used solr's edismax syntax, and my parameters are as follows: q=0603/0402 qf=field1 f
Why is requesting services via HttpContext.RequestServices or IServiceProvider consider bad practise. I can read this statement all over the p