Types in JSON | Choroba | The Perl Conference in Glasgow - Day 1 - 2018
Join us for the first day of TPCiG, in the cPanel Theatre.
Schedule: https://act.perlconference.org/tpc-2018-glasgow/schedule?day=2018-08-15
Live Chat: On IRC at irc.perl.org #yapc
How should we deal with numbers vs strings in JSON? Perl doesn't care!
Cpanel::JSON::XS::Type to the rescue! I'll explain its motivation, show usage and possible traps, describe the implementation, and discuss related problems in other modules.
"Playwright can do this?" — Microsoft meetup March 2023
Learn why Microsoft's Playwright framework is a stellar solution for end-to-end testing and monitoring.
Stefan Judis
Accessible HTML Video “Facades”. One of the biggest problems in building… | by Jason Knight | Apr, 2023 | Medium
One of the biggest problems in building fast loading websites is that a lot of times you’re stuck using third party assets that are — to be brutally frank — utter and total shite. Topping the list of…
John Anderson - "Introduction to Git for non-developers"
The Perl Conference 2018
-
Revision Control System: track changes
-
~4:30: "This stuff should be taught in schools. If you are not teaching students version control you are doing them a vast disservice. I am super tired of having to spend the first month of onboarding every new junior developer on how to use git."
-
~5:20 Git is not only for code! He talks about text changes, but I think it is also good for tracking binary file changes (but you can't tell the differences).
-
~9:30 git config
-
~15:20 - staging area allows you to build up commits - confusing for newbies
-
Talk lasts 30 minutes, and then questions: (git rebase)