blog-tutorials icon indicating copy to clipboard operation
blog-tutorials copied to clipboard

:star: Codebase for various tutorials about Java, Spring Boot, AWS, Kotlin, and Testing

Results 66 blog-tutorials issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1. Release notes Sourced from postgresql's releases. 42.4.0 What's Changed Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @​svendiedrichsen in pgjdbc/pgjdbc#2519 fix: return correct...

dependencies
java

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.12.80 to 1.12.261. Changelog Sourced from aws-java-sdk-s3's changelog. 1.12.261 2022-07-14 AWS Config Features Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK...

dependencies
java

## Blog post you are referring to https://rieckpil.de/mocking-static-methods-with-mockito-java-kotlin/ I was trying a mock a static method inside my Kotlin class for a unit test, but it seems the Java version...

1. Pull the code 2. Run the test in testcontainers-youtube-series ## Context (Environment) Java 11 Ubuntu 20.04 ## Solution Change the constructor and provide the image name. ![image](https://user-images.githubusercontent.com/3692453/108687623-fde81b80-7507-11eb-929a-cd7e25737d25.png)

enhancement
good first issue

Hi! Thanks for the blog post about PL/Java. I noticed a couple of things that might allow it to be simplified. 0. While your post says PL/Java is not available...

enhancement
in verification