Spring Boot 

https://medium.com/@mandeepdhakal11/using-problemdetail-specification-for-error-response-in-spring-boot-3-5d25956ef421

 

Using ProblemDetail Specification for Error Response in Spring Boot 3

When developing a RESTful API, it’s very crucial to handle exceptions and provide meaningful information in error responses to clients…

medium.com

https://medium.com/@vikas.taank_40391/singleton-and-prototype-spring-bean-scopes-a-primer-962de5498772

 

Singleton and Prototype Spring Bean Scopes, A primer

Spring framework is a de facto framework for dependency injection and has a proven track record in developing scalable, resilient and…

medium.com

https://medium.com/@miguelangelperezdiaz444/dependency-injection-in-spring-constructor-property-or-setter-which-one-should-i-choose-d38be824c8c1

 

💉Dependency Injection in Spring: Constructor, Property, or Setter? Which one should I choose?

Dependency injection is a programming technique in which objects are created with all the dependencies they need to function properly…

medium.com

Java

https://betterprogramming.pub/can-streams-replace-loops-in-java-f56d4461743a

 

Can Streams Replace Loops in Java?

Code readability, performance, and limitations of Streams

betterprogramming.pub

https://medium.com/@jbhyunikim/unleashing-the-java-dependency-dilemma-static-classes-vs-dependency-injection-showdown-b2a053bc841

 

How Do I Provide My Method? With “static” or Through Dependency Injection?

Weighing the Pros and Cons of Static Classes and Dependency Injection for Optimal Code Organization

medium.com

MongoDB

https://medium.com/@nirjalpaudel54312/mongodb-design-patterns-708100c07bcb

 

Eat the frog: MongoDB Design Patterns

Here are some of the few design patterns that you can use to better your MongoDB schema, so you’ll keep your team happy and yourself…

medium.com

ETC

https://betterprogramming.pub/why-testing-isnt-just-about-writing-unit-tests-f898d4cf61dc

 

Why testing isn’t just about writing unit tests

When testing is done properly it will reduce defects, and improve the design and quality of the overall codebase.

betterprogramming.pub

https://betterprogramming.pub/clean-code-is-slow-but-you-still-need-it-anyway-ffcac6973c93

 

Clean Code Is Slow, but You Need It Anyway…

In case you haven’t heard, there is something really interesting happening in the programming / software development scene on Twitter

betterprogramming.pub

https://betterprogramming.pub/on-the-practicality-of-regex-for-email-address-processing-78280ab006c3

 

On the practicality of regex for email address processing

A colleague recently pointed me to a blog post: On the Futility of Email Regex Validation. For the sake of brevity, I will refer to it as…

betterprogramming.pub

https://jackfoxy.github.io/FsRegEx/emailregex.html#On-the-Futility-of-Email-Regex-Validation

 

On the Futility of Email Regex Validation

Using regular expressions to validate email addresses is notoriously error prone. The complexity of the address format specification makes constructing a machine readable grammar correctly discerning the difference between valid and invalid addresses hard.

jackfoxy.github.io

https://11st-tech.github.io/2023/07/19/improve-catalog-review-api/?ref=codenary 

 

11번가 인턴의 카탈로그 리뷰 API 개선기 | 11번가 TechBlog — 11번가 기술블로그

안녕하세요. 11번가 PDP개발팀 신치용입니다. 작년 11월 중순부터 5주가량 진행된 인턴 기간동안 과제를 진행하면서 느낀 경험을 담은 글입니다. 많이 부족하지만 짧은 인턴 기간 동안 진행한 과

11st-tech.github.io

https://tech.socarcorp.kr/dev/2023/07/22/member-service-performance-tuning-01.html?utm_source=oneoneone 

 

싱글벙글 회원 서비스 성능 튜닝기

어카운트팀이 완료한 서비스 성능 개선 과정을 소개합니다

tech.socarcorp.kr

https://engineering.ab180.co/stories/productive-review-culture

 

생산성 있는 Review 문화가 되기까지

팀에서 좋아하는 Review 문화가 자리잡기까지의 여정을 소개합니다.

engineering.ab180.co

 

+ Recent posts