DelphiProductivityRAD StudioWebinar

How Secure Is Your App? Static Analysis Finds Security Holes

During our recent Coding Bootcamp I had several sessions covering a broad range of topics. One session looked at static analysis of your Delphi code. Static analysis, or to be more correct, static code analysis is a process that can locate sections of your app’s source code which, despite being syntactically correct and generating no compiler errors or warnings are, in fact, potential gaping…
Read more
DelphiNewsWebinar

Building Microservices with Boss and Horse

Here are the slides, links, and additional resources from Building Microservices with Boss and Horse. This session was a collaboration with Vinicius Sanchez of Hashload. Hashload is an open-source community on GitHub founded by Brazilian developers that works with many…
CodeDatabaseDelphiHow-To'sWebinar

How To Make MySQL Your SQL

Today (December 20th 2022) and tomorrow you can join us for Embarcadero’s two day Enterprise CodeRage event which focusses, as you might expect, on enterprise development topics using your favorite IDE software. I am presenting two sessions – this blog post describes the first session: How To Make MySQL Your SQL. The second session is tomorrow (December 21st 2022) and there is a…
Read more
CodeDelphiWebinar

Secrets of Visual Design on Windows 11

Using truly great IDE software really empowers software developers. RAD Studio is so much more than just Delphi – which I think is the easiest professional modern programming language you can pick – it also brings along a whole bunch of great things not the least…
DelphiNewsWebinar

All About Apple ARM on the Desktop

For years Intel and AMD’s x86 architecture has ruled the desktop, while ARM dominated mobile platforms. Now ARM is making inroads onto the desktop. There are multiple versions of the M1, and the 2nd generation M2 is now available. With a shared CPU architecture, iOS and iPad apps can run on macOS, improving the simulator for app development. Most recently, the ARM architecture came full…
Read more
DelphiNewsWebinar

FreeAndNil() - Delphi Developer Debate

You are familiar with FreeAndNil(), but do you use it? How often? Are you using it right? As with most things in software development, it is a complicated topic. So let’s see what the experts have to say. We are going to debate the details in a friendly discussion with…
DelphiNewsPythonWebinar

Tkinter vs DelphiFMX in the Embarcadero Open Source Stream

We are starting something new, and I’m pretty excited about it. This is the first in a series of regular live streams discussing the latest in open source projects. Both projects sponsored by Embarcadero and key projects in the community. I will be the the host, and I’ll be joined by members of the community, developers involved in these open source projects, as well as members of…
Read more