I'm having two tables Item and Review Item class @Entity public class Item { @Id @GeneratedValue private Long id; @Column(length = 100) @NotEmpty
I seem to be fine getting an image to render from my app.js file to the main ejs file, but when i change it to a background image, it does not display. Any idea
So I'm using django_channels to handle some WebSocket stuff and since Django 3.1 you can create unittest-like tests for testing async and decided to go with tha
I have a program with 2 child processes which has to do the following: use the parent to read data from a file 'data.txt' and write in a pipe use a child to rea
I'm using Hugo with the LoveIt theme, and when I put a block of Python in my code, whether between code fences or "highlight" tags, it appears in the rendered p
I have several NodeJS web apps running in localhost in different ports through PM2. I then use NGINX as web server. I read the PM2/Nginx production setup for NG
I'm working on a project that means that I will need a Raspberry Pi; however, I have very limited programming experience in Python or Lua. Is it possible to ru
I am sending form to backend by using FormData and using multer on backend to recieve the data, it works fine on my web app but on doing the same axios call to