Talk comments

David Lumm at 09:57 on 12 Apr 2018

Great delivery, good use of comedy. It's useful for programmers to be reminded every now and then of options that don't require huge frameworks to deliver simple things. It fit in well with some of the other talks given on the night. If there was time it would've been good to hear a bit more about the php-based options as they were new to me.

Kieran Potts at 08:51 on 12 Apr 2018

A perfect end to an excellent series of talks. I smiled all the way home.

Kieran Potts at 08:50 on 12 Apr 2018

This was a perfectly presented talk. I don't have any suggestions as to how it could be improved!

I'll stared the noiselabs/devkit repo and I'll try to make time to check it out and see if there's anything I can contribute.

Kieran Potts at 08:45 on 12 Apr 2018

I seem to switch between multiple Git clients, and I've never really understood why I do that until now. I use the command line proper, gitk (very basic graphical browser that ships with git itself), the one built-in to VS Code, and SmartGit (a full-blown GUI and a slightly better user experience than SourceTree, IMO). Why so many? I think Nigel's talk gave me the answer. It depends on the context. Sometimes I just need to make tiny atomic commits as quickly as possible, other times I want to understand the bigger picture and read the story of an application's progress. Different tools fulfil these different roles. Another talk that got me thinking...

Kieran Potts at 08:35 on 12 Apr 2018

This was a very funny talk, well delivered. Some visuals always help, even in lightning talks. But I enjoyed this!

Kieran Potts at 08:34 on 12 Apr 2018

A very big debate, well summarised. I'd add the point that you might consider an application framework as being an application's eventual destination, rather than its starting point. To put it another way, a framework comes about by the gradual imposition of constraints on an application's design. But that's a whole other talk, probably...

Kieran Potts at 08:26 on 12 Apr 2018

Five stars for proving my hunch that Laravel's Eloquent ORM is slow and doesn't scale well with large datasets :)

Kieran Potts at 08:18 on 12 Apr 2018

Loved the demo and I fully agree with the speaker's broad principle of finding the simplest solutions to difficult technical problems (in this case, how to create an application-like user experience in a static web page). It got me thinking, which is all that a tech talk needs to do.

Kieran Potts at 08:14 on 12 Apr 2018

Great talk. Static site generators are a huge topic. They will soon be the standard way to build web applications, as web apps become increasingly decoupled from back-end web services. This was a really useful high-level overview.

A good talk covering an issue that I’ve come across loads as a contractor.
Good points on how to solve it but his code example may have been better in psuedo code to explain the steps he was trying to solve for.