Job alert application for specific websites?

I’m wanted to start a new project where my app would kind of work like this: Get a job posting website as an input Check to see if website posted any new jobs Email me the link to the site of the new job posting. Repeat for multiple inputs (other companies) daily. I just have… Read More Job alert application for specific websites?

Incorrect syntax near 'cast', expected 'AS'- SQL Project

I am watching this video from Alex Freburg: https://www.youtube.com/watch?v=qfyynHBFOsM. At 33.43 mins he has done some code on the server, the exact I have copied but I get this error message: Incorrect syntax near ‘CAST’, expected ‘AS’ The code I have tried to run is this: Select location, MAX(CAST(total_deaths) AS int)) AS TotalDeathCount From [Portfolio… Read More Incorrect syntax near 'cast', expected 'AS'- SQL Project

When I click on the view button, instead of opening the card in the index I selected, they all open. Where am I making a mistake?

I added View buttons that show more detailed information about the characters into the card bodies that I created with the data I got from the APIs, but when I click the view button, it opens all of them instead of opening the boxes in the index I selected. where am I doing wrong.I tried… Read More When I click on the view button, instead of opening the card in the index I selected, they all open. Where am I making a mistake?