Most tutorials that are for Delphi also directly works with Lazarus. I think the main difference is that Delphi makes programs to Windows only so some use directly WinAPI. Lazarus has workaround for this through LCL crossplatform units. But when it comes to normal programming with components there is propably not a single difference.