I'm a little sad about this. My dad works in computer storage and had access to lots of computers doing nothing. He's now at "just about 11 quintillion flops, 99.12% ranking vs all other users"
It clicked a bit more for me understanding the box model better.
More recently flexbox makes things a lot more clear/easier and handles a lot of those problems by default.
I have no idea how design works, that seems a bit more art.
My personal experience with this was that Angular 2 was announced, which was completely non backwards compatible. So there were a bunch of people that
1) Needed to rewrite their code
2) Distrusted Angular to be stable
React had a philosophy of small reusable components and incremental upgrade. This is a particularly attractive idea for people experiencing the above. I think this is probably part of the shift in popularity.
Perhaps repeat criminals on Promise are not eligible to use it in the future. All a repeat criminal in this case does is lower the governments trust in the product.
It's pretty incredible how many people rock climb (at Planet Granite in Sunnyvale). People are interested in talking there as well, as opposed to lots of cafes where people are heads down.
Meetup groups for things like Ultimate Frisbee, Spikeball are good too.
I think this is a good idea and would speed up interviewing at companies since you would be able to focus on the match. It does rely on companies actually knowing what criteria they are looking for and to be upfront about it, which unfortunately, is not common.
The real problem is that very good candidates are often not motivated to get certs, since they likely don't need them. However with the added benefit of speeding up the interviewer process, I think more people would do it and it could then become a standard and not a negative signal.
This is a fake feedback report for an interview, to show what companies and candidates can expect.
Thanks for your comment. I do think it's important particularly from a feedback perspective. Since companies don't give feedback, this is one of the first things to attempt to help candidates learn about what is being evaluated and how to improve.
I'm hoping this is a first step to finding out a better way to correlate those things, for now I think that things that help candidates find jobs are a good step :)
Interviews are somewhat anonymous, the interviewer only gets your first name (added that too). We've discussed making it even more anonymous (voice modulation, hiding video, etc.) but it seems like this has been studied before and did not have much of an effect.
The biggest thing is that there is more money in evaluating software engineers. There's higher demand than most other professions, so companies will pay more.
I have limited information about interviews for other industries, but other fields are often not evaluated in the same way. Lawyers do not have a mock trial as part of an interview, so tools for some industries would likely just be a video chat.
Just for some context about this document, this is a fake interview with fake interview feedback.
It is meant to highlight some of the criteria which Refdash uses to evaluate candidates and how companies and candidates can expect to receive that feedback.
The interview data is only ever shown anonymously to companies, even if you apply to a company with it. Only when the candidate and company agree to do an onsite are names revealed.
Basically it's a good chance to practice and get feedback in the worst case, and a way to save some time and get your foot in the door in the best case.
Interviewing is a skill like all things. The more you practice the better you will get at it. Unfortunately, this process can be slow and the worst part is that when you interview you don't really get any kind of feedback from the company about why they rejected you.
I'm working at a startup in this space refdash.com where you could go do a technical interview and get some feedback from the interviewer on how to improve. Perhaps the problem is just that you don't know what the interviewer is looking for or what strategies to use to feel comfortable in an interview.
The other thing I'll say is that the "big four" companies are glamorized a lot, but each have their own issues. I would say focus more on the fit than the name.
Other tools that are nice are leetcode and hackerrank for practicing. They can offer positive reinforcement because you can see how you are able to solve problems and keep track of your success on those.
The article mentions a drop in Daily users of about 10M (specifies around 12M). This also include any launches that occurred over the last month, which means the retention over this time is likely much worse than just 75% but I don't have numbers on that.
I like https://paribus.co/
It automatically requests refunds for things you buy online that drop in price. It's nice because it's very passive and it's basically found money when it works.
"It's just that a tool I'm using on the back-end doesn't work very well with the Frankfurt region because of signature version 4. But I'm sure this problem is solvable, I just didn’t put much effort into it yet."
Since document.querySelector only returns the first instance, you will need to run this for the number of redacted paragraphs.
The above jQuery solution doesn't have this problem. You really would need a snippet with querySelectorAll and a loop. Since the page has jQuery, there's nothing wrong with providing a solution using it, and particularly since people just want to read the article.