New: softwarearchitectureAll contenthive-129948hive-196917krzzansteemhive-183959hive-180932hive-166405hive-150122hive-185836lifeuncommonlabphotographyhive-183397hive-144064bitcoinhive-188619krsuccesshive-139150hive-101145hive-180301hive-124908hive-109690hive-120861hive-103599TrendingNewHotLikersakhilb (25)in softwarearchitecture • 4 years agoMost Important Thing Architecture has taught me which is true for our daily lifeMost Important Thing Architecture has taught me which is true for our daily life as well That is : Trade-Off If you are architecting a system, and you say that you have taken care of all the…multi-taktv (25)in webdevelopment • 6 years agoWeb Architecture 101The basic architecture concepts I wish I knew when I was getting started as a web developer Modern web application architecture overview The above diagram is a fairly good representation of our…parkjp (32)in kr • 7 years ago[Architecture] 모노리틱 아키텍처 (Monolithic Architecture)1. 모노리틱 아키텍처 (Monolithic Architecture)란? 모노리틱 아키텍처 스타일은 기존의 전통적인 웹 시스템 개발 스타일로, 하나의 애플리케이션 내에 모든 로직이 들어가 있는 '통짜 구조'이다. 위 그림을 보면 톰캣 서버에서 도는 WAR파일 내에 사용자 관리, 상품 관리, 주문 관리 등 모든 컴포넌트가 들어…parkjp (32)in kr • 7 years ago[Architecture] SOA (Service Oriented Architecture) 란?1. SOA (Service Oriented Architecture)란? 2. SOA에서의 서비스 플랫폼에 종속되지 않는 표준 인터페이스를 통해서 기업의 업무를 표현한 '느슨하게 연결되고(Loosly coupled) 상호 조합 가능한 소프트웨어'이다. A .서비스 인터페이스 서비스 인터페이스는 서비스 내의 하나의 업무…parkjp (32)in kr • 7 years ago[Architecture] 아키텍트의 종류아키텍트의 종류 엔터프라이즈 아키텍트 (EA) 솔루션 아키텍트 (SA) 테크니컬 아키텍트 (TA) 애플리케이션 아키텍트 (AA) 데이터 아키텍트 (DA) 글로벌 아키텍트 (GA) 1. 엔터프라이즈 아키텍트 (EA) 비즈니스 아키텍처를 포함한 전체 아키텍처 설계에 대한 책임을 진다.…parkjp (32)in kr • 7 years ago[Architecture] 아키텍처란?소프트웨어 아키텍처의 설계 1. 아키텍처란? 2. 아키텍처 설계 프로세스 먼저 비즈니스 요구 사항을 기반으로 비즈니스 아키텍처를 정의한다. 비즈니스 아키텍처 : 구현하고자 하는 소프트웨어의 기능, 시장 상황, 로드맵 등 기술보다는 비즈니스 관점에서의 소프트웨어를 정의한 모델.…andrey.nikishaev (25)in programming • 7 years agoFew simple rules for good coding (my 15 years experience)Hi guys, i work as a programmer more than 15 years and was using many different languages, paradigms, frameworks and other shit. And i want to share with you my rules of writing good code.…