Skip to content
View cydriclopez's full-sized avatar
  • Fairfield CA
Block or Report

Block or report cydriclopez

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
cydriclopez/README.md

If I only knew what I don't.

I write progressive web apps using:

These are just my humble work-in-progress personal notes that I share with teammates. Interspersed might be some opinions in IT. I like to say positive things about my IT experience in spite of actual experience. It is a better world that way.

The required spectrum of knowledge in application software development is staggeringly humbling. I like to highlight the painful basic fundamentals in app development.

I'm a bit of a minimalist. I love the command line! Here you will not find the use of fancy GUI tools with drag-and-drop and point-and-click. I like building those in the apps I write but for app development I am attracted to simple reliable tools.

The command line interface (cli) is easy. I simply keep a text file with all my often-used long commands (e.g., new go version install, docker runs, volume mounts, ssh connects, & etc.). I may edit them then copy from my editor with ctrl-c then paste them with ctrl-shift-v into the terminal. It is still dealing with text and so is not a jarring change of context from dealing with text in source code.

The following list will become links to small projects in this repo as I go along. I am in the process of extracting and simplifying relevant code from projects I have done. This list may change according to my interests.

  1. Dockerize your Angular dev environment

  2. Dockerize your PostgreSQL dev environment

  3. Feed JSON data to a tree component

  4. Write a Go static file web server

  5. Go POST JSON passthru controller

  6. Parse JSON in PostgreSQL to save records

  7. Generate JSON data from PostgreSQL table

  8. Simple Go web app structure

  9. Fast encrypted backup system using gocryptfs and rsync

  10. Setup a Gitea & Buildbot CI/CD system

More to come...

Thanks for reading & have a great day! 🙂

Popular repositories

  1. pgsql-query-json pgsql-query-json Public

    TypeScript 2

  2. go-post-json-passthru go-post-json-passthru Public

    TypeScript 1

  3. cydriclopez cydriclopez Public

    Config files for my GitHub profile.

  4. docker-ng-dev docker-ng-dev Public

    Dockerfile

  5. docker-pg-dev docker-pg-dev Public

    Dockerfile

  6. treemodule-json treemodule-json Public

    TypeScript