Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workshop: reduce-build-and-testing complexity #8

Open
frank-dspeed opened this issue May 20, 2022 · 0 comments
Open

workshop: reduce-build-and-testing complexity #8

frank-dspeed opened this issue May 20, 2022 · 0 comments

Comments

@frank-dspeed
Copy link
Owner

Many Projects got overcomplicated builds because they did not invest into planing what they finaly build and then started incremental updating it.

Often it leads to much faster incremental updates if you ask some root questions in this workshop you will learn everything needed
to reduce build steps in complex Applications build using Web Tech Stacks.

Examples

You want to build a single binary as Desktop app using electron while you develop your always transpiling files and create new files with every save to see the results this is none needed overhead that slows down development. Solution? Dynamical load without transpiling before and persist that to the filesystem.

Examples

patterns that show you how to use a ram disk for development.

@frank-dspeed frank-dspeed changed the title workshop: reduce-build-complexity workshop: reduce-build-and-testing complexity May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant