Jumping into Dev at a Software Enterprise

As an experienced developer who now guides others on their journeys, I understand that getting started can be intimidating. Even for seasoned professionals, the process can sometimes feel complex and confusing.

Therefore, I've compiled this guide to make the process less overwhelming and more enjoyable. The guide is informal, engaging, and designed to be as relatable as possible. Whether you're a beginner or a veteran, we all could use a friendly push in the right direction.

Greenfield

For those embarking on a new project, this section will guide you through setting up your cloud environment, creating your development pipeline, and initiating the development process.

  1. Cloud Blueprinting: Define cloud topology and resources - akin to designing your MVP's dream home.
  2. Pipeline and Tooling Setup: Establish your version of pipeline-as-code and configure tooling workers - similar to setting up your app's production assembly line.
  3. Repo Setup & CI Sprints: Configure repositories and Continuous Integration (CI) - essentially your backstage access to code quality.
  4. API Design and Management: Understand RESTful API design principles and utilize API management tools - like creating a communication bridge between your app and its users.
  5. Shift Security Left: Incorporate security practices into your DevOps workflow - making security an integral part of the journey rather than an afterthought.
  6. The Iteration Station: Add features incrementally to your app - focusing on continuous evolution.
  7. Layer 7 Love: Explore edge caching, firewall models, WAF tweaks - enhancing app performance and security.
  8. Float like a Butterfly: Deploy statelessly - ensuring scalability by reducing unnecessary load.
  9. Automation Nation: Automate CD, end-to-end tests - promoting efficiency in your workflow!
  10. Happy Paths & Vigilance: Monitor performance along the happy path - maintaining consistent progress!
  11. Scale 'n' Sail: Scale your app, set up alerts - preparing for growth!

Established

For those working on an existing project and looking to improve its features, performance, or security, this section offers a roadmap for effective contributions and swift customer value delivery.

  1. Cloud Mapping: Visualize the cloud layout - understanding your operational landscape.
  2. Repo Recon & Contributor Connect: Identify repositories and key contributors - knowing your team's structure.
  3. App Inventory & Config Check: Understand where your applications are running - conducting an app roll call.
  4. Alpha Env Creation: Ensure environment replication - akin to rehearsing before the main event.
  5. Feature Factory & Compute Crunching: Develop features, leverage compute power - following a cycle of isolation, development, merging.
  6. DevInt Delivery: Contribute/deploy to DevInt using CD - fostering teamwork in shared environments!
  7. Performance Optimization: Monitor and enhance your application's performance - making your app operate seamlessly.
  8. Security Audits: Conduct regular security audits to safeguard your application from potential threats - like appointing a security guard for your app.
  9. Fast Tracks to Customers: Deliver swiftly to customers - because timeliness is crucial!
  10. DR and Business Continuity Planning: Prepare for system failures or disruptions - essentially setting up a safety net for your app.

Advanced

For veteran developers seeking to deepen their skills and knowledge, this section delves into advanced topics such as containerization, microservices, serverless computing, and sustainable coding practices.

  1. Vault Secrets: Store secrets in vaults - every app has its secrets.
  2. Config Repo Solitude: Isolate config repositories - giving them dedicated space.
  3. Containerization Conquests: Master Docker and Kubernetes for application development, shipment, and execution - stepping into the future!
  4. Microservices Mastery: Design, develop and deploy microservices - like managing a mini army.
  5. Serverless Savvy: Understand serverless computing and build serverless applications - challenging traditional norms!
  6. Data Management: Understand different database systems (SQL, NoSQL), and manage, store, and retrieve data efficiently - akin to organizing your app's library.
  7. Compliance Crusade: Navigate the compliance landscape - ensuring adherence to rules.
  8. Sustainable Coding Practices: Learn sustainable coding practices to minimize your code's environmental impact - promoting responsible coding.

This guide aims to be a useful resource on your development journey, whether you're just beginning or already an expert. Remember, every expert started as a beginner. Happy coding!