All Projects → vmware-tanzu-labs → modernization-cookbook-template

vmware-tanzu-labs / modernization-cookbook-template

Licence: Apache-2.0 license
Starter Cookbook for Application Modernization and Replatforming Engagements

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to modernization-cookbook-template

Starter Kit
📦 Angular 11+ starter kit for enterprise-grade projects
Stars: ✭ 1,102 (+7771.43%)
Mutual labels:  seed, starter-kit
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (+157.14%)
Mutual labels:  seed, starter-kit
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
Stars: ✭ 76 (+442.86%)
Mutual labels:  seed, starter-kit
Tsmean
Typescript-mysql-express-angular-node seed for your next web-app!
Stars: ✭ 173 (+1135.71%)
Mutual labels:  seed, starter-kit
Generator Jekyll Starter Kit
🚀 Jekyll Progressive Web App Generator.
Stars: ✭ 139 (+892.86%)
Mutual labels:  seed, starter-kit
Reactjs Crud Boilerplate
Live Demo
Stars: ✭ 83 (+492.86%)
Mutual labels:  seed, starter-kit
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+3842.86%)
Mutual labels:  seed, starter-kit
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+9392.86%)
Mutual labels:  seed, starter-kit
Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+16278.57%)
Mutual labels:  seed, starter-kit
cosmic
🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
Stars: ✭ 32 (+128.57%)
Mutual labels:  seed, starter-kit
odoc
Next.js based Static 📓 Documentation Site Generator
Stars: ✭ 17 (+21.43%)
Mutual labels:  starter-kit
Minimal-React
Minimal React + Redux starter kit for experiments.
Stars: ✭ 43 (+207.14%)
Mutual labels:  starter-kit
flask-app-blueprint
Flask App Blueprint / Boilerplate including user registration/login, admin only section, CRUD on database, and more. Based on Python, Flask, PostgreSQL, et al. deployed on Heroku. The #1 starter project.
Stars: ✭ 144 (+928.57%)
Mutual labels:  starter-kit
smix-eleventy-starter
A standards-respecting starter kit for Eleventy. Go Indie.
Stars: ✭ 108 (+671.43%)
Mutual labels:  starter-kit
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+578.57%)
Mutual labels:  starter-kit
Angular-Gulp-Boilerplate
Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices
Stars: ✭ 30 (+114.29%)
Mutual labels:  seed
modular-starter-kit
The starter kit with entire modular approach to help remove boilerplate code in developing
Stars: ✭ 14 (+0%)
Mutual labels:  starter-kit
Minemap
An efficient map viewer for Minecraft seed in a nice GUI with utilities without ever needing to install Minecraft.
Stars: ✭ 104 (+642.86%)
Mutual labels:  seed
ts-detox-example
Example TypeScript + React-Native + Jest project that integrates Detox for writing end-to-end tests
Stars: ✭ 54 (+285.71%)
Mutual labels:  starter-kit
tailwindcss-postcss-browsersync-boilerplate
Tailwind CSS + PostCSS + BrowserSync boilerplate
Stars: ✭ 28 (+100%)
Mutual labels:  starter-kit

Template App Migration Dojo Cookbook Site

This is a Hugo site. It is driven by markdown files that can be generated using the commands provided in this document.

What makes a good recipe cookbook

  1. Make it customer agnostic. No customer or customer project names in the recipes. Do not name recipe files with customer or customer project names.
  2. Start from this repository https://github.com/pivotalservices/modernization-cookbook-template
  3. Prefer markdown over asciidoc. Definitely don't write recipes in doc or docx.
  4. Use TOML instead of JSON or YAML in the frontmatter.
  5. Categorize your recipe from one of the following by adding one of the categories in the taxonomy below this in the front-matter markup like taxonomy = ["API-FIRST"]
  6. Put all markdown files in the content/recipes and content/documents
  7. Put good camel case title in title=xxx front matter to be automatically picked up by landing pages
  8. Add taxonomy=["CLIENT"] to exclude the rendering of the recipe/doc or add review_status = ["DONE"] to get it published externally.
  9. If in doubt look at the recipes in this template repo.

