Skip to content
View dsmith73's full-sized avatar
✔️
grind
✔️
grind
Block or Report

Block or report dsmith73

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dsmith73/README.md

Welcome to my little code corner of the world

About dsmith73:

  • I'm currently working on automation and efficiency improvement projects
  • My passions are: Code, Food, DIY, & Predictive Analytics
  • Next, I'd like to: Deploy websites based on my projects, which deliver useful tools to other coders
  • Fun Fact: I enjoy growing peppers and learning about analytical topics

Connect:

dsmith73 | Website dsmith73 | LinkedIn dsmith73 | Slack dsmith73 | freeCodeCamp Twitter Follow codePen glitch



Languages & Tools:

VS Code

Docker

HTML5

CSS3

GO

JavaScript

C++

Ansible

Terraform

Prometheus

aws

bash

bootstrap

jekyll

ruby

k8

Linux

vagrant





Highlights

Fun Productivity
Random Quiz Markdown Maker
Tic-Tac-Toe KB
Rock-Paper-Scissors...Lizard-Spock Private Ansible Plays
Memory Private Terraform Scripts
Synthesizer Prometheus on Docker
Minesweeper
Flappy
Frogger
Asteroids
Simon Says

dsmith73 GitHub Stats:

Top Langs

dsmith73


Pinned

  1. ssh - pushing to github without typi... ssh - pushing to github without typing in credentials
    1
    # ssh - pushing to github without typing in credentials  
    2
    
                  
    3
    **Connecting to GitHub with SSH**
    4
    https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh  
    5
    
                  
  2. fatal: bad config line 1 in file .gi... fatal: bad config line 1 in file .git/config
    1
    # fatal: bad config line 1 in file .git/config  
    2
    
                  
    3
    When I receive this error, the fix is to:  
    4
    ```sh
    5
    rm -rf .git
  3. www-curl www-curl Public

    www-curl

  4. recipe recipe Public

    recipes... you know... food stuffs

  5. Things I learned in Docker... The ha... Things I learned in Docker... The hard way!
    1
    <div align=center><h1> Things that I learned in Docker  </h>
    2
    <h3>The hard way!  </h></div>
    3
    
                  
    4
    > There is no specific order to these learnings. They're just the random learnings of a madman, trying to learn and use docker for the first time... So, I'm just throwing them out there as I recall them. _I said "madman," right? Of course these aren't in any order..._  
    5
  6. What does a novice use to develop? What does a novice use to develop?
    1
    # What I *(novice)* use to develop  
    2
    
                  
    3
    > Since I always feel like I'm learning, re-learning, trying to learn, or more importantly, *somehow failing to learn / figure something out*; and since people are always asking me how I do what I do... I thought I'd toss this out there; with the hope that it helps someone else.  
    4
    5
    ---