Code Monkey home page Code Monkey logo
 스프 : 흩어져 있는 스터디와 프로젝트가 모여있는 곳🔹기획, 서버 전체 담당. (방문자 4만+ , 조회수 41만+, 구글검색 1.1위) (2022.07 ~ 운영중)  

soup2

image

   착송 : 착오송금 반환 서비스 스타트업🔹서버 전체, 은행 API 연동 (2022.08 - 2023.01)  

[ 금융기관 선정 서비스 '착송' ]

2022 예비창업패키지(정부지원사업) 선정 서비스

2022 부산은행 썸인큐베이터 7기 선정 서비스

2022 부산 창업 촉진 사업 액셀러레이팅 선정 기업

2022 부산 클라우드 엑스포 전시 서비스

2022 부산 혁신 창업기업 육성 플랫폼(BIGS) 사업 우수 기업 선정

출시 기사 링크

회사소개 삽입 이미지 2 (1)

(figma) 엑스포 벽면 그래픽 디자인_3 (1)

  • UMC 홍익대지부 Founder. 서버 파트장🔹스프링 스터디, 프로젝트 리드 (2022.09 ~ 2024.2)
  •  
  • 신작 : 신세대의 작품을 만나다. [Web, IOS, AOS]🔹기획, 서버, 배포 담당 (2023.6 ~ 2024.01)
  •  
       UNIVCERT : 단 한 줄의 코드로 메일 및 대학 인증 끝내기🔹기획, 디자인, 서버 전체 담당 (2023.2 ~ 운영중)

    🐣 초보자를 위한 UnivCert의 라이브러리 배포

    자세한 설명은 해당 사이트에서도 확인하실 수 있습니다.

    💡 build.gradle에 해당 코드 두 줄 추가

    repositories{
      ...
      maven {url 'https://jitpack.io'}
    }
    
    dependencies{
      ...
      implementation 'com.github.in-seo:univcert:master-SNAPSHOT'
      ...
    }
    

    ✉ 이용자 메일 인증 시작 (인증코드 발송)

    UnivCert.certify("key", "email", "univName", univ_check(bool));

    {
      “key” : “부여받은 API KEY”,
      "email” : “[email protected]”,
      “univName” : “홍익대학교”,
      “univ_check” : true
    	(true라면 해당 대학 재학 여부, false라면 메일 소유자 인증만)
    }
    

    ✅ 이용자 메일에 발송된 코드를 전달 받아 인증 받기

    UnivCert.certifyCode("key", "email", "univName", 인증코드(int));

    {
      “key” : “부여받은 API KEY”
      “email” : "[email protected]”,
      “univName” : “홍익대학교”,
      “code” : 3816
    }
    

    🆗 응답 성공 시 인증 끝 !


    Experience

    • 한국교육정보화재단(KREN) 클라우드팀 인턴 (2023.12 ~ 진행중, 6월 종료 예정)

    Contribute

    표준프레임워크 컨트리뷰션 #188

    docker-mailserver Docs 페이지 작성 (Add relay host config guide for Gmail) #3958


    Certificate

    AWS SAA CKA

    Inseo Song's Projects

    create_wordtest icon create_wordtest

    스프링 MVC+JPA로 학생들에게 단어시험을 출제하는 토이프로젝트

    docker-mailserver icon docker-mailserver

    Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.

    soup icon soup

    흩어져 있는 스터디와 프로젝트 링크 사이트 (방문자 4만+ , 조회수 41만+, 평균 MAU 2천+, 구글검색 1.1위)

    univcert icon univcert

    🚀 단 한 줄의 코드로 메일 및 대학 인증 서비스를 사용해 보세요.

    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.