justforfunc
justforfunc copied to clipboard
The repository for the YouTube series JustForFunc
Would be great to see a video on a performant way of taking one channel of events and then fanning those events from that channel to n channels. Obviously would...
Thanks for the great videos. At ~7:50, you make a change to the Long description in the root command, run go install, and the code updates accordingly when you execute...
Broken link to the testing source code.
example fails, I think because net requires libc which is not in alpine https://stackoverflow.com/questions/52640304/standard-init-linux-go190-exec-user-process-caused-no-such-file-or-directory
I can’t find a tutorial to create multipart mails with a text part and an utf-8 base64 encoded html part by using the standard library. The best I could find...
Just a small issue. With the code in the video, if you try and apply a projection to a query, you get this error ``` mysql> select name from cities;...
With the code in the video, if you try and apply a projection to a query, you get this error ``` mysql> select name from cities; ERROR 1105 (HY000): unknown...
Fix link to episode 40-csvql in README.md Closes #90
Link to episode 40-csvql code is broken