Giter Site home page Giter Site logo

πŸ‘‹ YNWA!! "λΆ€μ‘±ν•œ 뢀뢄을 λ³΄μ™„ν•˜κ³  이λ₯Ό κ°•μ μœΌλ‘œ λ°œμ „μ‹œν‚€λŠ” μ˜€μΈμ„±μž…λ‹ˆλ‹€."

Android λͺ¨λ°”일 μ•± κ°œλ°œμ„ μ§€λ§ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€. λŒ€ν•™κ΅ μž¬ν•™ μ‹œμ ˆ 3개의 μ•ˆλ“œλ‘œμ΄λ“œ μ•± 개발 ν”„λ‘œμ νŠΈλ₯Ό κ²½ν—˜ν•˜μ˜€μŠ΅λ‹ˆλ‹€. μ΅œκ·Όμ—λŠ” Compose UI와 MVVM, MVI κ°œλ°œμ— 관심이 λ§Žμ•„μ„œ κ³΅λΆ€ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.

λͺ¨λ°”일 개발뿐만 μ•„λ‹ˆλΌ μ•Œκ³ λ¦¬μ¦˜κ³Ό CS κΈ°λ³ΈκΈ°λ₯Ό 높이기 μœ„ν•΄μ„œ λ…Έλ ₯ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€. λ˜ν•œ 문제λ₯Ό ν•΄κ²°ν•˜κΈ° μœ„ν•΄μ„œλΌλ©΄ 무슨 μ–΄λ–€ 것이든 적극적인 μžμ„Έλ‘œ κ³΅λΆ€ν•˜κ³  κ°œλ°œν•˜κΈ° μœ„ν•΄μ„œ λ…Έλ ₯ν•©λ‹ˆλ‹€.

μ œκ°€ μƒκ°ν•˜λŠ” κ°œλ°œμ— μžˆμ–΄μ„œ κ°€μž₯ μ€‘μš”ν•œ κ°€μΉ˜λŠ” "곡유"라고 μƒκ°ν•©λ‹ˆλ‹€. 처음 κ°œλ°œμ„ μ‹œμž‘ν•˜λ©΄μ„œ μ œκ°€ μ§€κΈˆκΉŒμ§€ μ˜€λŠ” λ°κΉŒμ§€ μžˆμ–΄μ„œ μˆ˜μ—†μ΄ λ§Žμ€ μ‚¬λžŒμ—κ²Œ 도움을 λ°›κ³ , λ°°μ› μŠ΅λ‹ˆλ‹€. κ·Έλž˜μ„œ μ§€κΈˆμ€ ν˜„μž¬ μ œκ°€ 슀슀둜 배우고, μ•Œκ²Œ 된 λ‚΄μš©μ„ λΈ”λ‘œκ·Έλ₯Ό ν†΅ν•΄μ„œ μ΅œλŒ€ν•œ 기둝을 ν•˜μ—¬ λ§Žμ€ μ‚¬λžŒμ—κ²Œ 도움이 되기 μœ„ν•΄μ„œ λ…Έλ ₯ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.

Info

@Composable
fun Info() {
    Column(
        modifier = Modifier
            .padding(horizontal = 24.dp)
            .fillMaxWidth()
            .fillMaxHeight()
    ) {
        Text(
            text = "Oh In Seong - Android Developer"
        )

        Text(
            text = "1996.06.21"
        )

        Text(
            text = "HSU 18 Computer Engineering (2018.03 ~ 2024.02)"
        )
    }
}

@Preview(showBackground = true)
@Composable
fun InfoPreview() {
    MyApplicationTheme {
        Info()
    }
}

πŸ“§Gmail : [email protected]
🐱Github : https://github.com/ois0886
πŸ“šStudy Blog : https://superohinsung.tistory.com/

Technical Skills

Language

Framework

Tools

Anurag's GitHub stats

Solved.acν”„λ‘œν•„

oh in seong's Projects

4_1_ios_tt icon 4_1_ios_tt

4ν•™λ…„ 1ν•™κΈ° IOS ν”„λ‘œκ·Έλž˜λ° μˆ˜μ—… 정리

algorithm icon algorithm

:computer: μ•Œκ³ λ¦¬μ¦˜μ„ μž˜ν•˜κ³  싢은 POCS

algorithm-datastructure icon algorithm-datastructure

:sunglasses:μ•Œκ³ λ¦¬μ¦˜κ³Ό 자료ꡬ쑰λ₯Ό λΆ€μˆ˜κ³ μ‹Άμ€ DC&M

algorithm_ps icon algorithm_ps

This is a auto push repository for Baekjoon Online Judge created with [BaekjoonHub](https://github.com/BaekjoonHub/BaekjoonHub).

android_side_projects icon android_side_projects

혼자 κ³΅λΆ€ν•˜λ©΄μ„œ λ§Œλ“€μ–΄λ³Έ κ°„λ‹¨ν•œ ν”„λ‘œμ νŠΈ λͺ¨μŒμž…λ‹ˆλ‹€.

baekjoon icon baekjoon

μ½”λ”©ν…ŒμŠ€νŠΈ λŒ€λΉ„ λ¬Έμ œμ§‘(Baekjoon Online Judge)

composefest2021 icon composefest2021

DevFest 2021 ComposeFest μ½”λ“œλž© Repo μž…λ‹ˆλ‹€

kotlin-baseball-6 icon kotlin-baseball-6

숫자 야ꡬ κ²Œμž„ λ―Έμ…˜μ„ μ§„ν–‰ν•˜λŠ” μ €μž₯μ†Œ

kotlin-lotto-6 icon kotlin-lotto-6

둜또 λ―Έμ…˜μ„ μ§„ν–‰ν•˜λŠ” μ €μž₯μ†Œ

kotlin-racingcar-6 icon kotlin-racingcar-6

μžλ™μ°¨ κ²½μ£Ό λ―Έμ…˜μ„ μ§„ν–‰ν•˜λŠ” μ €μž₯μ†Œ

productive-box icon productive-box

Are you an early 🐀 or a night πŸ¦‰? Let's check out in gist

tech-interview-for-developer icon tech-interview-for-developer

πŸ‘ΆπŸ» μ‹ μž… 개발자 전곡 지식 & 기술 λ©΄μ ‘ 백과사전 πŸ“–

til icon til

μ€‘μš”ν•œκ±΄ 꺾이지 μ•ŠλŠ” 마음

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.