HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alexanderdavide

no profile record

Submissions

Git Commands Needed in the Everyday Workflow

git-most-wanted.alex-eble.de
2 points·by alexanderdavide·4 anni fa·1 comments

comments

alexanderdavide
·3 anni fa·discuss
If you're interested in something for consumers, I recommend you try https://stats.fm/.
alexanderdavide
·3 anni fa·discuss
I'm wondering about two things related to development of customer-facing programs that use paid APIs in the background:

Are you using your own API key and pay for the usage? How can you justify operation of programs that produce high costs but no income? Isn't the API publicly exposed to the client-side and possible subject of theft and abuse?
alexanderdavide
·3 anni fa·discuss
This renders the extension pretty useless for older papers, doesn't it? There doesn't seem to be a fallback to prompt older papers in a whole because it exceeds the prompt limit.
alexanderdavide
·4 anni fa·discuss
Act is truly helpful and I appreciate its development but it has its caveats. For instance, I face problems with passing parameters to composite actions.
alexanderdavide
·4 anni fa·discuss
Git's Most Wanted is a ready-to-use online presentation of Git commands needed in the everyday workflow.

It targets developers who just started with Git and need a curated source of what is really important, who are already familiar with Git but need a refresher or who are already familiar with Git GUIs but intend to switch to the CLI.
alexanderdavide
·4 anni fa·discuss
Used OpenAPI Generator a few times and I'm happy with it.

In my latest React Native project I generate the API client and inject functions into React Query.

I know there's Orval that aims to generate React Query right away but I wasn't happy with its developer experience.