Ulysses

General => Developers Corner => Topic started by: MrPresident on June 08, 2018, 02:21:48 PM

Title: Video Tutorials
Post by: MrPresident on June 08, 2018, 02:21:48 PM
Hey all.. I've kind of toyed around with the idea of doing some lua video tutorials on youtube.

If I did, what kinds of things would you all like to see? Even if you already know how to do it, what kinds of things do you think others might benefit from?
Title: Re: Video Tutorials
Post by: iViscosity on June 08, 2018, 02:27:19 PM
Hey all.. I've kind of toyed around with the idea of doing some lua video tutorials on youtube.

If I did, what kinds of things would you all like to see? Even if you already know how to do it, what kinds of things do you think others might benefit from?
That's so weird because I was actually considering doing that myself haha

Sent using Tapatalk.

Title: Re: Video Tutorials
Post by: Timmy on June 10, 2018, 12:01:53 PM
It would be great to have some tutorials from a seasoned developer. ;D

I think it might be interesting to touch these subjects:
- Security (SQL injection, XSS, file inclusion, …)
- Traces
- Stencils
- 3D2D

Also…
- Building small projects (e.g. a CRUD app).
- Interesting libraries that can increase productivity (e.g. debugging with https://github.com/kikito/inspect.lua).
- Going over interesting technical problems that you’ve come across, and showing how you solved them.