Giter Site home page Giter Site logo

kotlin-lotto-6's Introduction

👋 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프로필

kotlin-lotto-6's People

Contributors

woowajames avatar

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.