Graph Databases and Neo4j
Recently I have come across "Graph Databases" free book from O'Reilly. This book is about Neo4j graph database and is really inspiring! Back in Delphi 10.0 "Seattle" the new FireDAC database access...
View ArticleWebinar Tomorrow: Understanding Automatic Reference Counting
Tomorrow, June 1st, I'll give a webinar (at 3 different time slots) focused on automatic reference counting memory model in Delphi.. This is the summary: Automatic Reference Counting is the memory...
View ArticleREST, You’re doing it wrong.
My wife recently expressed her frustration with the abundance of blog posts entitled ‘you’re doing it wrong’, or some approximation there-of; and so I could hardly resist writing one of my own!...
View Article【セミナーサマリ】データベースアプリケーション開発セミナー (5月30日)・最新のデータベースとアプリケーション開発の関係 [JAPAN]
【セミナーサマリ】データベースアプリケーション開発セミナー ・最新のデータベースとアプリケーション開発の関係 (5月30日) 2017年5月30日(火) エンバカデロ 飯田橋セミナールームにおいて、「データベースアプリケーション開発セミナー ・モバイル、クラウド、IoT時代にどう立ち向かう?これからのDBアプリケーション開発」 セミナーが開かれました。当ブログはその第1セッション...
View ArticleAngularJSとnode.js インストール方法[JAPAN]
毛利です。 RAD Studioロードマップ(2017年5月付)に書いていますが、 10.3 以降のRAD ServerでAngularJSクライアントがサポートされます。 https://www.embarcadero.com/jp/products/rad-server Angular は、JavaScriptで書かれたOpen Sourceのフロントエンド Webフレームワークです。...
View ArticleC++ Builder Pre-Compiled Header with CLANG compiler
What the purpose of Pre-Compiled Header (PCH)? In order to understand well usage of precompiled headers, we will first summarize the process to generate executable from source files. The first step...
View ArticleGestion des en-têtes précompilés sous C++ Builder avec le compilateur Clang
Les dernières versions de C++ Builder introduisent le compilateur Clang qui a une gestion des en-têtes précompilés différente de celle du compilateur classique. Si ce n'est pas bien configuré, vos...
View ArticleWindows 10 Creators 更新版和Rad Studio 10.2
如果你是Windows 10的使用者, 那么在最近开机后应该常会看到MS询问你是否要升级到Windows 10 Creators 更新版.由于过往许多的经验我并没有急着更新因为目前使用的Windows 10版本执行的很好, 但是我也收到许多朋友的来信, 询问我他们在升级到Windows 10 Creators 更新版之后IDE变得异常而且执行缓慢是为什么? 由于现在RAD...
View Article在Windows 10 Creators 更新版中執行Rad Studio IDE
如果你是Windows 10的使用者, 那麼在最近開機後應該常會看到MS詢問你是否要升級到Windows 10 Creators 更新版.由於過往許多的經驗我並沒有急著更新因為目前使用的Windows 10版本執行的很好, 但是我也收到許多朋友的來信, 詢問我他們在升級到Windows 10 Creators 更新版之後IDE變得異常而且執行緩慢是為什麼? 由於現在RAD...
View ArticleСоздание InterBase UDF на Delphi для Linux (strings)
В предыдущем посте Создание InterBase UDF на Delphi для Linux был представлен пример того, как на Delphi создается двоичный модуль UDF для СУБД InterBase, предназначенный для работы в Linux. В том...
View Article2017/06/03 RAD Studio 勉強会@名古屋 レポート [JAPAN]
2017年6月3日(土)に [フォーラムエイト](http://www.forum8.co.jp/) 様 名古屋ショールームにて、RAD Studio 勉強会@名古屋 が開催されました。 Read More
View ArticleUnderstanding Automatic Reference Counting - ARC
Automatic Reference Counting is the memory management system used by Strings & Interfaces on all platforms, and all objects on Linux and Mobile. Unlike Garbage Collection, ARC is purely...
View ArticleQuality Keeps Moving Forward
For quite a long time Quality Central (QC) was our issue tracker. It was first developed as an in-house method of collecting and managing issues. Since its launch the internal teams have moved to JIRA,...
View ArticleFireDAC SQLite で日本時間を取得する場合[JAPAN]
FireDAC SQLiteで時間を取得すると # select datetime('now') as now_ これだと日本時間で取得できません 'localtime'をつけると、日本時間が取得できます。 # select datetime('now', 'localtime') as now_ Read More
View ArticleSimple Mobile FireDAC App
The DocWiki has a great mobile tutorial on building a mobile To Do app with FireDAC and SQLite. I find I usually build it a little differently though, so I thought I would share my code here. Go ahead...
View ArticleRAD Mobile Boot Camp 2017
Follow along this blog post for more information, resources and replays for the RAD Mobile Boot Camp 2017. Day 1: FireMonkey, the FireUI and Platform Services Fundamentals and getting started Design...
View ArticleThe April 2017 Tokyo Hotfix Works with the new Xcode & iOS
Apple pushed out a new Xcode and iOS this week with WWDC. Naturally I updated and tried it. Xcode version 8.3.3 (8E3004b) and iOS version 10.3.2 (14F89). I’m running 10.2 Tokyo with the April 2017...
View ArticleВебинар про Delphi, Linux и создание серверных приложений 8 июня 2017
Завтра, 8 июня 2017 пройдет первый из серии летних вебинаров Embarcadero на русском языке для разработчиков приложений. Он называется "Delphi, Linux и создание серверных приложений" и посвящен...
View ArticleCall 4 Papers: Foren-Tage 2017 in Hamburg
Foren-Tage 2017: Call for Papers Die „Foren-Tage“ sind eine neue Veranstaltung für Entwickler, die mit Delphi- oder C++ arbeiten. Es ist eine gemeinsame Community-Veranstaltung der drei Delphi-Foren...
View ArticleTech Tipp #2: Windows 10 "Creators Update" und InterBase 2017
Frage: InterBase 2017 hat (aktuell, intern wird daran gearbeitet) ein Problem bei der Installation auf einem Windows 10 64 Bit "Creators Update" (AKA Windows 10 Version 1703): Die 64-Bit Plattform...
View Article