Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
Continuum, Cruise Control and Hudson are some of the famous continuous integration tools which people are using nowadays. Cruise Control is the pioneer one and people are using from a long period of time. Continuum is from the Maven team…
최근에 책을 보다가 엘리베이터 피치(Elevator pitch)라는 단어를 발견하게 되었다. 경영학에서 나온 용어라는데, 잘 이해해두면 좋을 것 같아 한번 정리하고자 한다. 단어 자체의 뜻을 보면, 엘리베이터에서 (말을) 던지는 것이라고 해석할 수 있을듯 하다. 즉, 건물의 엘리베이터 속에서 만난 고객에게 원하는 층에…
PicPick is user friendly and full of features for creating your image, suitable for software developers, graphic designers and home users. It is an all-in-one program that provides a full-featured screen capture tool, an intuitive image editor, a color picker,…
WPF및 Silverlight의 그리드 컨트롤에 새롭게 추가된 그리드의 행과 열을 디자인 타임에서 조작할 수 있는 기능에 대한 시연 동영상이다. 매우 직관적으로 각 그리드의 항목들을 이동, 추가, 삭제할 수 있다. 마이크로소프트에서 ‘Microsoft Silverlight 4 Tools for Visual Studio 2010‘을 다운받아서 설치해야 사용할…
When I setup Laravel project for my company, I’ve faced the problem about SQL Server database connection problem. I’ve googled and now I can use it. 1. Install php7.0-sybase to Homestead New version of Homestead uses php7.0 to serve laravel…
Website : When it needs Posting schedule for social account need to be managed by staff before posting. Event schedule management for e-Commerce Case Study User can create posting schedule with date, caption, image(s), and video(s) Saved posting schedule…
업무 방식만 바꿔도 우리 회사의 성과를 향상시킬 수 있다. 그동안 맨파워에만 의지했던 영업 활동은 이제 그만! 영업 고객 관리에 날개를 달아주는 SaaS를 통한 CRM 활용 가이드를 만화를 통해 쉽고 재미있게 제시한다. 주요 내용 영업 관리와 고객 관계 관리의 자동화 축적된…
Do you want to make a personal Resumt/CV site?. Try to use Orbit theme by 3rd Wave Media. {: .img-responsive } Go to download You can use this great template under the the Creative Commons Attribution 3.0 License (CC BY…
Tutorials Building iOS Apps with Xamarin and Visual Studio
When I use doc.items in Webhooks on ERPNext, I got [TypeError: ‘builtin_function_or_method’ object is not iterable] error message in Error Log. It happens because Python dict has a built-in function “items()”. We can solve this error by using doc[“items”] than…