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
🔭 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のデータとして出力するライブラリです。 |