Skip to content
View maga32's full-sized avatar
  • (주)아이티아이즈
  • Seoul, Korea

Block or report maga32

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maga32/README.md

안녕하세요

백승화의 깃허브입니다 : )

Linkedin Badge

Youtube Channel


💻 Interesting

  • Java 웹개발
  • Android 개발
  • Smartwatch App 개발
  • 음성 및 음향관련 데이터
  • php 서비스개발

🔨 Develop Environment

Language
Framework
Library
Database
Server(SW)
Server(HW)
CM/CI/CD

👍 My Pros !






❓ Who am I

class WhoAmI {
	String name = "백승화";
	String current_work = "개발자";
	String[] hobbies = {
		"음악 감상",
		"친구들과의 음주가무",
		"웹 및 앱기능 구현"
	};
	
	String getCity(String name){
		return "서울";
	}
	
	List<String> getAmbitions(String name){
		ArrayList<String> ambitions = new ArrayList<String>();
		ambitions.add("개인 프로젝트 완성하기");
		ambitions.add("내집 마련하기");
		ambitions.add("운영 사이트들 정비");
		
		return ambitions;
	}
}

✏️ Current Works

  • java - 개인 cloud만들기 작업중
  • php - db 추출 작업중

🎸 ETC.

Seunghwa Baek's github stats

Pinned Loading

  1. Sunga Sunga Public

    운영중인 자기소개용 홈페이지입니다.

    Vue

  2. maga32 maga32 Public

    깃허브 메인페이지입니다

  3. EveryRegEx EveryRegEx Public

    EveryRegEx는 정규표현식을 보다 쉽게 만들어 낼 수 있는 도구입니다.

    JavaScript 2

  4. Yameokja Yameokja Public

    Forked from hayoung95/Yameokja

    맛집 플랫폼 야먹자

    Java

  5. RedmiWatch4-calc RedmiWatch4-calc Public

    Xiaomi Redmi watch 4 calc app. 샤오미 레드미워치4 계산기 앱.

    2

  6. RedmiWatch4-watchface-calendar RedmiWatch4-watchface-calendar Public

    레드미워치4 달력 워치페이스입니다. Lua 언어로 작성되었습니다. 자세한 사항은 releases를 확인해주세요.

    Lua