An open API service indexing awesome lists of open source software.

https://github.com/hyperse-io/dev-guides

A collection of succinct developer guides
https://github.com/hyperse-io/dev-guides

dev-guides developer-guides hyperse

Last synced: about 2 months ago
JSON representation

A collection of succinct developer guides

Awesome Lists containing this project

README

        


dev guides 🪄


A collection of normal dev guides




## Collection

### macOS & Linux

- [Install npm packages globally without sudo](docs/npm-global-without-sudo.md) _(macOS & Linux)_
- [Making locally-trusted development certificates](docs/locally-trusted-development-certificates.md) _(macOS & Linux)_

### Web App Deploy

- [Deploy next.js docker](docs/deploy-next-docker.md) _(next.js)_

### Nodejs

- [typeorm `groupBy` `getManyAndCount`](docs/typeorm-groupby-getmany.md) _(Typeorm)_
- [Install nodejs on alibaba clound linux](docs/install-nodejs-on-alibaba-linux.md) _(Linux & Nodejs)_

### ECS Setup

- [ECS setup guides](docs/ecs-setup-guides.md) _(ECS)_
- [ECS enginx guides](docs/ecs-nginx-setup.md) _(Enginx)_
- [ECS install tengine guides](docs/install-tengine-on-linux.md) _(Tengine)_
- [Brew install nginx guides](docs/brew-install-nginx.md) _(Enginx)_
- [ECS clean disk device space files](docs/ecs-clean-disk-device-space.md) _(ECS)_

### RDS

- [RDS migrate exported data to local mysql](docs/rds-import-to-local.md) _(RDS & Mysql)_

### Domain setup

- [Domain setup with prefix `www`](docs/domain-setup-with-www-prefix.md) _(Domain)_
- [Domain setup without prefix `www`](docs/domain-setup-without-www-prefix.md) _(Domain)_
- [Domain setup with `/webapps` rules](docs/domain-setup-with-webapps-prefix-rule.md) _(Domain)_

### Git

- [Common git commands](docs/git-command.md) _(Git)_

### Typings

- [Ts Chainer Infer](docs/ts-chainer-infer.md) _(Ts)_

## Contribute

I'm happy to accept requests in the issue tracker, improvements to the content, and additional guides.