프로그래밍 도서 번역 지원자를 위한 안내

프로그래밍 관련 도서 번역에 지원해주셔서 감사합니다. 아래 안내를 참고하셔서 테스트 번역을 보내주시면 검토 후 면접 (전화 또는 대면) 여부를 회신하겠습니다.

테스트 번역 평가 기준 

저희 업무 스타일 상, 빠른 번역보다는 가치있는 번역 즉 “읽는 이가 글을 읽고 정확하게 이해할 수 있도록 번역”이 중요합니다.

AI 번역기(https://translate.google.comhttps://www.deepl.com/translator 등)를 활용하는 것은 “권장합니다”. 다만, 그 번역기들은 상당히 자연스러운 한국어 번역 수준에는 이르렀지만, 원문이 전달하고 싶어하는 또는 강조하고 싶어하는 정보를 잘 담아내지 못하는 면이 있습니다. 그 결과, 자동 번역은 정보를 학습하고자 하는 독자들에게 정보를 효과적으로 전달하지 못하거나 가끔 엉뚱하고 잘못된 정보를 전달하거나, 특히 프로그래밍 업계에서 사용되는 한글 용어를 반영하지 못하는 등의 문제가 있습니다.

번역기를 사용하든 하지 않든 상관없이, 최종 번역 결과물이 독자가 정보를 습득하기에 좋아야 합니다.

제출할 항목

  • 테스트_1번* 문서 번역 (필수)
  • 희망 근무 조건 및 회사에서 고려해주었으면 하는 사항 (필수: 없다면, “없음”이라고 적어주세요) 
  • 테스트_2번** 문서 번역 (선택: 혹시 프로그래밍 이외, 즉 SW 테스팅, SW 일반 등에 대한 번역에도 관심이 있는 경우에만)

제출 방법

  • job@devgear.co.kr 로 이메일을 보내주세요.

참고 사항 

  • 데브기어에서 국내에 공급하는 SW의 기술 문서 (대부분 프로그래머를 위한 도서/문서)를 번역하게 됩니다. 특정 솔루션 관련이므로, 처음에는 학습이 필요할 수 있으나, 시간이 갈 수록 번역 품질과 속도가 훨씬 더 좋아질 수 있습니다.
  • 번역하고, 검증하고, 완료하는 과정에서 관련 지식이 쌓이는 점 역시 좋을 것입니다.
  • 관심이 있다면, 번역한 도서를 기반으로 교재 작성, 동영상 강의 작성 부문에 참여할 수도 있습니다.
  • 또한, 현재,  정규직 엔지니어 (신입, 경력)도 채용 중입니다.
  • 테스트 합격 시, 대면 면접 장소: https://www.devgear.co.kr/map

 


* 테스트_1번 (필수)

참여하게 되면 바로 착수할 도서의 일부입니다. 전체 549쪽 분량 중 274쪽 까지만 번역된 상태입니다. 그 중 아직 번역되지 않은 부분에서 발췌 했습니다. (초벌 번역은 구글 번역을 사용하고, 그것을 검증하고 다듬는 방식으로 작업했습니다). 이미 번역된 274쪽 까지의 한글 번역이 궁금하다면 이 링크에서 받을 수 있습니다: https://drive.google.com/file/d/1apoproa90nR2gMkJj08V_fly70bYrr01/view

The published Access Specifier

Along with the public, protected, and private access directives (and the less commonly used strict private and strict protected), the Object Pascal language has another very peculiar one, called published. A published property (or field or method) is not only available at runtime like a public one, but it generates extended runtime type information (RTTI) that can be queried.

In a compiled language, in fact, the compiled symbols are processed by the compiler and can be used by the debugger while testing the application, but generally leave no track at runtime. In other words (at least in the early times of Object Pascal), if a class has a property called Name you can use it in your code to interact with the class, but that interaction is translated into numerical addresses and the source-level concept of an identifier is lost at run-time meaning that there is no way to figure out if a class has a property identifier matching a given string, such as “Name.”

<note>
Both the Java and the C# languages are compiled languages that take advantage of a complex virtual execution environment and for this reason they have extensive run-time information through a concept called reflection. The Object Pascal language had basic reflection (via the published keyword) since the early days and before other compiled languages, and alter introduced a more with reflection or extended RTTI. Basic RTTI tied to the published keyword is explored in this chapter while extended reflection in Chapter 16.

 

** 테스트_2번 (선택)

프로그래밍 이외,  SW 테스팅 등 데브기어에서 취급하는 SW 전문가용 기타 솔루션에 대한 번역에도 “혹시”  관심이 있다면 아래 내용도 번역해서 보내주세요.

If you are the QA manager, it is very likely that people will assume you are the expert on all things testing-related. Other team members will have their own views on testing. Some may even have more experience than you. Expectations of testing are often unrealistic. There may be people who doubt your competence, value to the team, or even your motivations. It can be tough.

In your career, you will have to adapt to new and changing circumstances. You will encounter business and senior project stakeholders. You will be joining teams of various sizes with different people in them who have widely varying backgrounds. In your role, you may be running a large team, providing oversight to the testing in a project, advising an Agile team, or figuring out how testing fits into a continuous delivery process.

Before we start using terms like testing, stakeholder, and stakeholder goals, let’s be clear about what we’re talking about.

Definition of “Test”

The word test is used as a noun and as a verb. It’s about testing as an activity and the outcome of that activity. It’s about the people or organizations who commission that activity and those who use the results. It’s very much about the people who call themselves testers and the complex systems on which we work.

To talk about context-neutral testing we’ll need a definition of the word “test” that is contextneutral. The definition from the American Heritage Dictionary conveys the multiple ways that we can talk about testing well:

Test: (noun) a procedure for critical evaluation; a means of determining the presence, quality, or truth of something; a trial.