Differences working with Typescript library modules vs Java modules
A short comparison and highlighting of differences when working with Typescript library modules compared to Java library modules
6 posts
A short comparison and highlighting of differences when working with Typescript library modules compared to Java library modules
Using Java 8 Streams to copy a file from resources to a directory modifying it on-the-fly, all in one process without loading everything to memory
How to mock SFTP servers in JUnit 5 using Testcontainers and atmoz/sftp Docker image. Perform integration tests against a fake FTP server in your Java application tests