Lazarus
and that was 2019 in Review.
This blog has been very quiet this year, lots of reasons, mostly work-related has kept me away.
Some milestones were achieved this year:
NovuscodeLibrary
NovuscodeLibrary is a Delphi library of utility functions and non-visual classes.
- New package NovusCodeLibrary_cURL.dpk – cURL function library
- New package NovusCodeLibrary_WebUtils.dpk – Web functions library
- Now support Delphi 10.3 and packages
https://github.com/novuslogic/NovuscodeLibrary
Adding features or fixing bugs to Novuscodelibrary, it’s general done organically. The next feature supported:
- The Delphi Package Manager Project https://github.com/DelphiPackageManager/
CodeImatic
CodeImatic is a PascalScript based toolchain for building and deployment.
CodeImatc.build
CodeImatic.build is a PascalScript based build and deployment engine.
https://github.com/novuslogic/CodeImatic.build
CodeImatc.codegen
CodeImatic.codegen is a PascalScript template driven source code and static website generator.
https://github.com/novuslogic/CodeImatic.codegen
CodeImatic – Multiple features have been added and moving towards an early beta release next year.
DelphiAWSSDK
The Delphi AWS SDK enables Delphi/Pascal developers to easily work with Amazon Web Services.
The next version of DelphiAWSDK v.04 will have a full translation of Amazon DynamoDB https://aws.amazon.com/dynamodb/ using the new experimental Code-Generation based on CodeImatic.codegen https://github.com/novuslogic/CodeImatic.codegen
Using WordPress on Amazon Lightsail
https://leanpub.com/wordpressawslightsail/
I’m develpoing a new book called “Using WordPress on Amazon Lightsail” which will be pushlished early next year, so sign up with the “Notify Me When This Is Published” button.
Happy New Year.
DelphiAWSSDK v0.3.0
Delphi AWS SDK has new support for Lazarus / fpc 1.8 or higher.
https://github.com/novuslogic/DelphiAWSSDK/releases/tag/v0.3.0
Summary of updates
- New Lazarus CreateTable1 DynamoDB Sample
- Refactored Core for Lazarus / fpc 1.8 or higher
- Moved Samples Samples\DynamoDB to Samples\DynamoDB\Delphi