Cross-Platform languages are not something new. For more than two decades, cross-platform development has been with us, but each programming language and technology evolved differently, adopted different architecture, and offered even more choices to consider.
Today we are going to talk about different cross-platform programming languages, why they are good and what are their disadvantages…
A Beginner's Guide To The Best Low Code Platform
April 15, 2022
What is the Low-Code, No-Code Movement?
As a programmer/developer or an engineer it’s not long now before you will see advertising and articles about no-code or low code development technologies or micro-services available in the market. A quick web search for…
7 Steps To Finding The Perfect IDE Software
April 7, 2022
What is an IDE?
An integrated development environment (IDE) is an application which provides an integrated set of functions and modules used to create software. The IDE is the central point for code editing, compiling, debugging, overall creation and deployment of your…
The Anatomy of a Great Windows UI Toolkit
March 28, 2022
The broad popularity of Agile Software Development, DevOps, and continuous delivery pipelines puts more pressure on developers to build and deploy high-quality applications faster. With technology now underlying almost every aspect of daily commerce, as well as our business and private lives, fast and efficient software development is critical to maintaining developer competitiveness and success.
The Future Of Data Access Is Through Data Bindings
March 16, 2022
Delphi RTL (Runtime Library) contains a mighty expression engine, one of the foundations of the LiveBindings architecture but can be utilized as a separate engine for processing expressions. It’s this kind of low-code super-charged feature which makes you really…
What You Need To Know - A Beginner's Guide To Windows UI Toolkits
February 17, 2022
A control or component is a user interface (UI) element that displays content or enables interaction. Components are the building blocks of the user interface. A ‘pattern’ is a recipe for combining several controls to make something new. This article gives a…
This Is How To Develop C++ iOS Apps On Windows 11 Today
February 16, 2022
The C++ Programming language is one of the most broadly used software programming languages. It can be downloaded easily and allows users to develop high quality professional applications for all sorts of different platforms for modern desktop and mobile devices. It’s hard to identify exactly whichC++ compileris the best for you, as this is mostly about what you want to achieve with…
6 Books About Delphi You Should Read
February 8, 2022
Reading is an essential skill for Windows application development. Development is a nebulous and constantly expanding subject and I’ve noticed that the most successful coders, project managers and designers are often readers with a voracious appetite for consuming…
13 Things About Native Windows Development You May Not Know
February 1, 2022
Software development is an exciting journey. Choosing the best development tools can considerably save us from many troubles down the road. Although every developer has some considerations regarding native windows development, there might be some exciting points you may not…
How To Make Splash Screens, Icons, Bind Data And More In C++
January 13, 2022
Hello C++ App Developers,
Professional applications have greatIconsandSplash Screens. They catch the user’s eye and help add to an overall impression of quality and attention to detail. Today we link to a couple of really great articles on how to create and add icons and splash screens to give that extra polish to your work.
Static librariesare a good way to…