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

Organizations

@codestates @CECOM-CAU @postech-dao

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.

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
coti-z/README.md

1. coti

(1). intro

#include <iostream>
#include <string>

using namespace std;
class Coti {
  public:
    Coti() {
      name = "jiung";
      role = "Software Engineer";
      currentFocus = "I am focusing on backend technologies.";
      portfolio = "https://coti.github.io/";
      blog = "https://wooong-dev.tistory.com/";
    }
  void sayHi() {
    cout << "Hello";
  }
  private:
    string name;
    string role;
    string portfolio;
    string currentFocus;
    string blog;
};
int main() {
  Coti me;
  me.sayHi();
}

(2). badge

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

Pinned Loading

  1. chat-go Public

    Terminal based tcp chat made with go

    Go 2

  2. todokkaebi Public

    Team or individual todo project using nestjs

    TypeScript

516 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to coti-z/todokkaebi, coti-z/coti-z, coti-z/kakao-login-test and 2 other repositories
Loading A graph representing coti-z's contributions from April 07, 2024 to April 09, 2025. The contributions are 95% commits, 3% pull requests, 2% issues, 0% code review.

Contribution activity

April 2025

coti-z has no activity yet for this period.
Loading