delphiprofi
Over decades one major selling point for Delphi was the easy development pattern of…Place a button on the form, click it, and put the source inside the auto-created onClick procedure.If you have never programmed like… – Details…
7 months ago 0
delphiprofi
At first:Formatting your source code the Embarcadero way is not a mistake or to make it clear, probably the best way to format your code. Especially if you want to share your code with other… – Details…
1 year ago 0
delphiprofi
Before I will talk about the topic: Yes, my #DMVVM project is still on hold. I was just too busy to find the time to do the last steps.I do not talk about the HTML… – Details…
1 year ago 0
delphiprofi
Hello, my friends!It’s quite some time since my last blog post – I know – it was/is a busy year. I regularly get emails asking when my MVVM framework will be ready for shipping. This is… – Details…
1 year ago 0
delphiprofi
My contribution to the German CodeRage 2021 on September 9, 2021.The 40 tricks/techniques that every developer should know.This is not about knowing the different software patterns, but the little tricks that often make development easier…. – Details…
2 years ago 0
delphiprofi
Of course, I’m doing a session on the german CodeRage 2021. My session is not about FMX and not about MVVM… Hard to believe, isn’t it?This time my session topic is:The 40 tricks/techniques that every… – Details…
2 years ago 0
delphiprofi
Maybe you have seen it in the news or are affected yourself…There was a flood catastrophe in Germany, due to heavily rained and overfilled dams.But that’s not what this blog post is about. The question is: How… – Details…
2 years ago 0
delphiprofi
For many years, hardly anyone has bothered to secure their own server with a certificate or HTTPS. Why?Because certificates are expensive and there was no reason to secure a private handwritten HTML page with the… – Details…
2 years ago 0
delphiprofi
There is an annual developer survey going on on Stack Overflow. Delphi is in the language list, now we need Delphi developers answering the survey and ticking Delphi to show it is relevant. Stack Overflow… – Details…
2 years ago 0
delphiprofi
Hello!Are you interested in learning more about threading and concurrency?On Wed, May 5, 2021, 7:00 PM – 9:00 PM CEST or for better understanding 17:00-19:00 UTC,you can listen to how we approach these things and what… – Details…
2 years ago 0
delphiprofi
Well, this is of course not related to this newest version of Delphi, it’s the right question for every Developer, but with every new version of Delphi, this topic is back on the table. If… – Details…
2 years ago 0
delphiprofi
If you read my blog regularly, the MVVM topic will be nothing new to you.But please take your time and fill out my new survey, thanks for that, of course, even if you visit my… – Details…
2 years ago 0
delphiprofi
If you are using {$IFDEF} in your source – normally it’s fine…e.G.{$IFDEF DEBUG}ShowMessage(‘Foo’);{$ENDIF}Why, because this DEBUG is handled by the IDE.But what if you want to use your own?{$IFDEF IMPORTANT}Result := 42;{$ENDIF} If your applicat… – Details…
2 years ago 0
delphiprofi
Sometimes I use my free time to discover something new (or new for me).This time it should be the JSON Web Token.After the first consideration, I didn’t understand the use of it at all… I… – Details…
2 years ago 0