My database My blade view But I want to have this My controller $profiles= Profile::where('id', $id)->get(); return view('artists.profile_edit',c
I make a function to handle wheel event on my program. document.onwheel = function(event){ console.log(event); } I have tested the method on several controller
I have three tables as below: Video Table id name 1 hello 2 world 3 new Tag table id name 1 tag1 2 tag2 3 tag3 videoTag table videoId
Locally I needed to fix a bug in an npm package, but when uploading the server to heroku, the npm gets reinstalled and my fix is of course gone. Is there a way
I have a viewset like this: class MyViewSet(CreateAPIView, RetrieveModelMixin, ListModelMixin, GenericViewSet): queryset = MyModel.objects.all() seriali
With a platform having 3.500.000 request in a week, is it "normal" to have about 400 requests failing in error with a "Client Connection Idle" error? I am chall
I want to change the color, size and style of the font in footer Apache poi XWPF FileInputStream finStream = new FileInputStream(pathToWorkbook); X