Latest Updates

Documenting code, one commit at a time.

Python 2 posts
×

Streamlining Desktop Deployment with MSIX Packaging in ERP-1st

Our team working on the KamelotDeveloper/ERP-1st project has recently enhanced our application deployment strategy. This significant update focuses on integrating MSIX packaging, a modern Windows app packaging format, into our build pipeline to simplify installation and updates for our ERP application.

Introduction

Modern application development demands not just robust functionality but

Read more
Python PyInstaller

Streamlining PyInstaller Builds: Optimizing for a Leaner ERP Application

For the KamelotDeveloper/ERP-1st project, building efficient and self-contained applications is crucial for reliable deployment. When creating standalone executables, especially for critical business systems like an ERP, every byte and every dependency matters. This pursuit of efficiency often leads to discovering and eliminating unnecessary components that inadvertently creep into the build

Read more