Apache shardingsphere

https://github.com/apache/shardingsphere

 

GitHub - apache/shardingsphere: Ecosystem to transform any database into a distributed database system, and enhance it with shar

Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more - GitHub - apache/shardingsphere: Ecosystem to ...

github.com

https://dzone.com/articles/the-power-of-shardingsphere-with-spring-boot

 

Power of ShardingSphere With Spring Boot - DZone

Learn how to use Apache ShardingSphere with Spring Boot to enable sharding, read-write splitting, and data masking.

dzone.com

https://techblog.yogiyo.co.kr/%EC%A3%BC%EB%AC%B8%EC%84%9C%EB%B9%84%EC%8A%A4-shardingsphere-proxy-%EB%8F%84%EC%9E%85%EA%B8%B0-46d83084586b

 

주문서비스 ShardingSphere-Proxy 도입기

안녕하세요. 요기요 R&D Center에서 주문 서비스인 Orderyo를 개발하고 있는 Backend Develoer 김병철입니다. 이번에 Apache ShardingSphere를 요기요 주문 서비스에 도입했는데, 간략한 설명과 함께 도입한 배

techblog.yogiyo.co.kr

https://blog.naver.com/asei/221511101848

 

Apache ShardingSphere를 이용한 DB Sharding

빅 데이터를 다루는 산업이 증가하는 만큼 데이터베이스를 다루는 각종 기술도 발전하고 있다. 데이터 폭증...

blog.naver.com

https://blog.devgenius.io/simplifying-learning-shardingspheres-template-engine-for-streamlined-examples-3bc534bd9ea2

 

Simplifying Learning: ShardingSphere’s Template Engine for Streamlined Examples

Discover how ShardingSphere’s template engine enhances flexibility in code example generation. Let’s make ShardingSphere more powerful

blog.devgenius.io

https://opensource.com/article/23/1/distributed-database-high-availability-apache-shardingsphere

 

Create a highly available distributed database with Apache ShardingSphere

Follow this example of ShardingSphere's high availability and dynamic read/write splitting as the basis for your own configurations. 

opensource.com

Spring

https://cheese10yun.github.io/spring-config-server/

 

Spring Cloud Config Server 정리 - Yun Blog | 기술 블로그

Spring Cloud Config Server 정리 - Yun Blog | 기술 블로그

cheese10yun.github.io

https://medium.com/@databackendtech/spring-boot-java-framework-use-reflectiontostringbuilder-to-improve-development-productivity-13f743237511

 

Spring Boot Java framework: use ReflectionToStringBuilder to improve development productivity

Introduction

medium.com

https://medium.com/@miguelangelperezdiaz444/understanding-bean-scopes-in-spring-which-one-is-best-for-your-application-3ff404e44b76

 

🧠 Understanding Bean Scopes in Spring: Which One is Best for Your Application?

Beans are fundamental components in Spring framework that are managed by the Spring container. They represent objects that are created…

medium.com

Java

https://yozm.wishket.com/magazine/detail/2023/

 

코드 가독성 높이는 자바 람다식과 함수형 인터페이스 | 요즘IT

자바(Java)는 시간이 지남에 따라 발전하면서 더욱 효율적이고 간결한 코드를 작성할 수 있도록 다양한 기능을 제공하고 있습니다. 특히 자바 8부터 도입된 람다식과 함수형 인터페이스는 자바에

yozm.wishket.com

https://grokkingtechinterview.com/java-8-functional-programming-interview-questions-60f132e9c55d

 

Java 8: Functional programming interview questions

The key contribution that Java 8 introduced to the Java programming model is functional programming. This article focuses on questions…

grokkingtechinterview.com

https://yozm.wishket.com/magazine/detail/1979/

 

초보 Spring(Java) 개발자를 위한 완전 기초 지식(이론편) | 요즘IT

