Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Short guides to help developers learn modern software practices

License

NotificationsYou must be signed in to change notification settings

dev-rebase/dev-rebase.github.io

Repository files navigation

Dev-Rebase is a collection of concise guides that help developers bridge the gap between local experience and the expectations of international or remote tech roles. It focuses on practical knowledge around tools, workflows, and industry-standard practices used in modern software teams.

What Inspired This Project

Many developers — especially those from underrepresented regions or local markets — face challenges not because of a lack of talent, but due to limited exposure to the practices commonly expected in global tech environments. Dev-Rebase was created to address this challenge.

The guides cover essential topics and skills that can make a meaningful difference when preparing for remote opportunities or job relocation:

  • Core Skills: Git, Web Development, Testing.
  • Deployment & Production: Containerization, CI/CD, Observability.
  • Learn by Doing: Contributing to Open Source.
  • Learn from Others: Mentorship, Global Communities.

Built With

This site is built withDocusaurus, a modern static site generator.

Getting Started

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into thebuild directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to thegh-pages branch.

Contributing

This is an open source project — contributions are welcome! If you spot errors, have topic suggestions, or want to expand the content, please open an issue or submit a pull request.

About

Short guides to help developers learn modern software practices

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp