Category: Dev’s Favorites
-
Hands-on Rust: Building a “Massive” S3 Downloader
The Context A few weeks ago, while running User Acceptance Testing (UAT) with a client, we hit a simple snag that was causing a disproportionate amount of friction. The client used HTML templates hosted on an Amazon S3 bucket. Every time the user requested a copy change or a layout tweak, the team hit a…
-
JAVA Unit Test: Why they can “save” our life?
The Unit Test cases raise the quality of your final product and then you will raise the quality of your reputation
-
Use JAVA SQL Parameters and improve your application security
Use parameters in a JAVA SQL Prepared Statement is a good practice for performance reasons but also is good way to improve the security of your application.
-
JAVA Unit Test for Spring Boot with Mockito and EasyMock
Here they are some ideas about testing using the different tools given by Spring Boot Test dependency. For me and my team they are so useful when we write and run the Unit Test for medium or high complexity classes.