Recent

Author Topic: The Silver Coder on YouTube  (Read 15507 times)

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #45 on: December 04, 2024, 11:45:36 am »
Hey y'all... been a little while! Uploaded a new video on handling date/time fields in queries and changing the display in grids. Here is the link -

https://youtu.be/VRiirNomzSA

I have finally added a playlist for Lazarus 4.0(RC1) and new videos in Lazarus will get added to the playlist "New Adventures in Lazarus 4.0".

 
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Advent of Videos in Lazarus
« Reply #46 on: December 07, 2024, 12:56:29 pm »
Two videos out today/this evening...

(1) using lazbuild for compiling/linking (building) your projects from the command line - https://youtu.be/h1hzEQmGj1Y

(2) second video on dates with sqlite3 and strftime - https://youtu.be/QR2arjyb6YM

I have been trying to put a video out each day for lazarus and that is sort of working. Remember the videos are also part of the "A New Adventure in Lazarus 4.0" series.

If you like the videos and would like to see more of these, that is, more on databases and build tools, please let me know here, or in the comments of the videos. Happy coding everyone.
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #47 on: December 09, 2024, 11:49:09 am »
Part 2 on pointers is an example program that implements a linked list. Check it out here... https://youtu.be/Dy3ODz7kmmk

Happy programming!
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

vercetti

  • New Member
  • *
  • Posts: 11
Re: The Silver Coder on YouTube
« Reply #48 on: December 11, 2024, 06:44:41 am »
As ideas for videos:

1. There is a topic that is practically not covered at all. And not all Pascal programmers bother with this. I'm talking about the topic of Unit testing. Using some simple example, let it be a calculator. What is needed for this and how to do it correctly.

2. Again, not a frequently discussed topic. Design patterns. There is not much information about them in the context of Pascal. But in video format there is simply no such content.

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #49 on: December 11, 2024, 08:48:41 am »
Thanks for the ideas... greatly appreciated!
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #50 on: December 12, 2024, 11:42:06 pm »
Hey everyone,

Latest video is on conditional defines and link is here - https://youtu.be/KJwG4qOOTr0

As an aside ... noticed that HeapTrc unit does file I/O the "old" (if there is such a thing) way with Rewrite/Append etc. and so a video on file I/O makes sense. To me at least. What I am trying to do is lay the ground work in (modern) pascal before then going into OO related stuff and everything else in Lazarus. So, if you were/are hoping for the newer stuff, it is coming... slowly! But I feel the ground work before that is also important.

A second note ... I will also be switching from Windows to Linux (Mint) soon. Not sure what that means exactly for Delphi but there will obviously be more stuff from Lazarus. Of course, I could get something like Wine. So that is that part of where things are heading.

Finally, I will also be doing videos on patterns, testing frameworks in the near future as well.

Until next time ... Happy coding!
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #51 on: December 18, 2024, 12:54:48 pm »
Next video is on file i/o - the old school way. Link is here ... https://youtu.be/Nj_Szf5DTEA

I've also moved to Linux now so there will be a lot more stuff with Lazarus. At least until I  get VM installed and given the other things I also do, that requires a break.

My one comment I will make, and as I made in the video, the speed of compilation and running of Lazarus in general, is superior for me compared to Windows. While I won't say how much faster it is, I will say it FLIES!
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

dsiders

  • Hero Member
  • *****
  • Posts: 1322
Re: The Silver Coder on YouTube
« Reply #52 on: December 18, 2024, 05:51:22 pm »
My one comment I will make, and as I made in the video, the speed of compilation and running of Lazarus in general, is superior for me compared to Windows. While I won't say how much faster it is, I will say it FLIES!

Compile speed difference was startling to me too (OpenSUSE). You may find, however, that linking in some situations can be a lot slower. YMMV.
Preview the next Lazarus documentation release at: https://dsiders.gitlab.io/lazdocsnext

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #53 on: December 23, 2024, 10:54:46 pm »
In the adventure of Object/Modern Pascal, last night made our way into classes ... the introductory video about parts (fields, methods, etc) in a class. Here is the link - https://youtu.be/Ph0s0oF6RVU
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #54 on: December 27, 2024, 07:26:32 am »
Two more parts have been added to series on Object Pascal


I have a video scheduled to come out tomorrow as a sneak peek into the videos you can expect to find (/view) in 2025. The link is - https://youtu.be/X_DJEyg5v94

Hoping that you all had a good 2024, and better 2025!
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

zelda16bit

  • Full Member
  • ***
  • Posts: 123
Re: The Silver Coder on YouTube
« Reply #55 on: December 29, 2024, 03:25:22 pm »
Maybe it would be better to make the written tutorials in a blog, at least that way I can translate them into my language with the translator, I can't watch the ones in video because I don't understand your language.
Also, if there were any updates or changes to be made to the tutorials, the ones that are written can be easily modified but the ones in video can't.

As a suggestion I could tell you to teach everything you can about modern pascal and lazarus, but above all teaching how to make useful programs: like a calculator, an agenda, a drawing editor, a notepad or even games, like pong, arkanoid, space invader. But always keep them as simple as possible so as not to overwhelm. Greetings :)

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #56 on: December 30, 2024, 04:47:33 am »
Hi Zelda, there are possibilities.  I normally speak off the cuff a bit. But from what you are saying,  if I had written text you would be able to convert into your language? Please confirm.  And if so, will see what I can work out.
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

zelda16bit

  • Full Member
  • ***
  • Posts: 123
Re: The Silver Coder on YouTube
« Reply #57 on: January 01, 2025, 05:03:56 pm »
Hi Zelda, there are possibilities.  I normally speak off the cuff a bit. But from what you are saying,  if I had written text you would be able to convert into your language? Please confirm.  And if so, will see what I can work out.

Yes, I can, but Google Translate does it.

I am writing to you now thanks to the translator, I write in Spanish and then the translator translates it to English and I paste it here.

To read this page I just have to press the translate button that the Google Chrome browser has and I read it in Spanish. Any page that has programming content in English that interests me, I translate it with the browser and then I download it to have it as a reference.

But you have to keep one thing in mind, the text of the code has to be added in a bullet or something similar, because the browser, apart from translating the text, would also translate the text of the code.

silvercoder70

  • Full Member
  • ***
  • Posts: 118
    • Tim Coates
Re: The Silver Coder on YouTube
« Reply #58 on: January 04, 2025, 11:49:03 am »
Welcome to 2025 and here we are looking at ...

A guide to understanding and working with #exceptions in #Pascal (#Delphi, #FPC, etc.) programming, including handling multiple exceptions, re-raising, and creating custom exceptions.

Here is the link to the video ...

https://youtu.be/WB42nDaAveI
Explore the beauty of modern Pascal programming with Delphi & Free Pascal - https://www.youtube.com/@silvercoder70

Handoko

  • Hero Member
  • *****
  • Posts: 5382
  • My goal: build my own game engine using Lazarus
Re: The Silver Coder on YouTube
« Reply #59 on: January 04, 2025, 08:02:57 pm »
That's interesting.
Thank your for making the video.

 

TinyPortal © 2005-2018