Search Results

Found 1 results for "3aa67f03072875a8ce34c1e6d59003db" across all boards searching md5.

Anonymous /g/105623066#105624880
6/17/2025, 11:26:42 PM
>>105624830
>REST API idk what the fuck that is but all I know is you just do Put Push Get Post commands
you're just ever so slightly more competent than the guy we interviewed. you don't have to go full webdev if you don't wanna but a cursory knowledge of how web applications work shows at least a smidge of useful technical knowledge.
>Optional parameter is just stuff to filter
it's easier than that anon
public int SomeFunction(int var1, int var2, int optVar = 0)
{
// some code
}

and when you call it you can do
SomeFunction(1, 2);
// or
SomeFunction(1, 2, 3);

>>105624843
it's not just my call, but even if it was i don't wanna be cleaning up after retards. coincidentally, he was a cut person from his last job.