Logo
Gusto | Sponsor - DE

Full Stack Developer - Remote

Gusto | Sponsor - DE, Austin, Texas, us, 78716


Codebase DocumentationCodebase Access and Repository Details: Ensure access to the code repository (e.g., GitHub, GitLab, Bitbucket). This includes understanding the branching strategy, version control practices, and deployment processes.Code Architecture Documentation: An overview of the structure of the code, including the file structure, directory layout, and an explanation of any architectural patterns (e.g., MVC, microservices).Technical Stack Documentation: A detailed list of the tech stack being used, including programming languages, frameworks, databases, libraries, APIs, and other dependencies.Development Guidelines and Standards: Any coding standards, naming conventions, or best practices followed by the previous developer.Infrastructure and DeploymentHosting and Server Details: Information on the server infrastructure, cloud service providers (e.g., AWS, Azure), and hosting environment.Deployment Process: Steps for deploying the application, including any CI/CD pipelines, automated testing, and required tools.Environment Configurations: Development, testing, and production environments' configuration details.Third-party Services: Documentation on any third-party integrations (APIs, payment gateways, authentication services) and credentials for accessing them.Database DocumentationDatabase Schema: A diagram or document that outlines the database structure, including tables, relationships, and constraints.Data Models: How data is structured and any ORM (Object-Relational Mapping) tools being used.Database Access Details: Credentials and protocols for accessing databases and managing backups.API DocumentationInternal APIs: Documentation for any APIs developed for internal use within the app.External APIs: Documentation on external services the app integrates with, including rate limits, authentication, and error handling.