Ask HN: What if you hate web development?
1–10 of 46 posts
Re: Ask HN: What if you hate web development?
#2Re: Ask HN: What if you hate web development?
#3If you want to expand your skills right now get an Arduino, some LEDs and a handful of logic chips.
Re: Ask HN: What if you hate web development?
#4Off the top of my head:
- devops
- security
- mobile apps
- desktop apps
Re: Ask HN: What if you hate web development?
#5Re: Ask HN: What if you hate web development?
#6Re: Ask HN: What if you hate web development?
#7There was a lot of buzz a few years ago. I’m not sure if it panned out.
Re: Ask HN: What if you hate web development?
#8My experience has been that places that ask for "fullstack" are generally small shops that don't want to hire specialists because their problems are product-centric, not engineering centric.
Re: Ask HN: What if you hate web development?
#9That said: web is a great way to get your feet wet. There's more to it than just making a page look pretty. You can get exposure to a ton of different problem domains and get a decent footing in many of them just by getting really good at web dev (particularly by working on sites/applications run by larger organizations).
Re: Ask HN: What if you hate web development?
#10Also, thanks for recommending https://courses.edx.org/courses/MITx/6.00.1-x/1T2014/course/ in one of your comments; it looks quite interesting.
In this day and age, there is tons of data being generated in institutions like stock trading data for a stock brokerage company or call record data for a telecom company. Usually these data needs to be parsed, summarized or analysed etc.. so there is a lot of back-end work that occurs.
Back-end processing is usually either OLTP (online transaction processing) or OLAP (online analytical processing). With OLTP, it is about the software performing some repetitive task that supports a business function. For example, with Amazon shopping; the software needs to record the order, reduce available inventory of the product, etc..
With OLAP, there is usually some analysis on the data that needs to be generated like a report showing Amazon orders that match a certain condition.