Skip to content

Commit

Permalink
Added mre blog fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan L. Smith committed May 7, 2024
1 parent 45b5e6f commit 028f7af
Show file tree
Hide file tree
Showing 10 changed files with 411 additions and 34 deletions.
1 change: 1 addition & 0 deletions _articles/schema_powered_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Schema Powered APIs
subtitle: Using database schemas to scaffold API endpoints provides scalable endpoints and boilerplate-free codebases.
layout: default
published: true
date: 2024-02-20 00:00:00
---

{% include subStyles.css %}
Expand Down
29 changes: 11 additions & 18 deletions _articles/turn_key_deployment_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Turn-key Deployment Options
subtitle: Deployment is a late-stage development process that should be included from inceptions of a project.
layout: default
published: false
published: true
date: 2024-03-15 00:00:00
---

{% include subStyles.css %}
Expand All @@ -17,22 +18,14 @@ was often left out. But that has changed, there are now vendors who offer this s
The CEO TL;DR
</h5>
<p>
As a CEO, you only care about this part of your stack because it provides
you with tools to get features live <b>quickly</b> and <b>safely</b>. Having a developer log into a production AWS EC2 instance to push code to make it 'live',
is a bad sign. This feature is cheap and pays off quickly.
As a CEO, you only care about this part of your stack because it provides you with tools to get features live <b>quickly</b> and <b>safely</b>.
Having a developer log into a production AWS EC2 instance to push code to make it 'live', is a bad sign. This feature is cheap and pays off quickly.
</p>
</div>

<br>

<h4>
Some Options to get started.
</h4>
#### Some Options to get started

<p>
Here are three good examples of (almost) turnkey simple
deployment tools (aka CI/CD).
</p>
Here are three good examples of (almost) turnkey simple deployment tools (aka CI/CD).

<div class="row">
<div class="col-4">
Expand All @@ -42,14 +35,14 @@ was often left out. But that has changed, there are now vendors who offer this s
</div>
<div class="col-8">
<p>
<b>Github Actions</b> - This feature was launched in 22019017, and enables for code build, testing and
deployment with a few simple file changes to your Github repos. Getting setup with
their actions take less than 30 minutes, and it has huge benefits.
<b>Github Actions</b> - This feature was launched in 2018 and enables code build, testing and
deployment with a few simple file changes to your Github repos. Getting setup with
their actions take less than 30 minutes, and it has huge benefits.
</p>
<p>
First, it's free with an account. Second, it conditions your team to start
First, it's <b>free</b> with an account. Second, it conditions your team to start
using secrets to manage API keys etc. And finally, can be a good screening question
for your new hires. (If they do not know about Github actions, then maybe they are too green to hire.
for your new hires. (If they do not know about GitHub actions, then maybe they are too green to hire.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _site/articles/auth_as_a_service/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h4 id="next-steps">Next Steps</h4>
<div class="col-6 text-end">


<a href="/articles/schema_powered_apis/">Next: Schema Powered APIs</a> &rarr;
<a href="/articles/slack_power_patterns/">Next: Slack as your v0.1 Product?</a> &rarr;


</div>
Expand Down
6 changes: 3 additions & 3 deletions _site/articles/schema_powered_apis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1 class="display-4 fw-normal text-body-emphasis">


<div style="font-size: 10px; color: gray; margin-bottom: 10px;">
Published: May 03, 2024
Published: February 19, 2024
</div>


Expand Down Expand Up @@ -277,14 +277,14 @@ <h4 id="api-spec--ui">API Spec &amp; UI</h4>
<div class="col-6">


&larr; <a href="/articles/auth_as_a_service/">Previous: How to understand Identity Management?</a>
&larr; <a href="/articles/slack_power_patterns/">Previous: Slack as your v0.1 Product?</a>


</div>
<div class="col-6 text-end">


<a href="/articles/slack_power_patterns/">Next: Slack as your v0.1 Product?</a> &rarr;
<a href="/articles/turn_key_deployment_options/">Next: Turn-key Deployment Options</a> &rarr;


</div>
Expand Down
4 changes: 2 additions & 2 deletions _site/articles/slack_power_patterns/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,14 +314,14 @@ <h5>
<div class="col-6">


&larr; <a href="/articles/schema_powered_apis/">Previous: Schema Powered APIs</a>
&larr; <a href="/articles/auth_as_a_service/">Previous: How to understand Identity Management?</a>


</div>
<div class="col-6 text-end">


<a href="/articles/what_is_low_code/">Next: What is Low-Code? vs No-code?</a> &rarr;
<a href="/articles/schema_powered_apis/">Next: Schema Powered APIs</a> &rarr;


</div>
Expand Down
Loading

0 comments on commit 028f7af

Please sign in to comment.