CodeDelphi

What Is The Next Big Thing in Blockchain?

Cryptocurrencies like Bitcoin use enormous amounts of energy to secure their network. But why are cryptocurrencies so power-hungry and more importantly what are the alternatives? Much of the hardware used to perform the calculations uses highly specialized computers running Linux collaboratively in “farms” although there are many crypto “mining” apps which are Windows based…
Read more
CodeDelphi

How to Master Ethereum in 6 Simple Steps

What is Ethereum and how is it different to Bitcoin? Whether your focus is on native windows development or for mobile, cross platform targets, Ethereum is the community-run technology powering the cryptocurrency ether (ETH) and thousands of decentralized applications.
C++DelphiIDE

What Is A Language Server Protocol (LSP) Anyway?

Have you ever wondered how web browsers can offer smart text options such as auto-fill and hover translate/definition? This is made possible through complex development tools, or IDE Software (Visual Studio, Vims, Eclipse, RAD Studio) tailoring features for each server (C/C++, Java, Python, etc.). This used to be a repetitive process, as each development tool would have to customize its…
Read more
CodeDelphi

This Is The Blockchain And It May Rule The World

If you write apps, whether it be native Windows development, or perhaps targeting a broader market encompassing mobile devices, cryptocurrency is an area of incandescent growth and potential opportunity. Like the white-hot-topic of AI, cryptocurrency is a new frontier, and…
CodeDelphi

This Is The Blockchain: Expectations vs. Reality

We have discussed Blockchain technology in our “Everything You Need To Know About Blockchain” article. In that article we have learned about: ImmutabilityDistributionHow trust issues can be resolved with BlockchainBlockchain in the financial industryHigh…
C++Delphi

5 Ways To Modernize Your Data Access Pipeline

Building database applications with Windows IDE: RAD Studio (Delphi & C++ Builder) gives the best experience for developers. For instance, if you want to connect to a database, just drop a database connection component into the project and select the source of the data. Then open the LiveBindings designer and link the database fields to the UI controls and that is it! If you want to…
Read more
C++Code

How To Make Faster And More Glamorous Modern Apps With C++

Hello C++ Developers, LearnCPlusPlus.orgis packed full of great articles for professionals and beginners packed full of new modern C++ topics to speed up your applications and to make them look visually stunning with an updated, modern look in a few simple steps. In these articles, we explain how you can simply use all cores of your CPU by usingParallel Programming Libraryin…
Read more