React's useState(...) Hook
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...
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...
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...
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...
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....
After using a MacBook Pro (13") as my "go anywhere" for years, I decided to go back to Windows. Nothing wrong with Mac OS as far...