Silver Play Button Unboxing and Simple Database Design - Engineer Man Live - Dec 2018 #2

preview_player
Показать описание
The Silver Play Button is here, let's unbox it together. Then, let's design a simple database.

Hope you enjoyed the video!

Check out this code here:

Join my Discord server to chat with me:

Check out some code on my GitHub:

Tweet me something funny on Twitter:

Say hi over at Facebook:

Sincerely,
Engineer Man
Рекомендации по теме
Комментарии
Автор

This guy is the teacher I wish I had in school, keep it up!

AFuller
Автор

I liked your Heroic Linux command line video. Just a reminder (as with the terminal) that you can use CTRL arrow to move about your SQL statement and CTRL W to remove everything back to the previous space, like when you are inserting users. I think command on Mac works the same way, but haven't used one in a while. Cheers!

malayaleeking
Автор

So glad you are helping people to code! Keep it up man

BananaHead
Автор

If you want to use UTF-8 encoding in MySQL, never use "utf8". That's MySQL's effed-up first attempt that only gives you 3 bytes per character, whereas true UTF-8 uses 4 bytes. Did they ever fix it? No. Instead (for backwards compatibility?), they left "utf8" as is, and came up with a new encoding named "utf8mb4" that represents actual UTF-8 encoding.

CreamySpoon
Автор

When you say even novices should get their mini projects 'out there' and then iterate where do you recommend GitHub or other?

Congrats on the award!

ajoc
Автор

What's with always starting late?

imreb