Become a member!

ITDevConX - The Delphi European Conference

ITDevCon reached its 10th edition in 2019! 10 is a nice number. Seems yesterday when me and my friend and colleague Fabrizio Bitti were at a “YET ANOTHER CONFERENCE” and looking each others in the eyes, we told each other: “We can do better”. I don’t know if we really always did better, but now ITDevCon is a strong presence in the Delphi (and not only) field.

ITDevCon 2019 Spring Edition

Si avvicina ITDevCon2019 Spring Edition e ormai è tempo di rendere pubblica la time table. Anche se non ancora completa (alcuni speaker stanno decidendo cosa proporre) già permette di capire il livello dell’evento che si terrà il 17 maggio 2019 negli uffici di bit Time Group a Roma. L’edizione “spring” di ITDevCon dura solo un giorno ed è completamente (o quasi) in italiano.

How to use gevent and Flask on Windows

Flask Flask is one of most popular python framework for web solution. It is a non-opinionated framework, an I really like it. Flask contains also a nice and useful development web server with automatic reloading. However, when you have to deploy a Flask application you cannot rely on the development web server, you need a production ready system.

DMVCFramework at CodeRage 2019

At CodeRage 2019 Brasil edition, Rafael Araujo held a good speech about DMVCFramework and its utilization for APIs development. In the video Rafael shows how to create a simple API to do CRUD for a database table (using FireDAC and FirebirdSQL) and how to create a VCL client using the facilities that DMVCFramework offerts to automatically populate a TFDMemTable.

DelphiMVCFramework 3.0.0 (helium) - Breaking Changes

DelphiMVCFramework 3.0.0 (helium) - Breaking Changes XE6 and previous versions are not more supported. RenderListAsProperty<T> has been removed from TMVCController. You can set such kind of specialized serializations in your custom base controller. RenderJSONArrayAsProperty has been removed from TMVCController. You can set such kind of specialized serializations in your custom base controller.

Delphi Cookbook 3ed is out!

Here’s the 3rd edition of the Delphi Cookook! Delphi Cookbook is a best sellers for PacktPub in its category since the 1st edition back in the 2014. This edition is the first in co-authoring with Daniele Spinetti. Daniele Spinetti is an Embarcadero MVP wich works with me in bit Time Professionals (site in english here).

ITDevCon 9 is coming!

Yes, this year we started to name ITDevCon, the usual event for all the best Delphi “heads” (at least in this side of the world) with a version name. So, ladies and gentleman, this will be ITDevCon 9. As usual me and my team are in charge to choose the topics and build the agenda.

DelphiMVCFramework 3.0.0-hydrogen is out!

Summary: DelphiMVCFramework 3.0.0-hydrogen is out! Tons of new features are available. Let’s see what’s new! Yes! After 18 months of development, more than 10 contributors (with a special thanks to Ezequiel Juliano Müller) and more than 500 commits, DelphiMVCFramework 3.0.0-hydrogen is finally out! It is a big releases with a lot of changes, refactorings and new features.

MockJSONAPI Server

Let’s say that you need to develop a REST client (e.g. mobile app, web client, web SPA or a desktop thin client) and you need some endpoints to use. The usual problem in this case is that you need to start to develop the server before you can show something to the end user.