Giter VIP home page Giter VIP logo

ningensei848's Introduction

Hey there, I'm Kubokawa - aka Kiai

Welcome to my page!

I'm Kubokawa, Student developer from Tsukuba, Japan.

Strengths

The React Framework for Production - Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed. TypeScript: Typed JavaScript at Any Scale. Docker: Empowering App Development for Developers FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

Base skills

React – A JavaScript library for building user interfaces The official, opinionated, batteries-included toolset for efficient Redux development Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Django: The Web framework for perfectionists with deadlines

History

profile details of Ningensei848 activity stats of Ningensei848repos-per-language of Ningensei848most-commit-language of Ningensei848
These graphs are generated via profile-summary-card-output.

Interests

The Semantic Web is an extension of the World Wide Web through standards set by the World Wide Web Consortium (W3C). The goal of the Semantic Web is to make Internet data machine-readable. GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. Rust: A language empowering everyone to build reliable and efficient software. PyTorch: FROM RESEARCH TO PRODUCTION - An open source machine learning framework that accelerates the path from research prototyping to production deployment. Julia is a high-level, high-performance, dynamic programming language. While it is a general-purpose language and can be used to write any application, many of its features are well suited for numerical analysis and computational science. Kaggle: Your Machine Learning and Data Science Community Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. blender: Free and Open 3D Creation Software Unity Real-Time Development Platform | 3D, 2D VR & AR Engine Deno - A secure runtime for JavaScript and TypeScript

Favorites

Microsoft Windows, commonly referred to as Windows, is a group of several proprietary graphical operating system families, all of which are developed and marketed by Microsoft. Visual Studio Code - Code Editing. Redefined Github Actions: Automate your workflow from idea to production Ubuntu: Enterprise Open Source and Linux Bash is the GNU Project's shell—the Bourne Again SHell. JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. ESLint: Find and fix problems in your JavaScript code Prettier: Opinionated Code Formatter Python is a programming language that lets you work quickly and integrate systems more effectively. Mattermost: Open-source, high-trust, developer-centric collaboration platform Revolut: A better way to handle your money With Spotify, it’s easy to find the right music or podcast for every moment – on your phone, your computer, your tablet and more. SoundCloud – Listen to free music and podcasts on SoundCloud Netflix: Watch TV Shows Online, Watch Movies Online about.me: your personal homepage pixiv is an illustration community service where you can post and enjoy creative work. Animal Crossing: New Horizons is a life simulation game developed and published by Nintendo for the Nintendo Switch. HP Inc. is an American multinational information technology company headquartered in Palo Alto, California, that develops personal computers (PCs), printers and related supplies, as well as 3D printing solutions.

Why don't you visit Japan ?

Above are the last 3 pictures posted by @VisitJapanJP Instagram

Where to find me

Zenn.dev: Modern Knowledge Base for Developers Github is how people build software Qiita: How developers code is here. Qiitaは、プログラミングに関する知識を記録・共有するためのサービスです。 Twitter is what’s happening in the world and what people are talking about right now. Scrapbox - A knowledge base built for infinite ideas note ――つくる、つながる、とどける。 AtCoder:競技プログラミングコンテストを開催する国内最大のサイト 気合でなんとか: @Ningensei848 が頑張った記録 | はてなブログ Utakata: 短歌を投稿できるサイト


This README file is generated everyday!
Last refresh: Thursday, 23 May, 00:36 GMT+9

ningensei848's People

Watchers

 avatar

Forkers

y-yoshinoya

ningensei848's Issues

Curriculum vitae

Github Profile が作成できたら,次はCVをきちんとつくりたい.

以下の記事を参考にしてつくってみる.


今のチームがとても好きなので転職の予定はないのですが、「安定しているときこそ職務経歴書をまとめておくべき。本当に職務経歴書が必要なときはメンタルが消耗していて書く余裕はない」という話を最近知り合いから聞き、それは確かにと思い書き初めました。

これはマジな気がしたのできちんとやる.

failed auto commit

github actions で commit がコケるようになった.

原因を探る.

actions not worked

PERSONAL_ACCESS_TOKEN を設定しておらず,アクションの実行がコケた.

steps:
  - uses: actions/checkout@v2
  - uses: vn7n24fzkq/github-profile-summary-cards@release
    env: # default use ${{ secrets.GITHUB_TOKEN }}, you can change to your personal access token
      GITHUB_TOKEN: ${{ secrets.README }}
    with:
      USERNAME: ${{ github.repository_owner }}

GITHUB_TOKEN が元レポジトリだと secrets.README になっていた.これを以下のように変更した.

steps:
  - uses: actions/checkout@v2
  - uses: vn7n24fzkq/github-profile-summary-cards@release
    env: # default use ${{ secrets.GITHUB_TOKEN }}, you can change to your personal access token
      GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
    with:
      USERNAME: ${{ github.repository_owner }}

expand content of `skills`

新しく #13history を追加することを受けて, skills を拡充する.

  • バッジを大きくする
  • 説明を追加する

link images to Github userpage

profile-summary-card-output のリンクが単なる画像になってしまっている.

### history という見出しを作った上で,<a href="#history"><img src={{img1}}></a>... といったリンクを作成する(ページ内リンク).

add link to `hatena`

はてなブログへのリンクを追加する.

<a href="https://ningensei848.hatenablog.com/" target="_blank" rel="noopener noreferrer"><img alt="気合でなんとか: @Ningensei848 が頑張った記録" src="https://img.shields.io/badge/AtCoder-%233d3d3d.svg?&style=for-the-badge&logo={{logo_hatena}}" /></a>

logo_hatenaNingensei848/auto-readme-generate/logoInfo.js に追記する

AtCoder icon visibility

Where to find me における AtCoder のアイコンを白色のものに置き換える.

いまのままだと見づらいし,灰色から変化したときにも黒だと対応しにくいため.

some improvements

問題点

  • Japan アイコンがデカい
  • align がバラバラ
  • profile-summary-card-output へのリンクが有効なのはなんか微妙
  • バッジのリンクがないのは不親切
  • where to find me が少ない

link images to Instagram

Why don't you visit Japan ? において,画像のリンクが Github 上の生データになってしまっている.

a タグで囲み,インスタグラムへのリンクを作る.

local puppeteer does not work

ローカルPCのWSL上にある puppeteer がエラーで動かない.

公式のトラブルシューティングにある Chrome headless doesn't launch on UNIX を参考にしてライブラリ関係を新規導入する(ほんとなら面倒でも Docker をつかって環境を汚さないほうがいいのかも……).

periodical update workflow

.github/workflow/*.yml にファイルを追加するだけではダメ.

まずは Actions タブから,別ブランチをつくってそこに新規 workflow を作成する.その後はブランチを選んで手動で起動できるはず.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.