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… … Read more
4 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… … Read more
4 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… … Read more
4 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… … Read more
4 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… … Read more
4 years ago 0
delphiprofi
In the past, I always thought the Model is a class closely related to the MVVM pattern… However, this is not really the case. The model should be able to send notifications or must be… … Read more
4 years ago 0
delphiprofi
Hello, my friends!I hope you are all healthy and have a safe job in these crazy times. The year is over, but I think we will still have a long time of “fun” with it.For… … Read more
4 years ago 0
delphiprofi
Give yourself a gift that will last longer than New Year’s Eve. In many cases, you will be happy about it for many years.There are still some grinches who don’t believe in the satisfaction of… … Read more
4 years ago 0
delphiprofi
Every time I have to create some kind of Webpage, I have to decide how to build the dynamic content. This is a follow up of my other blogpost about: “How to write you own Serverside-Extention!”In… … Read more
4 years ago 0
delphiprofi
FireMonkey and Multi-Device Panel!A talk by Marco Cantù, Ray Konopka, Frank Lauter, Kelver Merlotti, David Millington and Olaf Monien.Don’t miss the DelphiCon 2020 Panel about FireMonkey and Multi-Device development. … Read more
4 years ago 0
delphiprofi
A long time ago the German DelphiPraxis community convinced me to abandon my previous strategy of saving my source code via zipping only and use a source code management system.So I googled a little bit… … Read more
4 years ago in Bitbucket, hg, https, mercurial, SCMManger, Server, SSL, Ubuntu0
delphiprofi
Serverside Extention (IIS or Apache)!For many years I have my own webserver. In my case, this always was a Windows Server, because I want to do my serverside scripts in Delphi! Apart from that, I… … Read more
4 years ago in #D.MVVM, Apache, Delphi, FDK, IIS, ISAPI, MVVM, tutorial0
delphiprofi
Workflow and multi binding with #D.MVVM!In every example for MVVM, you find the three blocks diagram explaining the binding between the View, the ViewModel, and the Model.If you dig deeper into a real-world application, you… … Read more
4 years ago in #D.MVVM, Delphi, Framework, MVVM0
delphiprofi
I do not often need to update my main App in the App Store or Play Store.But every time I have too, it’s a pain in the a**.Don’t get me wrong, upload a new version… … Read more
4 years ago 0