I'm not sure what you're looking for, but a fun problem I ran into one day (one that I solved, but ultimately we went a different route) is to find an existing key in a js object, and insert a new key/value js object after that key.<p>For example:<p>const userdata = [
{
name: "Emma",
age: 21,
hobby: {
reading: true,
gaming: false,
sport: "tennis"
},
class: ["Java", "Go", "Nginx"]
},
{
name: "John",
age: 22,
hobby: {
reading: true,
gaming: false,
sport: "football"
},
class: ["JavaScript", "HTML", "CSS"]
},
]<p>const newdata = {
knitting: true
}<p>And then, the task is to make a utility function to find "name: John", then "hobby" and append newdata in the "hobby"object. Try to apply immutability. Try to do without the overhead of JSON string conversion.
Employment. I'm old enough to wonder if it's age discrimination. I've got a messed up work history that it probably isn't, but I never had problems finding work until after I was 35 (I'm 47 now). I've done enough crazy things that I've added additional obstacles to normal sane employment. But, I'd like a stable job, one that pays well enough to import my wife, in the UK/Ireland or US based working remote (EU would also be great but brexit took that away from me). I've been working short term contracts that are okay and I live in a cheap place (I am living in Turkey), but my last contact just ended.<p>My last job was game dev but I'd rather do things I previously was doing, Python/perl/C/Matlab scientific computing.
A way to visualize what a gicen salary means in a given country (in my case just Germany). See my latest submission for a better description of the problem.
I have an open-source web testing framework that I've been working and I'm preparing to launch.
I you're interested, I'd love any feedback on using it or where to improve the documentation.<p><a href="https://github.com/pagemodel/page-model-tools" rel="nofollow">https://github.com/pagemodel/page-model-tools</a>
I need help building Wixsharp deployments of my note-taking app that hasn't seen the light of day, and/or otherwise migrating the code to Github to allow others to build from source.<p>In general I need help launching.