본문 바로가기

반응형

전체 글

(464)
Spring Beans - Dependency Injection In Object Oriented Design, there is a rule called 'SOLID" that is used to increase the reusability and flexibility while decreasing the dependency between programs SRP (Single Responsibility): A class should handle one functionality OCP (Open / Closed Principle): Functions should be expendable but not modifiable LSP (Liskov's Substitution Principle: A child should substitute their parent ISP (In..
롬복 객체지향 프로그램에서 데이터를 전달하기 위해 엔티티가 사용됩니다. 엔티티는 고유의 특성을 규정하는 필드를 가지는데 외부에서 자유로이 필드값을 변경하는 것을 방지하기 위해 겟터, 셋터를 사용합니다. 문제는 이러한 겟터와 셋터는 비즈니즈 로직을 담고 있다기보다 비즈니스 로직 실현을 위한 공통코드로 생산성을 감소시킨다는 것입니다. 롬복은 이러한 공통코드를 어노테이션을 통해 자동 생성 해 주는 디펜던시로 오늘은 롬복을 사용하는 법을 보겠습니다. HTML 삽입 미리보기할 수 없는 소스
Working in Malaysia Call centers, sales (such as Google Ads), and YouTube video inspectors are available jobs for Koreans in Malaysia. Most companies in Malaysia are BPO companies so almost every job except for the HR and YouTube inspectors is CS related. TDCX is a relatively new one among BPO companies and for the Google project, there are sales and tag setup work. Salaries for tag work is 9300RM + incentive 500RM..
말레이시아에서 일하기 말레이시아에서 한국인이 주로 할 수 있는 일은 콜센터, 세일즈 (구글애즈 같은 거), 영상검열 (유튜브 같은 거) 등이 주를 이룬다. 대부분 BPO 회사들이고 영상검열이나 BPO회사 인사를 제외하고는 CS 성향이 강하다. BPO회사 중 비교적 후발주자인 TDCX의 구글 프로젝트의 경우 태그설정하는 일과 세일즈로 나뉘는 데 월급은 9300링깃 + 인센티브 500링깃 (곱하기 280 하면 얼추 원화로 환산된다) - 지금은 올랐나 (참고로 일했던 기간은 2022. 7. ~ 2023. 7.)?회사 장점, 단점태그팀을 기준으로 장점은 1. 워라밸: 콜 이외 나머지는 다 쌩까도 됨 2. 병가인정 단점은 1. 개발 쪽으로 실력을 쌓기 어려움 (물론 개인이 하기 나름이지만) 2. 태그설정을 미팅으로 하는 데 이게 은근..
Spring Boot Security Spring boot security blocks unauthorized access to the endpoints HTML 삽입 미리보기할 수 없는 소스
스프링 부트 시큐리티 스프링 부트 시큐리티는 권한 없이 엔드포인트에 접근하는 것을 막아 줍니다. HTML 삽입 미리보기할 수 없는 소스
Spring Boot Actuator Spring boot starter actuator is a dependency that provides endpoints for application management and application information HTML 삽입 미리보기할 수 없는 소스
스프링 부트 엑츄에이터 스프링 부트 스타터 엑츄에이터를 사용하면 애플리케이션 관리와 모니터링에 관한 정보를 확인할 수 있습니다. HTML 삽입 미리보기할 수 없는 소스

728x90