ULX

Author Topic: Video Tutorials  (Read 1398 times)

0 Members and 1 Guest are viewing this topic.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Video Tutorials
« 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?

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 802
  • Karma: 58
Re: Video Tutorials
« Reply #1 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.

I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.

Offline Timmy

  • Ulysses Team Member
  • Sr. Member
  • *****
  • Posts: 252
  • Karma: 168
  • Code monkey
Re: Video Tutorials
« Reply #2 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.