Details
-
SkillsJava, C#, React
Joined devRant on 10/11/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
_this = this
that = this
myThis = this
theThis= this
outerThis = this
firstThis = this
rootThis = this5 -
It'd be nice to be able to hover over the wkNNN tag to see that week's topic. As I browse through rants, many make no sense out of context.1
-
Historically I've done Java but have recently moved to C# and got the book to do a cert.
Who thought it would be a good idea to start chapter 1 with threads, concurrency, asynchronous calls and PLINQ, then covering boolean expressions, if statements and loops in the section after??6 -
I'm confused... where am I supposed to be going again?
if (userInfo.isAdmin) {
return (<Redirect to="/my" />);
}
if (userInfo.isSuperUser) {
return (<Redirect to="/my" />);
}
return (<Redirect to="/my" />);1 -
So. Spent most of the morning furiously trying to work out why I wasn't getting a reasonable response from my Rest Service "RS", calling it from some other system. Only got something vague along the lines of "value must not be null". Both systems are set up on my local machine, IIS bindings set up all correct and URLs and authentication settings double and triple checked. I was doing a lot of work on RS six months ago so it just had to be set up right.
Forgot I got a new machine a couple of months ago and never built the WS .dlls. -_- -
At work, everytime someone finds a piece of code (their own or someone else's) that couldn't possibly have ever worked, we draw a line. Obviously preceded by finding out who wrote said code.5