If you’re confused about the difference between a front-end developer and a web designer, you’re not alone. Trying to maneuver through the job market is made more difficult by the different job titles used to label what are virtually the same positio…
原文地址:http://www.infoq.com/articles/ddd-in-practice Background Domain Driven Design (DDD) is about mapping business domain concepts into software artifacts. Most of the writings and articles on this topic have been based on Eric Evans' book "Domain Dr…
https://dzone.com/refcardz/csharp C#Development 13 Things Every C# Developer Should Know Written by Jon JarboeSenior Technical Manager, Coverity Gives 13 useful tips and references for using C#, a simple, modern, general purpose, object-oriented, mul…
http://stackoverflow.com/jobs/116486/software-development-engineer-database-services-amazon?med=clc&ref=small-sidebar-tag-themed-python   distributed environment. You understand networking technology and how servers and networks inter-relate. You reg…
Design Patterns A design pattern solves a common software engineering problem. Patterns are abstract designs, not code. When you adopt a design, you adapt the general pattern to your specific needs. 设计模式解决了一个通用的软件工程问题. 模式是抽象的设计,不是代码.当你采用一个模式,就是让通用模式适…
Chapter1 Introduction That is the art and talent involved in programming—reducing complexity to simplicity. A “bad programmer” is just somebody who fails to reduce the complexity. So, a “good programmer” should do everything in his power to make what…
微软近期Open的职位: Job Title: Principal Development Lead Work Location: Suzhou, China This is a once in a lifetime opportunity - you've heard by now how Microsoft is 'all in' the cloud? And how we as a company are transforming ourselves and the industry by…
Responsive Web Design is regarded as being the approach which suggests that web design and development should respond to the end-user’s behavior and environment based on their screen size, platform and orientation. Responsiveness consists of a mix of…
一.前言 Spring 框架可以说是 Java 开发人员使用的最流行的应用程序开发框架之一.它目前由大量提供一系列服务的模块组成.包括模块容器,为构建横切关注点提供支持的面向切面编程(AOP),安全框架,数据存取框架,Web 应用框架和用于模块测试提供支持的类.Spring 框架的所有组件都通过依赖注入粘在一起.依赖注入(也称为控制反转)使设计和测试松散耦合的软件模块变得更容易. 多年来 Spring 框架已变得足够成熟.几乎所有 Java 企业应用需要用到的基础组件都可以在 Spring 框架…
Spring简介 Spring是一个开源框架,它由Rod Johnson创建.它是为了解决企业应用开发的复杂性而创建的.Spring使用基本的JavaBean来完成以前只可能由EJB完成的事情.然而,Spring的用途不仅限于服务器端的开发.从简单性.可测试性和松耦合的角度而言,任何Java应用都可以从Spring中受益. Spring是一个轻量级的控制反转(IoC)和面向切面(AOP)的容器框架. spring history 要谈Spring的历史,就要先谈J2EE.J2EE应用程序的广泛实…