Expert Delphi by Paweł Głowacki

Book Reviews, Rad Studio Delphi Development
Expert Delphi by Paweł Głowacki   After reading the latest book from Author Pawel Glowacki the feeling of fresh FireMonkey Delphi material left an excellent karma.  It should be part of anyone's Delphi Library since it has great reference material.  The book was written by Pawel Glowacki whom is Embarcadero's European Technical Lead for Developer Tools. The book begins with a basic primer on Delphi helping you get accustomed to the IDE and the Object Pascal language.  It quickly moves into advanced concepts dealing with FireMonkey.  You should be able to build server-side services, create new Internet of Things (IOT) and integrate your applet with web services to deploy them to market. As always the pricing from PackT is on the mark.  The writing is very clear at 506 pages and…
Read More

C# 8.0 Previewed

Software development Concepts, Software Events
C# 8.0 Previewed Originally written in www.infoq.com, some amazing stuff coming down the pipe for C#. Nullable Reference Types We’ve covered nullable reference types in the past, but briefly the idea is that reference types would no longer be nullable by default. Instead, you have to explicitly mark them as nullable using the same “Type?” syntax that you use for nullable value types. Assigning a null to a non-nullable reference type will be a compiler warning. Likewise, reading from a nullable type would be a compiler warning unless the variable in question was explicitly checked for null ahead of time. So theoretically the only change developers need to make is to sprinkle question marks where appropriate. Since our report, a new syntax was added to this feature. Consider a scenario where you know…
Read More

HotFix for RAD Studio 10.2.1 and iOS

Rad Studio Delphi Development
RAD Studio 10.2.1 HotFix for iOS AdHoc Deployment Embarcadero released a hotfix to address a regression (reported as https://quality.embarcadero.com/browse/RSP-18813) in RAD Studio Tokyo Release 1 related with AdHoc deployment for iOS. The fix available for download is at:  https://cc.embarcadero.com/item/30797 The fix (which is a single file to add to your system) provides support for building iOS Ad Hoc Applications.  Only using RAD Studio 10.2.1 and Xcode 8.2, 8.3.2 or 8.3.3. Extremely important if you are developing for the iOS platform with Delphi.
Read More

SNES Classic Pre-Orders Sell-Out Overnight

Hardware Reviews, Software Events
SNES Classic Pre-Orders Sell-Out Overnight, More Expected Today Amazon, Walmart Sold-Out, GameStop, Target, Toys R Us, Best Buy soon Nintendo's official page for its upcoming Super NES Classic Edition retro console now lists a half-dozen stores where customers can pre-order the console. But at least two of those stores appear to have already sold out of their initial stock.  The pre-orders went live with Amazon and Best Buy's selling out in less than 30 minutes. The remaining stores  – GameStop, Walmart, Target and Toys R Us – have yet to list their pre-orders. So if you're looking to grab one of these likely hard-to-find consoles, it's probably a good idea to start camping those online stores right now. We'll update this post when we see the pre-orders go live on the sites,…
Read More

How to handle Open Source Software and Security.

Computer PC Tips - bits and bytes
How to handle Open Source Software and Security. Open source has always left so many questions unanswered on whether your comfort level for software security is high or you have sleepless nights. The keys for open source have the following open questions, can someone else view the source and modify it  or do you rely on internal software developers fix the security flaws.   Open source is mostly freely written software by developers who love to write software code and do not mind submitting their projects for all to use. When using open source, the internal developers need to test the piece out and whether it can be used in the production systems.  It is up to the developer to test the code on a machine that can be safely…
Read More