Skip to content
View RikitoNoto's full-sized avatar
:octocat:
:octocat:

Block or report RikitoNoto

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

Welcome to RikitoNoto's Profile

class RikitoNoto(Programmer):
    def __init__(self):
      self.languages = ["C/C  ","Python","Dart","Ruby","JS/TS"]
      self.frameworks = ["Django","Flutter","Vue","RubyOnRails"]
      self.infrastructure = ["AWS"]


    def where_am_i_from() -> str:
      return "Japan"

    def what_is_my_job() -> str:
      return "Web Engineer"

    def my_career(self, current_year: int) -> list[str]:
      career: list[str] = [""] * current_year
      for year in range(2016, 2023):
        career[year] = "Electrical engineer & Embedded engineer"

      for year in range(2023, current_year):
        career[year] = "Web engineer(front,backend,infra)"
      return career

My Projects

🔭 Name 🏞️ Icon 💬 Summary
GanttKit A Rails Web App.
This app allows you to construct a schedule that be used Gantt chart easily.
SilkRoad A Flutter App.
This app allows you to transport files and images between multiple platforms easily.
Camel A Flutter library.
this library allows you to transport the data between local networks.
flutter_animated_icon_button A Flutter package.
This package allows you to create animated icons easily.
japanese-school-parser 文部科学省が公開している大学一覧のエクセルファイルをパースし、jsonやpythonのデータとして出力するライブラリです。

Pinned Loading

  1. silkroad silkroad Public

    This is the application that allow you transport among two devices in local network.

    Dart 2

  2. camel camel Public

    This is a flutter package to communicate used TCP.

    Dart 3

  3. flutter_animated_icon_button flutter_animated_icon_button Public

    A Flutter plugin for creating animated icons easily.

    Dart 2

  4. ArduinoSensorSystem ArduinoSensorSystem Public

    C

  5. clicalculator clicalculator Public

    Crystal

  6. japanese-school-parser japanese-school-parser Public

    文部科学省が公開している大学一覧のエクセルファイルから、大学情報をパースしデータとして使いやすい形で出力するプログラムです。

    Python