Skip to content
View coti-z's full-sized avatar

Organizations

@codestates @CECOM-CAU @postech-dao @lowordInc

Block or report coti-z

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
coti-z/README.md

coti

intro

class Coti {
  public:
    Coti() {
      name = "jiung";
      role = "Software Engineer";
      links = {
        .blog = "https://wooong-dev.tistory.com/",
        .portfolio = "https://drive.google.com/file/d/1Nm7ss-yi9HPQGQO-9Z2ht8j725qPfimC/view?usp=sharing"
      };
      currentFocusTech = "I am focusing on backend technologies.";
      currentFocusCertification = "SQLP (SQL Professional - Korea)"
      communication = {
        .email = "jiungdev@gmail.com"
      }
    }
  ...
};

badge

type platform badge
problem solving codeforce Codeforces
problem solving solved Solved.ac프로필
problem solving atcoder badge

certifications

Category Certification
Korea 정보처리기사 - NCS (Engineer Information Processing - National Competency Standards)
Korea 그래픽기술자격 2급 (Graphic Technology Qualification - Level 2)
Korea 네트워크 관리사 2급 (Network Administrator - Level 2)
Korea 컴퓨터 활용능력 1급 (Computer Proficiency - Level 1)
Korea 정보보안기사 (Engineer information security)
Korea 리눅스마스터 1급 (Linux Master - Level 1)
International Microsoft Office Specialist Master

Pinned Loading

  1. nestjs-sql-inspector nestjs-sql-inspector Public

    inspect sql performance issues in NestJS applications with SQL.

    TypeScript 1

  2. todokkaebi todokkaebi Public

    A Task Management System built with Clean Architecture, Domain-Driven Design & CQRS Pattern & NestJS

    TypeScript 1

  3. micro-os micro-os Public

    os focused microkernel architecture

    C 1