Design Considerations for Multi-Platform Applications - CodeRage Replay
November 28, 2017
During my CodeRage session on Design Considerations for Multi-Platform Applications earlier this month, I covered the Dos and Don’ts of multi-device application development, common UI and UX paradigms, an overview of the FireUI Designer and how to create a modern settings…
Hello JavaScript
November 27, 2017
Author: Bogdan Polak BSC
Temporarily I have to break the theme of project architecture in Delphi. You have certainly heard that the Emabarcadero acquired Sencha (official press release).In addition to the fact that I love Delphi, I’m also a big fan of…
Code snippet: IDE debug visualizer plugin for generic and template types
November 27, 2017
In RAD Studio 10.2.1 we added support for debug visualizers for Delphi generic and C++ template types. A debug visualizer is an IDE plugin that allows you to change the display of a variable in the various debug windows, such as Local Variables and Watches.
“Great!”, you may think, “but how do I actually write one of these visualizers?”
Pretty easily, as it turns out.
A…
Webinar: Best Practices for Building Universal Web Applications with Sencha Ext JS & RAD Server
November 24, 2017
Historically, web developers have approached app development from the desktop first, and mobile was a secondary goal. Now with the extraordinary growth of mobile users across the globe, that approach is being reversed. Developers are building mobile first, and then making…
Server Maintenance and Future Enhancements
November 22, 2017
Please note that our online Docwiki, Embarcadero Forums, EDN Member Services and some of our support systems are currently not accessible. These systems were taken down for maintenance over the weekend when we identified some additional issues that we are resolving promptly.
Healthcare App Prototype Built In Delphi Wins First Place In Startup Weekend Competition!
November 21, 2017
A Techstars Startup Weekendeventwas held between November 17 and November 19, 2017in Bakersfield, California. TheStartup Weekend events are about bringing together entrepreneursfor meeting new people, building, and launching new products in a hackathon environment. I attended the event and took part as a competitor. At Startup Weekend ideas are purposed and then teams…
Recently, I wrote some new demo for Delphi PPL (Parallel Programming Library), while doing some research for an online class — which is available since last week on the Embarcadero Academy site (“Anonymous Methods in Delphi“), along with a new overall…
Massive Collection Of Design Patterns, Frameworks, Components, And Language Features For Delphi
November 12, 2017
DeveloperbeNative over on GitHub has a project called Concepts which is a massive collection of Delphi modular demos featuring over twenty differentlanguage features, design patterns and some interresting frameworks, and components. A copy of all of the libraries…
CodeRage XII: Amazon S3 and Cloud API
November 12, 2017
Author: Pawe Gowacki
CodeRage XII was great! Plenty of contents and great fun. It was not the first time I have been doing a session on using Delphi Cloud API to integrate with Amazon Simple Storage Service (S3). This year I thought it would be cool to go a little bit further and implement custom “TAmazonS3” component to make it easier to work with Amazon S3 in Delphi.
Cloud API is a…