r9y-map


Project maintained by r9y-dev Hosted on GitHub Pages — Theme by mattgraham

Local Development

Local Development

  • Rapid iteration: Developers can make changes to code and test them almost instantly, which speeds up the development process.
  • Isolation: Local development environments are isolated from production environments, so developers can experiment with new ideas without affecting the live system.
  • Control: Developers have complete control over their local development environment, including the operating system, software dependencies, and tools.

Examples:

References:

Additional Information:

  • Docker: A platform for developing and running applications in isolated containers.
  • Vagrant: A tool for creating and managing virtual machines for local development.
  • Node.js: A popular JavaScript runtime environment that can be used for local development of web applications.
  • Python: A versatile programming language that can be used for local development of a wide variety of applications.

Tools for Local Development:

1. Docker:

2. Vagrant:

3. Node.js:

4. Python:

5. Visual Studio Code:

6. IntelliJ IDEA:

Related Terms to Local Development:

  • The hostname of a computer’s own IP address.
  • Used to access a computer’s own web server, database, or other services.
  • Localhost Wikipedia article
  • A development practice that involves frequently merging code changes into a central repository.
  • Allows developers to catch and fix bugs early, and to ensure that the codebase is always in a buildable and testable state.
  • Continuous integration Wikipedia article
  • A development practice that extends continuous integration by automating the process of building, testing, and deploying software.
  • Allows developers to release new features and updates to production quickly and reliably.
  • Continuous delivery Wikipedia article

These terms are all related to the process of developing software, and are often used in conjunction with local development.

Prerequisites

Before you can do local development, you need to have the following in place:

Once you have all of these things in place, you can start developing your software locally. This will allow you to make changes to the codebase, test the changes, and iterate quickly on your development process.

Additional Tips:

By following these tips, you can create a productive and efficient local development environment.

What’s next?

After you have local development set up, the next steps typically involve:

  1. Testing:
  • Test your code thoroughly to ensure that it works as expected.
  • This may involve writing unit tests, integration tests, and end-to-end tests.
  1. Deployment:
  • Once your code is tested and working properly, you can deploy it to a production environment.
  • This may involve setting up servers, configuring databases, and deploying your code to the servers.
  1. Monitoring:
  • Once your application is deployed to production, you need to monitor it to ensure that it is running properly and that there are no errors.
  • This may involve setting up monitoring tools and alerts.
  1. Maintenance:
  • Over time, you will need to maintain your application by fixing bugs, adding new features, and improving performance.
  • This may involve making changes to the codebase, testing the changes, and deploying the changes to production.
  1. Continuous Improvement:
  • Continuously improve your development process by learning new technologies, adopting best practices, and automating tasks.
  • This will help you to develop software more efficiently and effectively.

The specific steps that you take after local development will depend on the specific project and your development team’s processes. However, the generalの流れ is to test the code, deploy it to production, monitor it, maintain it, and continuously improve the development process.

Additional Tips:

By following these tips, you can create a sustainable and scalable software development process.