Skip to content

Commit

Permalink
Merge pull request #42 from hackerhgl/cv-41
Browse files Browse the repository at this point in the history
CV-41: Improve development section content
  • Loading branch information
hmziqrs authored Jul 11, 2021
2 parents 774810b + bc365f1 commit 60bcc63
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,14 @@ <h3 class="ab1 afw6 title">Grow youth ministry</h3>
<div class="container-content">
<h1 class="heading ah1 afw6">How I work</h1>
<ul class="points-holder">
<li class="points x ab1 afw6">Writes clean, flexible, scalable and readable code.</li>
<li class="points x ab1 afw6">Writes code generator templates for boilerplate code.</li>
<li class="points x ab1 afw6">Use latest SDKs and APIs for long term support.</li>
<li class="points x ab1 afw6">Writes scripts to automated project setup and release builds.</li>
<li class="points x ab1 afw6">Integrates proper lints and code formatters to enforce a general standard &amp; code consistency.</li>
<li class="points x ab1 afw6">Writes end to end and unit tests to ensure high quality safe and stable code.</li>
<li class="points x ab1 afw6">Use git version management with proper detailed documentation of updates.</li>
<li class="points x ab1 afw6">Use best coding practices which enhances development experience for other developers.</li>
<li class="points x ab1 afw6">Write clean, flexible, scalable, and readable code.</li>
<li class="points x ab1 afw6">Set up code generator templates for boilerplate code.</li>
<li class="points x ab1 afw6">Use latest SDKs and APIs for long-term support.</li>
<li class="points x ab1 afw6">Write custom scripts for automating the project setup process.</li>
<li class="points x ab1 afw6">Integrates proper lints and code formatters, Which ensures a general standard &amp; code consistency.</li>
<li class="points x ab1 afw6">Write end-to-end and unit tests, Which ensure high-quality, safe, and stable codebase.</li>
<li class="points x ab1 afw6">Use git with proper detailed documentation of updates and changes.</li>
<li class="points x ab1 afw6">Use best coding practices that enhance the development experience for other developers.</li>
<li class="points x ab1 afw6">Integrate pipelines for automated deployment.</li>
</ul>
</div>
Expand Down
16 changes: 8 additions & 8 deletions scripts/data/development.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
"Writes clean, flexible, scalable and readable code.",
"Writes code generator templates for boilerplate code.",
"Use latest SDKs and APIs for long term support.",
"Writes scripts to automated project setup and release builds.",
"Integrates proper lints and code formatters to enforce a general standard & code consistency.",
"Writes end to end and unit tests to ensure high quality safe and stable code.",
"Use git version management with proper detailed documentation of updates.",
"Use best coding practices which enhances development experience for other developers.",
"Write clean, flexible, scalable, and readable code.",
"Set up code generator templates for boilerplate code.",
"Use latest SDKs and APIs for long-term support.",
"Write custom scripts for automating the project setup process.",
"Integrates proper lints and code formatters, Which ensures a general standard & code consistency.",
"Write end-to-end and unit tests, Which ensure high-quality, safe, and stable codebase.",
"Use git with proper detailed documentation of updates and changes.",
"Use best coding practices that enhance the development experience for other developers.",
"Integrate pipelines for automated deployment."
]
2 changes: 1 addition & 1 deletion src/components/development/development.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- var data = ["Writes clean, flexible, scalable and readable code.","Writes code generator templates for boilerplate code.","Use latest SDKs and APIs for long term support.","Writes scripts to automated project setup and release builds.","Integrates proper lints and code formatters to enforce a general standard & code consistency.","Writes end to end and unit tests to ensure high quality safe and stable code.","Use git version management with proper detailed documentation of updates.","Use best coding practices which enhances development experience for other developers.","Integrate pipelines for automated deployment."];
- var data = ["Write clean, flexible, scalable, and readable code.","Set up code generator templates for boilerplate code.","Use latest SDKs and APIs for long-term support.","Write custom scripts for automating the project setup process.","Integrates proper lints and code formatters, Which ensures a general standard & code consistency.","Write end-to-end and unit tests, Which ensure high-quality, safe, and stable codebase.","Use git with proper detailed documentation of updates and changes.","Use best coding practices that enhance the development experience for other developers.","Integrate pipelines for automated deployment."];

#development.white-card
.container
Expand Down

0 comments on commit 60bcc63

Please sign in to comment.