blancks
banner
blancks90.bsky.social
blancks
@blancks90.bsky.social
Software Engineer 💻, roleplayer 🎲 and sushi eater 🍣
he/him
Good luck! I've started looking for a new job in september and I signed with the new company in the first days of dec. Be yourself and always ask for feedbacks if they moves forward with other candidates. If you have the skills, it is just a matter of finding a good match
January 2, 2025 at 12:32 PM
...those who decided to use MySQL/MariaDB. If for any reason I decide to switch to Postgres, I will likely encounter an error with a statement like that. My guess is that using the Schema class should prevent this, and I was wondering if I'm correct.

Thank you for your reply—I really appreciate it!
December 23, 2024 at 10:58 AM
Hi 👋
The course introduces Laravel from scratch by building a web app. The host used a PostgreSQL database, but I decided to use MySQL instead, as he encouraged viewers to choose what they preferred. After the lesson, this slide is included to explain the foreign key constraint issue for... 👇
December 23, 2024 at 10:57 AM
I discover it just today via github! I'm about to install it too to check if it is good as it seems
December 18, 2024 at 8:07 PM
Imho what makes you skilled is the ability to remember patterns and concepts and when you can make use of them to address your problem. It is fine if your tools only helps you with the syntax of the stuff you just wrote. It is not if you make them produce the program logic for you (generative AI)
December 17, 2024 at 6:43 AM
It still is! Most of time it is like "oh so that's how it does this". The framework api are meaningful and elegant, I can often guess what I'm expected to find and the IDE takes care of the rest.
The steep part is that methods often does just too much and it's difficult to keep track of these things
December 14, 2024 at 7:22 AM
For everyone: i failed to link the 32bit libraries with the ./configure command. This solved my issue: --with-libdir=/lib/i386-linux-gnu
December 2, 2024 at 12:20 PM
Thank you for your reply, i was trying to learn something out of this experience instead of using a prebuilt docker image and i managed to solve the issue in the end!
December 2, 2024 at 12:19 PM