Introducing "DUMB DEV"

Have you ever wondered "there aren't enough places on the Internet that are useless and overrun with AI slop?"Ever since I graduated from one of Canada's top business schools with really good grades, ...
0 Read More

find_by() & find()

find_by() returns a single instance, not an array.Movie.find_by(id:3).title will return the title of the movie with id 3. if the id doesnt exist, it returns "nil".find() also returns a single instance...
0 Read More

Assistance with PHP Code?

Hi all!Working on creating a contact form that sends e-mail to an e-mail address. I'm THIS close to perfection, however, I notice that not all of the data is being captured.All it captures is the e-ma...
0 Read More