The Open Source U
  • Home
  • About
  • Mission Statement
  • pg-promise
  • Linkbook
  • tOSU@GitHub
  • OSS: pg-migration-promise
GitHub - fatal: could not read from remote repository

GitHub - fatal: could not read from remote repository

2 years ago 1 min read quick-tipGitHubOpen Source Software
I'm working on an article regarding Ghost, I came across the following which didn't work: # First clone Ghost with submodules and make it your working dir git clone --recurse-submodules git@github.com:TryGhost/
Read Now Read Later
Frank Villasenor
By: Frank Villasenor
React's useState(...) Hook

React's useState(...) Hook

2 years ago 1 min read quick-tipReferenceOpen Source Software ConceptsReactReduxGetting Started
Consider this line of code: //Source: https://reactjs.org/docs/hooks-state.html const [count, setCount] = useState(0);How the heck does this work? I threw together a quick test which is shown below.
Read Now Read Later
Frank Villasenor
By: Frank Villasenor
The Legal Side of Open Source

The Legal Side of Open Source

2 years ago 1 min read Tools of Open Sourcequick-tip
One aspect of open source that I think could use more attention by OS consumers is licensing. I came upon this and wanted to put it here for future reference. https://opensource.guide/
Read Now Read Later
Frank Villasenor
By: Frank Villasenor
Software Architecture Needs More Attention

Software Architecture Needs More Attention

2 years ago 3 min read software engineering
In this post, I wanted to explore my thoughts on software architecture and how it is (or isn't) applied in commercial (non-open source) software. Applying good architecture principles is always top of my
Read Now Read Later
Frank Villasenor
By: Frank Villasenor
Hack Git: Boost your Productivity (Guest Post)

Hack Git: Boost your Productivity (Guest Post)

2 years ago 3 min read Tools of Open Sourcequick-tipOpen Source Software Concepts
Git is a powerful tool. Git can be more effective if you will use its best practices, and with a few advanced git tips and tricks, you can save your valuable time. The productivity boost technique is known as the AFTER technique.
Read Now Read Later
Frank V
By: Frank V
Newer Posts
Page 2 of 12
Older Posts
Powered by Ghost
The Open Source U