Taxonomy

  1. REPLATFORMING fa-cloud-upload "Best practices and tips for replatforming applications"
  2. JavaEE "Patterns and techniques for porting JavaEE and J2EE component frameworks to Spring"
  3. SPRING "Spring specific tips and code snippets"
  4. MODERNIZATION "Tips and tricks to move your application the cloud nativity scale. Recipes on DDD and Event Storming."
  5. CODE-ORGANIZATION "One codebase tracked in revision control, many deploys. Explicitly declare and isolate dependencies. Best practices around code hygiene and general Java development idioms."
  6. API-FIRST "API first design and recipes that are all about API, Consumer driven API - Swagger, API gateways, OpenAPI spec."
  7. TEST-DRIVEN-DEVELOPMENT "Test Driven Development. Unit, Integration and other testing recipes."
  8. DESIGN-BUILD-RELEASE-RUN "Strictly separate build and run stages. Continous Integration, Pipeline and release management best practices."
  9. CONFIG-CREDENTIALS-CODE "Store Configuration and Credentials in the environment. Injection of credentials and configuration into the application environment."
  10. LOGS "Treat logs as event streams"
  11. BACKING-SERVICES-PORT-BINDING "Treat backing services as attached resources.Export services via port binding. Connecting and consuming all the backing data and messaging stores is covered here."
  12. ADMIN-PROCESSES "Run admin/management tasks as one-off processes. Batch processing."
  13. STATELESS-CONCURRENCY "Execute the app as one or more stateless processes. Scale out via the process model"
  14. TELEMETRY "APM, Metrics and Monitoring."
  15. AUTHn-AUTHz "Security related topics."
  16. TROUBLESHOOTING "Debugging and Troubleshooting of apps and modules during staging and running of apps"
  17. DAY2-OPS "Operating an app in production."
  18. IDE-HACKS "IDE (IntelliJ, Eclipse) specific short cuts/ tricks"
  19. PKS "Recipes to do with PKS, Lift & Shift and AppTx".
  20. CLIENT "Internal Only - Client specific recipes"
  21. PATTERN Buckets of Recipes
  22. GENERAL "General uncategorized recipes"

Getting Started

Initial Setup

Initial Setup of New Customer Cookbook

The following steps will walk you through the process of creating a new GitHub repository with the modernization template and wipe out all the commit history associated to the modernization template so you can start fresh in your new cookbook repository.

  1. Create a new private GitHub repository in pivotalservices with the name of the customer with cookbook suffix ex. customer-cookbook

  2. Download the new-cookbook script from here

  3. Run the script providing name of the customer cookbook and path to the cookbook repository new-cookbook customer-cookbook https://github.com/pivotalservices/customer-cookbook.git

  4. Update the README and clean up existing content as needed

  5. Validate that you can build and run the cookbook locally via ./localserver

  6. Add the new cookbook repository to app[0] team on the Github so that it is picked up by the cookbook aggregation tool

NOTE: If you do not use the setup script or you run into errors building and running locally, ensure that you have the submodule for the hugo template.

Example from setup script with --recursive flag: git clone https://github.com/pivotalservices/modernization-cookbook-template.git --recursive $COOKBOOK_NAME

To manually add the submodule, execute: git submodule update --init --recursive

Run locally (default: localhost:1313)

./localserver

Publish Instructions

./publish
cf push

Add New Recipe

hugo new recipes/(title).md

Updating the theme

This site uses the hugo-theme-docdock theme, which is stored as a git submodule under the themes directory.

To pull the latest version of the theme, update your submodules: git submodule update --remote and commit the change to customer cookbook repo.

Disable Home Page Icon

To disable the homepage and remove icon from sidebar, set the noHomeIcon param in /config.toml:

[params]
noHomeIcon = false

Redirect to Different URL

To redirect to the /recipes route by default, uncomment the following in /layouts/partials/index.html:

<meta http-equiv="refresh" content="0; url=/recipes" />
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].