Skip to content

Commit fe7b1fc

Browse files
committed
new resources on env config, databases and bootstrap
1 parent 7a75c8c commit fe7b1fc

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

content/pages/02-development-environments/15-environment-configuration.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Other useful environment variables resources:
4242

4343
* [Environment variables in Windows](https://www.digitalcitizen.life/simple-questions-what-are-environment-variables)
4444

45+
* [Security of infrastructure secrets](https://paul.querna.org/articles/2013/11/09/security-of-infrastructure-secrets/)
46+
elaborates on techniques to protect your secret tokens such as API keys
47+
as well as the threats that are out there which put your secrets at risk.
48+
4549

4650
### Environment configuration resources
4751
* [Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You](https://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/)

content/pages/03-data/01-databases.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ provider.
167167
* [Writing better SQL](http://www.craigkerstiens.com/2016/01/08/writing-better-sql/)
168168
is a short code styling guide to make your queries easier to read.
169169

170+
* [A one size fits all database doesn't fit anyone](https://www.allthingsdistributed.com/2018/06/purpose-built-databases-in-aws.html)
171+
explains Amazon Web Services' specific rationale for having so many types
172+
of relational and non-relational databases on its platform but the article
173+
is also a good overview of various database models and their use cases.
174+
170175
* [DB-Engines](http://db-engines.com/en/ranking) ranks the most popular
171176
database management systems.
172177

content/pages/04-web-development/21-bootstrap.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ is especially useful as a base layer of
3131
shows a slew of comparisons for how user interface elements have changed
3232
design over the past several Bootstrap major version iterations.
3333

34+
* [Tabler](https://github.com/tabler/tabler) is a free, open source admin
35+
theme for Bootstrap 4. You can also check out a
36+
[demo of the theme](https://tabler.github.io/tabler/).

0 commit comments

Comments
 (0)