-
Read / Leggi→: [ENG] API testing in action : test your DMVCFramework API with Python
My first speech in front of a developer audience was last October at ITDevCon 2023. ITDevCon is an international conference held in Rome, organized by bit Time Professinals (the company where I work as an Analyst Programmer) and bit Time Software. The conference focuses on Delphi, the development environment marketed by Embarcadero, and all…
-
Read / Leggi→: API testing in action : test your DMVCFramework API with Python
Il mio primo speech dinanzi ad una platea di Sviluppatori è stato lo scorso Ottobre in occasione di ITDevCon 2023. ITDevCon è una conferenza a carattere internazionale che si svolge a Roma grazie all’impegno di bit Time Professionals (Azienda per la quale lavoro come Analista Programmatore) e bit Time Software. La conferenza è…
-
Read / Leggi→: [English] Delphi@School 2024
We have often asked ourselves ‘how’ to introduce Delphi to the new generations. We have always thought it would be wonderful to have a few hours in the school day of the students who are currently taking programming courses. We got this opportunity! On Tuesday, February 20th, Fabrizio Bitti and…
-
Read / Leggi→: [Italian] Delphi@School 2024
Più volte ci siamo interrogati sul ‘come’ poter far conoscere Delphi alle nuove generazioni. Ci siamo sempre detti che sarebbe stato bellissimo poter avere uno spazio di qualche ora nella giornata scolastica delle ragazze e dei ragazzi che oggi seguono i corsi programmatori. Questa opportunità l’abbiamo avuta! Martedì 20 Febbraio,…
-
Read / Leggi→: iPhone mirroring on Mac : finalmente!
Ieri Apple ha annunciato la nuova versione del suo Sistema Operativo OSX : Sequoia. Sequoia porta con se numerose nuove features, tra cui la più attesa, ‘Apple Intelligence’, l’intelligenza artificale di casa Apple. Ma per chi come me ama lavorare con tutti i propri dispositivi Apple, mancava qualcosa. Mancava l’opportunità…
-
Read / Leggi→: Embedding “Flavio”, my name
Hi, I’m { “embedding”: [ 0.02614186331629753, 0.4381698966026306, -0.21378979086875916, 0.2108100950717926, -0.7419629693031311, -0.299163281917572, 0.7544066905975342, 0.5254807472229004, -0.004517614841461182, -0.3574155569076538, 0.725599467754364, -1.3021023273468018, -0.6258538961410522, -0.06448619812726974, -0.3014940023422241, 0.309024453163147, 0.18549120426177979, 0.48398762941360474, -0.2144222855567932, -0.2037339061498642, -0.8580779433250427, -0.08558651059865952, -0.08332362025976181, 0.5149563550949097, -0.27153658866882324, 0.11458375304937363, 0.23846878111362457, 0.3351083993911743, -0.028781257569789886, -0.9688888788223267, -0.30477359890937805, -0.010578133165836334, 0.7833949327468872, 0.09081966429948807, -0.4719327688217163, -0.4267471432685852, -0.41657543182373047, -0.13057786226272583, -0.013384098187088966, 0.12672746181488037, 0.048317477107048035, -0.6703800559043884, -0.5272355675697327, 0.16463059186935425, -0.3263187110424042,…
-
Read / Leggi→: Redis as Vector Database
Ho conseguito una nuova certificazione : Redis as Vector Database. #codinglikeacoder #redis
-
Read / Leggi→: ITDevCon Spring Edition 2024
Torna il 24 Maggio 2024, ITDevCon Spring Edition, la conferenza dedicata all’innovazione tecnologica, a Delphi e alle teconologie IT: 1 Giorno di conferenza 14 Talk in lingua italiana Pranzo 2 Coffee break Gadget Estrazione a premi Daniele Teti, sul suo blog a questo indirizzo , ha aperto ufficialmente la Call4Paper. #staytuned #codinglikeacoder
-
Read / Leggi→: Rad Studio 12.1 – Beta: c’è una novità che mi piace tanto!!!
La Beta di Rad Studio 12.1 è nella disponibilità dei Beta Tester e porta con se una novità che a me piace tanto, ma tanto tanto. Solo che non posso svelarla perchè anche io sono sotto NDA… Quindi, #staytuned #codinglikeacoder
-
Read / Leggi→: When Delphi could be Case Sensitive?
This morning, on compiling my Delphi source code, I received an hint: Override method %s.%s should match case of ancestor %s.%s The scenario that produces this hint, is the following: In this case, Class2 inherits from Class1; in Class1, the Virtual Method is declared using a Pascal Case form. In…