I just started learning Laravel, Installed Laravel 7.6.2, and PHP 7.4.4 Without modifying a single line of code in the entire Laravel project, I try to open the
I understand that I don't know much. The application has a set of data that is needed for personal use. At the moment, with the help of 'Proxyman', I received e
I have a very simple problem: I want to check which persons in DF1 are contained in DF2. I want to do so based on their first name, middle name, last name, and
I have two endpoints on my controller with the same parameters, which should automatically come from the path. This one works fine in Swagger, both parameters a
public Set<Cell> solve(Maze maze) { ArrayStack<Cell> path = new ArrayStack<Cell>() return (Set<Cell>) path
I didn't find an example for a react host with and nextjs remote app My host is working with a react remote app, now that I'm trying to add a nextjs remote app,
When you set the featured image for a woocommerce product, it shows up as the first/main image in the gallery on the product details page. I don't want this. I
Hi I am trying to change visualTransformation dynamically when the user click on see password button. I can manage to filter password but couldn't achive to sho
I can't figure out what is happening in my program, it's a simple function to clear all the Windows '\r' from a file, putting all the chars in another file and
I have one question concerning newer versions of Marhsmallow API. In our project we are currently using Marshmallow version 3.0.0b14; and we have the following