일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- job
- microservices
- BCIT
- SpringFramework
- 자바
- 안드로이드
- 리액트프로젝트
- jsp
- 웹개발자
- html
- 웹개발기초
- coding test
- Programming
- jvm메모리구조
- servlet
- Java
- mysql
- DB
- sql
- 데이터베이스
- MVC
- 코드잇
- msa개념
- Bambino
- CSS
- C
- two pointers
- 밤비노
- 웹개발
- MSA
- Today
- Total
목록Coursera (5)
초보 개발자의 기록

1.0 : 2004/ 3 2.0 : 2006/ 10 2.5 : 2007/ 11 3.0 : 2009/ 12 3.1 : 2011/ 12 4.0 : 2013/ 12 5.0 : 2017/ 9 The Spring Framework is an open source framework that has multiple version released. 1.0 functionalities Spring Core : Ligtweight container with various settled and constructed injection. Spring AOP : An aspect oriented programming interception framework integrated with the core container. Spri..

Java is an Object-Oriented programming language. Object Oriented Programming? OOP is a programming paradigm based on the concept of "Objects", which can contain data and code OOP languages are diverse, but the most popular ones are class-based. meaaing that objects are instances of classes, which also determine thier types. A programming methodology based on representing a program as a collectio..

CCSS Cascading Style Sheets Specifies look and formatting Separates content from presentation Design that Scales Reusability maintainability CSS Basics properties https://developer.mozilla.org/en-US/docs/Web/CSS/Reference Classes: named styles CSS: .classname IDs: name one element CSS:#IDname Combinators: Select by relationship Colors and Names in CSS http://www.w3.org/TR/2003/CR-css3-color-2003..

tool : CodePen codepen.io/pen/ address: URL or Uniform Resource Locator HTML? HyperText Markup Language The language used to make web pages Markup language Specifies contents of a web page, used by browsers Specifies the meaning of semantics The first standard in 1993 Current standard In 2014 Metadata and Sectioning Elements Metadata elements -information about the page - tags :시작 및 끝 헤드 태그 사이에 ..

Foundations of computer programming with JavaScript, HTML, CSS This course is for beginners. * How to think like a programmer * Analyzing problems * Algorithms: designing solutions * Translating your algorithms into programs Week1: Designing a Web Page with HTML and CSS Create your own webpage Week2: Algorithms and Programming Concepts Tackle the green screen problem. Learn some important Progra..