Skip to content
View Aivyss's full-sized avatar
▶️
▶️

Block or report Aivyss

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

Hello!

I work primarily as a backend developer in web application development!

Year Position Details
2021 - Learning programming and web development basics
January 2022 CRScube Inc. Backend Application Developer
April 2023 Blayn Inc. Android Application Developer
September 2023 Ebisol Inc. Backend Application Developer

I started my practical development work in Seoul, South Korea, and have been working in Tokyo, Japan since 2023.

Currently, I use GitHub for both company development projects and personal projects.

Projects I've been a part of

Year Company Project (or Service) Name Details
January 2022 CRScube Inc. cubePRO API development and maintenance
(Java, Spring, Oracle, AWS)
April 2023 CRScube Inc. cubeCTMS API development and maintenance
(Java, Spring, Oracle, AWS)
May 2023 CRScube Inc. CLEO API development and maintenance
(Java, Spring Boot, Postgresql, AWS)
November 2023 CRScube Inc. cubeConsent API development and maintenance
(Kotlin, Spring Boot, Postgresql, AWS)
April 2023 Blayn Inc. Blayn POS Register Self-register development and maintenance
(Kotlin, Android)
September 2023 Ebisol Inc. ebica API development and maintenance
(Golang, AWS)

I started my development work with Java and Kotlin and am currently working with Golang.

Personal Open Source Projects

Repository Name URL Latest Version
eventx https://github.com/Aivyss/eventx v1.3.1
jsonx https://github.com/Aivyss/jsonx v1.0.0
typex https://github.com/Aivyss/typex v1.0.3
sql-mapper https://github.com/Aivyss/sql-mapper v1.1.2
AssertGo https://github.com/Aivyss/AssertGo -

I welcome any input or assistance on my development projects at any time. Some may not receive additional updates until the next feature is fully conceptualized.

Skills sheet

Programming Languages

Category Skill Notes
Language Golang Currently in use for work
Language Kotlin Used for server and Android development
Language Java Used for server development
Language Typescript Personal projects and self-study
Language Python Coding interviews and self-study

Databases

Category Skill Notes
RDS Postgresql Currently in use for work
RDS Oracle -
RDS MySQL -
RDS SQLite Used for Android development
Cache Redis Caching

Frameworks

Category Skill Notes
Framework Spring, Spring Boot -
Framework JPA, Hibernate -
Framework QueryDSL -
Framework Echo -
Framework MyBatis -

Infrastructure

Category Skill Notes
Infra AWS -
Infra Terraform Learning by doing
Infra Docker -
Infra Docker Compose Learning by doing

aws-certified-solutions-architect-associate (1)
https://www.credly.com/badges/ae3b7f11-46dc-436a-bafb-200ca11f5919/public_url

Others

Category Skill Notes
etc. Confluence -
etc. Jira -
etc. Backlog -
etc. Git, Github, Gitlab -
etc. Slack -
etc. Postman -

Pinned Loading

  1. bean bean Public

    The library for Inversion of Control (IoC) and Dependency Injection (DI) in Golang

    Go 1

  2. articles articles Public

    素人のウェブエンジニアの記事録

  3. eventx eventx Public

    eventx provides event listener functionality. Users can define event listeners, entities to trigger events, and register listeners. Events can be triggered by passing the entity after registering t…

    Go

  4. jsonx jsonx Public

    Go

  5. typex typex Public

    Go

  6. sql-mapper sql-mapper Public

    This library is a wrapper around Go's sqlx library. It assists in separating Go code and SQL queries by allowing you to handle them separately using XML.

    Go