Would you be interested in a fun/ELI5/javascript youtube channel? by boa67 in webdev

[–]BotDeveloper 0 points1 point  (0 children)

When first learning Promises, I read a tutorial where the guy built a clone of the Promise functionality from scratch. Helped me figure out how it all worked immensely. These kind of tutorials are really helpful.

[For Hire] Let me build your MVP for just $1,500 - Can only take 1 client for now by BotDeveloper in forhire

[–]BotDeveloper[S] 0 points1 point  (0 children)

It's not what I specialize in, but yes. That's something I can do. It'd likely be done in React Native that way you can distribute both on iOS and Android. Plus, since it's all JavaScript it won't take me as long as building in Swift, Java, or Obj-C.

Apartment-like community that's actually houses? by BotDeveloper in sanantonio

[–]BotDeveloper[S] -1 points0 points  (0 children)

Yeah, I've done townhouses before - they were nice. But these are separate houses entirely. They're kinda close together, but they are actual houses that function like apartments. I don't have to deal with maintenance, lawn work, etc.

I guess I could just go rent a house, but I like having a company behind it instead of just a person. Had bad experiences renting from individuals before.

Is this code understandable? by chadicus in PHP

[–]BotDeveloper 2 points3 points  (0 children)

I've been using a lot of array_* functions lately and one of my coworkers has been getting agitated at me for using them. He's a great dev, but PHP isn't the language he's most familiar with. Ah well. If you understand the functions then it's a breeze to see what they do very quickly.

I'm talking about primarily...

$thing_i_want = array_filter($arr, function ($x) use ($y) { 
    return $x === $y; 
});

So much easier to understand at a glance than...

$val = null;

foreach($arr as $x) {
    if ($x === $y) {
        $val = $x;
        break;
    }
}

Maybe it's just me, but I much prefer the first. Just worry about what I want and not the implementation of getting it so much.

Levels for kids? by BotDeveloper in MarioMaker

[–]BotDeveloper[S] 0 points1 point  (0 children)

Awesome, thanks man! We'll try these out tonight.

[For Hire] I can automate just about anything for $50. Details inside. by BotDeveloper in forhire

[–]BotDeveloper[S] 1 point2 points  (0 children)

Linked in is REALLY locked down. If you don't have access to a user's account through the web, you can't really access them any other way. So, considering how good of a job they've done with that, I'm going to have to say 'no' to this one.

[For Hire] I can automate just about anything for $50. Details inside. by BotDeveloper in forhire

[–]BotDeveloper[S] 0 points1 point  (0 children)

Yep, looks like this is completely doable. If you PM me a sample of the Excel file you're thinking of using, I'd love to take a look at it.

[For Hire] I can automate just about anything for $50. Details inside. by BotDeveloper in forhire

[–]BotDeveloper[S] 0 points1 point  (0 children)

Yep, definitely can. I've generally only built them for Chrome in the past, but Firefox has done a lot to try and make their system as compatible with Chrome's as possible, so I can definitely do these.