<!DOCTYPE html> <html> <body> <h2>HTML Forms</h2> <form action=""> <label for="fname">You tube link1:</label>
Ive got a local kafka running using the following docker-compose.yml version: '2' services: zookeeper: image: "confluentinc/cp-zookeeper:5.0.1" envir
In a spring boot project where I'm using spring data and JPA, all my entities have the modifiedByUser and modifiedDatetime attributes. Since I am being repetiti
I coded calculator using Python like just add the choice, add two numbers and get the output. Also I input reset and terminate option also here. Here is the cod
I am having 2 entities Customer and Orders and they are related customer --------- CustomerId name Order --------- OrderId OrderDate CustomerId I want to f
on select of particular chip I want to use the value for some calculation and display. I tried to achieve it with onChanged method and it is not working, I am g
I just wanted to use event broadcasting in Laravel and I followed a tutorial video. But problem shows up in the beginning. The tutorial shows what to do in web.