Live data from Hacker News

Is it boring working in Web Development startups?

dev.to

1–10 of 33 posts

Re: Is it boring working in Web Development startups?

#2
For many developers, UIs are often the most rewarding part of code to work on, the impact of making a change is immediate and obvious, and hey, pretty stuff is fun to make!

That said, the learning curve before HTML/CSS is "pain free" to develop with is huge. Especially compared to mobile frameworks, a native UI widget is easier to style and place on the screen. Also it'll probably keep rendering properly for the foreseeable future. (Or write a Windows app and it'll keep working until the end of time! :)

I've struggled a bit when I have to switch over to writing back end code for my startup. Some of it is mentally rewarding, writing a scheduling system for example, but other parts are just tedious, especially the CRUD stuff.

Of course worst of all was writing the scripts for and documenting how to do deployments. People who enjoy DevOps are kinda weird. ;)

As an aside, awhile back I threw together a simple WinForms app to do some trivial CRUD work in my DB. I have full Auth + Data Binding + UI working in ~2 hours. I hadn't used C# or Winforms in a few years. Porting that same UI over to the web took way too long. Getting the tooling up and running was a day! I hit a bug involving a release version of some NPM package that took hours to debug and then the framework I installed was using the globally installed version of Typescript instead of its own local version which took while to figure out and, well, a few more things like that. :/

Re: Is it boring working in Web Development startups?

#5
Boring, No.

Painful, Yes.

I have programmed to the Web in 20 years and it has become worse over the years.

I believe, that if you make an effort and stay vanilla you will enjoy the work many fold.

I love the Web but it's not the Web it was yesterday. Unfortuneatly imho

Re: Is it boring working in Web Development startups?

#6
This is such a click bait headline I don't even want to comment. Web Development is boring if you think it's boring. A lot of people don't. If you do think it's boring, there are a lot of industries that need programmers to solve different problems in different ways. If you don't think it's boring, hey that's awesome, you keep on making cool stuff.

If you're bored, it's probably time to start job hunting.

Re: Is it boring working in Web Development startups?

#8
The article sets up the idea that 80-90% of a project gets done well, but the rest gets ignored because it is boring. However, the article does not describe what the boring parts are, or how to integrate them in scheduling to dull the pain.

I did like the idea of taking a break before product launch. The push to make a deadline carried forward into a release brings charged emotions that won't match the new users'.

Re: Is it boring working in Web Development startups?

#10
post #6

This is such a click bait headline I don't even want to comment. Web Development is boring if you think it's boring. A lot of people don't. If you do think it's boring, there are a lot of industries that need programmers to solve different problems in different ways. If you don't think it's boring, hey that's awesome, you keep on making cool stuff. If you're bored, it's probably time to start job hunting.

> If you do think it's boring, there are a lot of industries that need programmers to solve different problems in different ways.

Dumb, overly broad question, but I gotta ask at some point - does anyone have suggestions for figuring out what industries are out there, what they're like, where one may want to try next, how one might break into them? Career navigation isn't my strong suit, as you can probably guess.

Post reply on HN