모든 프로그램에는 시작과 끝이 있습니다. 개발자가 코드를 작성하고 실행하면 JVM에서 프로그램이 실행된 후 종료됩니다. 이때, JVM 상에서 어떤 식으로 동작하며 개발자가 작성한 코드는 어떤

yozm.wishket.com

https://medium.com/@selakapiumal/native-memory-tracking-in-a-java-based-application-502f7c841f9c

 

Native Memory Tracking in a java based application

In this blog, I’m going to discuss native memory tracking (NMT), which we can use to isolate any abnormal memory growing up at the VM…

medium.com

 

 

Maven

https://learningdaily.dev/apache-maven-tutorial-learn-the-best-java-build-automation-tool-ec6e168e8ffe

 

Apache Maven Tutorial: learn the best Java build automation tool

Maven is the most popular, de-facto build tool for Java projects. But Maven is much more than a build tool. In fact, it can be used to…

learningdaily.dev

https://www.educative.io/courses/build-java-projects-with-maven/YMkRXJzlov0

 

Plugins and Goals - Build Java Projects with Maven

This lesson explains Maven's core concepts, plugins and goals.

www.educative.io

기타

https://netflixtechblog.com/revisiting-bettertls-certificate-path-building-4c978b79843f

 

Revisiting BetterTLS: Certificate Path Building

By Ian Haken

netflixtechblog.com

https://blog.devgenius.io/amazon-prime-video-reduced-costs-by-90-by-ditching-microservices-a9f80591f96a

 

Amazon Prime Video reduced costs by 90% by ditching Microservices

This article is *not* sponsored by the World Monolith Supremacy Association

blog.devgenius.io

https://medium.com/@DevChris01/springboot-api-versioning-fast-easy-c3ef2c87452f

 

SpringBoot — API Versioning — Fast&Easy

⚒️ Types of API Versioning

medium.com

https://dzone.com/articles/grpc-vs-rest

 

Memphis.dev - gRPC vs REST: Differences, Similarities, and Why to Use Them

REST or gRPC, which should you choose? In this article, we’re going to take a look at gRPC and REST client-server architectures for communication, and compare their strengths and weaknesses and the factors you should consider to make the right choice.

memphis.dev

https://yozm.wishket.com/magazine/detail/2018/

 

자바 개발자를 위한 컨테이너 이미지 빌드 | 요즘IT

쿠버네티스 기반의 시스템을 운영하고 있다면 CI/CD 과정에서 반드시 컨테이너 이미지를 생성하는 과정을 거쳐야 합니다. 이 글에서는 컨테이너의 기본 개념과 자바 개발자를 위한 효과적인 컨

yozm.wishket.com

https://yozm.wishket.com/magazine/detail/2012/

 

-10배 엔지니어가 되는 방법 | 요즘IT

이 글은 10x 엔지니어가 아닌 -10배의 엔지니어가 되는 법에 대해 작가의 개인적인 견해를 담은 글입니다. +10배의 엔지니어는 신화적인 인물일지 몰라도 -10배의 엔지니어는 존재합니다. -10배의

yozm.wishket.com

https://yozm.wishket.com/magazine/detail/2002/

 

쿠팡이 '공간 색인'으로 로켓배송 개선한 방법 | 요즘IT

택배 상자와 봉투들을 가장 효율적으로 배송하려면, 배송 시스템은 정확히 배송지 주소를 파악하고 이를 바탕으로 가장 적합한 배송 영역을 찾아낸 다음 담당자에게 운전 경로를 안내해 주어야

yozm.wishket.com

https://yozm.wishket.com/magazine/detail/1998/

 

2023년 쿠버네티스 표준 아키텍처 | 요즘IT

2023년 쿠버네티스를 보다 원할하게 사용하기 위한 많은 제품들이 나와 있지만, 역설적으로 너무 많은 제품들이 있기 때문에 오히려 선정하기 어려움이 있습니다. 이에 시장에서 많은 레퍼런스

yozm.wishket.com

 

+ Recent posts