mrnoname
- Karma
- 0
- Created
- ()
- Submissions
- 8,769
- Show HN: Oh My Senior – AI-powered codebase analysis (127-0-0-1.io)
https://127-0-0-1.io/oh-my-senior Hi HN, I created this toy project after seeing developers on HN and Reddit leveraging Gemini's large context window to analyze entire codebases. Inspired by their insights, I wanted to…
- Way to use yarn more familiar and easy (gist.github.com)
- IntelliJ-IDEA-Xcode-Keymap (github.com)
-
There are two popular assertion pattern for testing the Javascript. Should and Expect. What do you like more? And what is the reason? I just want to know. My personal flavor is should, but I usually use expect for codes…
-
Hi HN, I'm trying to setup Node.js build and deployment system in the company. But we use closed network, thus, we can't access the external resources like npmjs and github. So we set up nexus server and proxy npmjs by…
-
Hi HN. I'm using the WebStorm(or IntelliJ) and the Sublime Text for JavaScript(Node.js, React...) development. And I tried to use Atom when Atom started the closed beta test, but it was not good for use. Because it was…
-
Hi HN, I want to use the Redux framework what based on Flux pattern on my company. (https://github.com/rackt/redux) Many people are telling that the Redux is cool, and I think so too. But there is no reference for who…