본문 바로가기

반응형

Programming

(91)
Jenkins 성능 개선 jenkins 서비스에 캐싱을 적용하여 Continuous Delivery 성능을 개선한 경험을 작성하였습니다. https://dev.gmarket.com/88 Jenkins 성능 개선 part1 - 캐싱 적용 안녕하세요, 저는 Dev Platform 팀에서 사내 배포 시스템을 담당하고 있는 강대현입니다. 이번 포스팅에서는 Jenkins를 이용하고 있는 배포 시스템 개선 경험을 공유하려고 합니다. Jenkins는 Java 기반 dev.gmarket.com
Git flow vs Github flow Git flow 흐름 develop을 base로 feature를 생성하고 작업을 진행한다. feature 작업이 완료되면 develop에 merge 한다. develop에서 목표로 하던 작업이 끝나면 release를 생성한다. release를 기준으로 QA & bugfix를 진행한다. release를 master로 merge 한다. (release에 수정 사항이 있었다면 develop에도 merge 한다.) master에 급하게 수정해야 할 이슈가 발생했다면 hotfix 생성 후 작업한다. (작업 후 master, develop에 각각 merge 한다.) 특징 master & develop은 항상 유지되고, 나머지 branch들은 필요에 의해 만들어졌다가 사라지길 반복한다. master와 develop은..
.NET Framework history .NET 1.0 CLI(Command Line Interface) 구현체 -> CLR(Common Language Runtime) CLS(Commom Language Specification) 구현체 -> C#, Visual basic CLR의 대표적인 기능 JIT 컴파일 GC 메모리 관리 C# 1.0 형식 안정성 Delegate (c++ 함수 포인터) Native 코드 연동성 (dll import) .NET 2.0 Generic Nullable Clickonce C# 2.0 CLR 의존 Generic 추가 CLR 및 .NET BCL 의존 Nullable 타입 간편 표기 구만 Partial Class .NET 3.0 WPF WCF WF(Workflow Foundation) WCS(Windows CardS..
.NET을 사용하는 회사 검색 사이트 .NET을 사용하는 회사 정보를 볼 수 있는 사이트를 오픈했습니다. https://dotnetboom.site/ domain : 가비아 hosting : firebase data reference : https://github.com/Hyolog/list-of-companies-using-dotnet github : https://github.com/Hyolog/DotNetBoom
Mixed content: The page at '' was loaded over HTTPS 문제 작업 중인 사이트를 테스트 후 클라우드에 배포했는데 문제가 생겼다. Mixed Content: The page at 'https://dotnetboom.site/' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-latest.js'. This request has been blocked; the content must be served over HTTPS. jquery로드하는 부분에서 오류 발생 https 사이트에서 http 사이트에 요청을 보낼 때 발생한다고 한다. 해결 html head 부분에 아래 내용 추가
[Codewars] Double Cola 문제 풀이 C# 코딩테스트 개인적으로 좋아하는 미드 빅뱅이론 주인공들이 나온 문제 문제 더보기 Sheldon, Leonard, Penny, Rajesh and Howard are in the queue for a "Double Cola" drink vending machine; there are no other people in the queue. The first one in the queue (Sheldon) buys a can, drinks it and doubles! The resulting two Sheldons go to the end of the queue. Then the next in the queue (Leonard) buys a can, drinks it and gets to the end of the queu..

반응형