Viewing profile — mrmagoo2
mrmagoo2
HN member- Joined
- Wed, Oct 25, 2023, 11:17 AM UTC
- HN karma
- 256
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About mrmagoo2
No profile information was provided.
Recent public activity
-
comment
Comment #44434588
Example tech: TypeScript, Python, JavaScript, React.js, Node, Django, pandas, numpy, shell scripting and CLI use, Docker, HTML/CSS, front-end state libraries (e.g. Zustand, some fl…
-
comment
Comment #44434580
SEEKING WORK | Remote Full-stack software engineer with machine learning skills. I have a decade of experience building successful products for early stage startups and larger orga…
-
comment
Comment #44160197
SEEKING WORK | Remote | Worldwide Full-stack AI developer experienced in building successful products from ideation to production. I can help with both existing and new projects. S…
-
comment
Comment #43547620
SEEKING WORK | UK / EU Willing to relocate: yes Full-stack software engineer experienced in building successful products. Portfolio: https://www.awalsh.io
-
comment
Comment #43547614
Location: UK / EU Remote: Hybrid preferred Willing to relocate: Yes Technologies: Author of popular open-source projects. ~10 years full-stack experience using languages such as Ty…
-
comment
Comment #43361957
Location: UK / EU Remote: hybrid is fine Relocate: yes I am currently looking at new opportunities, contract or potentially permanent. Please see my portfolio and GitHub for exampl…
- story
-
comment
Comment #43352451
Demystify is a suite of tools designed to help understand API behaviour. It generates accurate OpenAPI 3.1 specifications in real time from live network traffic, or from HAR files.…
- story
-
comment
Comment #42953457
SEEKING WORK | REMOTE | WORLDWIDE ----- INTRODUCTION ----- Versatile full-stack software engineer with experience across front-end, back-end, and AI/ML using languages such as Type…
-
comment
Comment #42777734
SEEKING WORK | REMOTE | WORLDWIDE ====== PORTFOLIO & PROJECTS =====> https://awalsh.io ====== INTRODUCTION =====> Versatile full-stack software engineer with experience across fron…
-
comment
Comment #41432531
SEEKING WORK | REMOTE | WORLDWIDE Website: https://awalsh.io/ Github: https://github.com/AndrewWalsh LinkedIn: https://www.linkedin.com/in/awlsh/ --- I enjoy building products end-…
-
comment
Comment #39570966
SEEKING WORK | REMOTE | WORLDWIDE Website: https://awalsh.io/ Github: https://github.com/AndrewWalsh LinkedIn: https://www.linkedin.com/in/awlsh/ --- I enjoy building products end-…
-
comment
Comment #39266909
SEEKING WORK | CANADA/REMOTE | WORLDWIDE Website: https://awalsh.io/ Github: https://github.com/AndrewWalsh LinkedIn: https://www.linkedin.com/in/awlsh/ --- Full stack developer an…
-
comment
Comment #38020142
You raise a good point and it would be great to account for this. I will take a look at this. Excellent suggestion.
-
comment
Comment #38019289
It could do as it works with the HAR 1.2 format. There is another library that can do this. It isn't suitable for the FE as it uses QuickType & pulls in a ton of dependencies, but …
-
comment
Comment #38019250
It doesn't have any way of determining which values are optional, so it doesn't make that distinction. Hear you on the enums, I'll take another look at what's possible without addi…
-
comment
Comment #38018823
As a follow up, the algorithm that powers this makes use of the chrome.devtools.network API. Specifically it passes the Request object that is in the HAR 1.2 archive format. So if …
-
comment
Comment #38018766
Genson-js is used to merge JSON Schema objects. Essentially there are 5 schemas that we care about in each request - request bodies, request headers, response bodies, response head…
-
comment
Comment #38018707
Some great ideas here, thank you. I do want to keep it small and focused so I'll forego complex functionality like the Repeater, but you've raised some common pain points I'll tack…
-
comment
Comment #38018640
Great suggestion, I will look into this.
-
comment
Comment #38013610
Anything that isn't a JSON request is specifically ignored.
-
comment
Comment #38013110
The criteria can be found below. There are no hard and fast rules, but the goal is to only include requests that you might otherwise find in a spec. https://github.com/AndrewWalsh/…
-
comment
Comment #38012992
Hey absolutely please do, thank you!
-
comment
Comment #38012509
That sound like a bug, I need to test that feature more thoroughly. Thanks for reporting.