Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ci
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MY CHEAT SHEETS

CodeClimate Issues MIT License

A place to keep all my cheat sheets for the complete development of ASIC/FPGA hardware or a software app/service. These cheat sheets contain info I gathered from other sources and figured out over time. It's an ongoing process.

Table of Contents,

GitHub Webpage

SOFTWARE CHEAT SHEETS

Various Apps and tools for the goal of creating an App/Service.

IMAGE - creating services environment overview - IMAGE

DEVELOPMENT

OPERATIONS TOOLS

SERVICE ARCHITECTURES

SERVICE PROVIDERS

HARDWARE CHEAT SHEETS

Various Apps and tools for the goal of creating an ASIC/FPGA.

IMAGE - creating an ASIC environment overview - IMAGE

DEVELOPMENT

TOOLS

OTHER CHEAT SHEETS

Random other things I'm interested in.

COMPUTER HARDWARE

HISTORY

MATHEMATICS

This entire sections is a massive work in progress, it will take me quite a few years to finish.

MINING CRYPTOCURRENCY

NETWORKS

RANDOM STUFF

SCIENCE

SINGLE BOARD COMPUTERS (SBC)

MY GITHUB WEBPAGE IS UPDATED USING CONCOURSE

For fun, I use concourse to automatically update my GitHub Webpage and alert me of the changes via repo status and slack.

The update is accomplished this by copying and editing/updating this README.md file to /docs/_includes/README.md.

A pipeline file pipeline.yml shows the entire ci flow. Visually, it looks like,

IMAGE - my-cheat-sheets concourse ci pipeline - IMAGE

The jobs and tasks are,

The concourse resources types are,

  • my-cheat-sheets uses a resource type docker-image to PULL a repo from github.
  • resource-slack-alert uses a resource type docker image that will notify slack on your progress.
  • resource-repo-status uses a resource type docker image that will update your git status for that particular commit.

For more information on using concourse for continuous integration, refer to my cheat sheet on concourse.

You can’t perform that action at this time.