Arigion

joined 1 year ago
[–] [email protected] 6 points 9 months ago (1 children)

You are aware that the impossible sections were on purpose to sell hint books and to make money with the telephone hintline which one could call being stuck?

[–] [email protected] 22 points 11 months ago (1 children)

In short: it's always like this, sometimes more, sometimes less. And guess what: it's the main part of the job. As a developer you have to understand what the customer (your boss) needs (sometimes not what they say they want) and to figure out how to do that by yourself. It's nice to have colleagues you can ask, but it's like on stackoverflow. The accepted answer is not necessarily the right or good one. Often you have to work with bad documented legacy artifacts (code, api) and figure out what they do. Also the tech changes, you have to constantly keep up with changes and what was great years ago may now be outdated. My advice:

  • Do not start coding until you are sure you understood what is to be done.
  • if there is no user story to describe the task write it yourself
  • write good tests for your code. It's an art. While thinking about corner cases you often find questions you did not think about at first
  • if you don't know how to do it ask people around you, browse the web, read books. Develop the skills to figure stuff out. Most of the time noone knows the correct answer. It's your job to find it.
  • do code reviews with others, usually both benefit from it
  • write clean code

If you don't like your working environment then change it. Especially when you think you can't learn anything new there or it is no fun to work there. Go to meetings in your area (meetup or so) or online to meet other developers and ask them about their job. You get a feeling about what is considered a good job in your area. Good developers will always find a good job. Be one of them. As long as you think you're a god who can code anything, that's probably not the case. ;-) The best you can achieve is to be an expert in a very narrow field and to be good in some others.

[–] [email protected] 24 points 1 year ago (1 children)

I found Waldo.

[–] [email protected] 0 points 1 year ago (1 children)

Why would they use bitcoins to pay for the stream? If it's already bitcoin why bother?

[–] [email protected] 1 points 1 year ago (1 children)

It's illegal in the EU, so probably not there.

[–] [email protected] 12 points 1 year ago

I have never ever heard of a game coming with a help hotline. And I played a lot of games in that time. TIL that

one classic example is the game "The Legend of Zelda" for the NES. The game contained cryptic puzzles and secrets that were not easily solvable. Nintendo provided a hotline, called the Nintendo Power Line, where players could call in for tips, tricks, and solutions. Calls to the hotline were not free, creating an additional revenue source for the company.

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

Here's an article about it: https://dev.to/maggiecodes_/how-i-applied-to-a-tech-job-using-a-post-request-193d

The thing that annoys me is the response. It should return status 201 created and the id of the new resource for future delete/update operations. Instead it returns 200 ok and some clear text. Wouldn't want to work with such an API.

view more: ‹ prev next ›