2023-02-08-TIL
2023-02-08-TIL
Today I Learned
Checked Exception vs Unchecked Exception
- https://rollbar.com/blog/how-to-handle-checked-unchecked-exceptions-in-java/
- https://stackify.com/specify-handle-exceptions-java/
- https://stackify.com/common-mistakes-handling-java-exception/
- https://www.geeksforgeeks.org/checked-vs-unchecked-exceptions-in-java/
- https://www.tutorialspoint.com/how-can-we-decide-that-custom-exception-should-be-checked-or-unchecked-in-java
- https://howtodoinjava.com/java/exception-handling/checked-vs-unchecked-exceptions-in-java/
- https://docs.oracle.com/javase/tutorial/essential/exceptions/runtime.html
- https://devlog-wjdrbs96.tistory.com/351
Custom Exception vs Runtime Exception
- https://stackoverflow.com/questions/52437023/best-way-to-add-the-custom-exception-for-the-spring-boot-code
- https://tecoble.techcourse.co.kr/post/2020-08-17-custom-exception/
- https://stackoverflow.com/questions/19857008/extending-exception-runtimeexception-in-java
- https://stackify.com/java-custom-exceptions/
- https://www.java67.com/2012/12/difference-between-runtimeexception-and-checked-exception.html
- https://www.baeldung.com/java-new-custom-exception
- https://m.blog.naver.com/sthwin/221144722072
- https://learn.microsoft.com/en-us/dotnet/standard/exceptions/best-practices-for-exceptions
- https://www.scaler.com/topics/custom-exception-in-java/
- https://www.youtube.com/watch?v=fVXC11OwbHs
- https://medium.com/nerd-for-tech/custom-exceptions-in-java-41cea0021aee
Exception vs Runtime Exception
- https://ch4njun.tistory.com/272
Exception Handling in Java
- https://www.digitalocean.com/community/tutorials/exception-handling-in-java
Exception Handling in Spring
Request Parameter in Spring
- https://bum752.github.io/posts/Spring-%EC%96%B4%ED%94%8C%EB%A6%AC%EC%BC%80%EC%9D%B4%EC%85%98%EC%97%90%EC%84%9C-Request-Parameter%EB%A5%BC-%EB%AA%A8%EB%8D%B8-%ED%81%B4%EB%9E%98%EC%8A%A4%EB%A1%9C-%EC%B2%98%EB%A6%AC%ED%95%98%EA%B8%B0/
Jib vs Dockerfile
- https://cloud.google.com/blog/topics/developers-practitioners/comparing-containerization-methods-buildpacks-jib-and-dockerfile
- https://www.linkedin.com/pulse/docker-image-build-vs-jib-eran-shaham
- https://tomgregory.com/jib-vs-spring-boot-for-building-docker-images/
- https://nesoy.github.io/articles/2020-11/Jib
- https://gc.hosting.kr/blog-serverless-jib-container/
- https://alden-kang.tistory.com/1
- https://cloud.google.com/java/getting-started/jib?hl=ko
FFmpeg Wrapper Library in Java
This post is licensed under CC BY 4.0 by the author.