Giter VIP home page Giter VIP logo
{
  description = "Nyk Ma";
  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
  };
  outputs = { nixpkgs, ... }:
    let
      system = "x86_64-linux";
      pkgs = import nixpkgs { inherit system; };
    in
    {
      meta = rec {
        username = "nykma";
        pronoun = "Nick Ma";
        title = "Senior DevOps";
        tz = "Asia/Shanghai";
        geo = tz;
        blog = [{
          zh_CN = "https://nyk.ma";
        }];
        email = "aUBueWsubWE=";
        editors = with pkgs; [ emacs ];
        gpg = builtins.fetchurl "https://keybase.io/nykma/pgp_keys.asc";
      };
      
      programmingLanguage = {
        favorite = pkgs.rustc;
        activeUse = with pkgs; [ gcc rustc typescript go solc emacs nix ];
        familiar = with pkgs; [ ruby elixir php python3 postgresql16 ];
        know = with pkgs; [ jdk dart clojure ocaml ];
      };

      framework = {
        activeUse = {
          cxx = with pkgs; [ drogon ];
          ops = with pkgs; [ nix docker kubernetes kubernetes-helm openldap ];
          golang = [ "gin" "gorm" "xorm" "ent" "go-ethereum" ];
          rust = [ "tokio" "warp" "async_graphql" "diesel" "aragog" ];
        };
        familiar = {
          elixir = [ "phoenix" "ecto" ];
          ruby = with pkgs.rubyPackages; [ sinatra rails ];
          php = [ "laravel" ];
        };
        know = {
          java = with pkgs; [ spring-boot-cli ];
          dart = [ pkgs.flutter ];
        };
      };

      tools.must = with pkgs; [ emacs fish git bat btop exa mosh zellij pueue st ];

      humanLanguage = {
        activeUse = [ "zh_CN" "en_US" "ja_JP" ];
        know = [ "de_DE" "ko_KR" ];
      };
    };
}

Nyk Ma's Projects

aliyun-oss-storage icon aliyun-oss-storage

阿里云OSS laravel storage Filesystem adapter, 打造Laravel最好的OSS Storage扩展.

astar-js icon astar-js

A* path-search algorithm, written in JavaScript.

codeit icon codeit

👩‍💻 A clean, elegant but advanced blog theme for Hugo

eviltransform icon eviltransform

Transport coordinate between earth(WGS-84) and mars in china(GCJ-02).

f icon f

Functions for OpenFaaS

faxtu icon faxtu

ファッ?! Another RoR scaffold?!

frp icon frp

Dockerfile and docker-compose for fatedier/frp

gitignore icon gitignore

A collection of useful .gitignore templates

go-common icon go-common

哔哩哔哩 bilibili 网站后台工程 源码

grape icon grape

An opinionated framework for creating REST-like APIs in Ruby.

loveit icon loveit

❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题

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.