HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mjepronk

no profile record

comments

mjepronk
·3 lata temu·discuss
Httpyac, to install the VS Code extension, just do:

ext install anweber.vscode-httpyac
mjepronk
·4 lata temu·discuss
Personally, I don't like the use of indexing to determine the JSON structure (like this `<input name="foo[0][1]">`). I think it's way more powerful to derive the JSON structure from the DOM tree. That's why I wrote some code to do exactly that: https://gist.github.com/mjepronk/5b33eaa90ecf11a5c2c47935a2c...

The use of `<fieldset>` and `<section>` may not be the best choice. You could use `data-` attributes on arbitrary tags for instance.
mjepronk
·4 lata temu·discuss
Netting mostly. Only downside is that these do not last forever and are made of plastics (PE, PEHD, PA, ...).
mjepronk
·4 lata temu·discuss
I like the book Domain Driven Design by Eric Evans.

Also, pure functional programming and immutability have greatly influenced my design even in languages other than Haskell (my main language is Python).

Eric Evans also stresses the importance of immutability of what he calls Value Objects.
mjepronk
·4 lata temu·discuss
It's a DNS resolver, not an authoritative DNS server. So it's similiar to Google's 8.8.8.8, Cloudflare's DNS resolver, or the DNS resolver that is provided to you by your ISP.