Skip to content

Instantly share code, notes, and snippets.

View pshushereba's full-sized avatar

Patrick Shushereba pshushereba

  • Launch by NTT Data
  • Redlands, California
  • 21:49 (UTC -07:00)
  • X @cpppatrick
View GitHub Profile
// const fetchData = async () => {
// const result = await axios.get(
// proxy + url
// )
// setTrialData(result.data.FullStudiesResponse.FullStudies)
// }
// fetchData()
@pshushereba
pshushereba / gist:c30905d17e4dfb40d408fa03b3619721
Last active July 17, 2020 00:45
Problem Solving Framework
UNDERSTAND THE PROBLEM
Can I restate the problem in my own words?
What are the inputs that go into the problem?
What are the outputs that should come from the solution to the problem?
Can the outputs be determined from the inputs? In other words, do I have enough information to solve the problem? (You may not be able to answer this question until you set about solving the problem. That's okay; it's still worth considering the question at this early stage.)
How should I label the important pieces of data that are a part of the problem?
EXPLORE EXAMPLES
User Stories?
Unit Tests?

Keybase proof

I hereby claim:

  • I am pshushereba on github.
  • I am pshushereba (https://keybase.io/pshushereba) on keybase.
  • I have a public key ASCY62KYfAQDLHOaV65xgO02OkX-NuQl0QfCdkvnJnFDXwo

To claim this, I am signing this object:

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options: