1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Web Devs: What is your favorite STACK?

Discussion in 'BBS Hangout' started by RedRedemption, Mar 10, 2016.

  1. RedRedemption

    RedRedemption Member

    Joined:
    Jul 21, 2009
    Messages:
    32,542
    Likes Received:
    7,752
    I've just recently decided to pursue web development focus for my CS degree and the only hands on experience I have had is with the tried and true LAMP stack.

    Just want to get a feeler for what is popular right now!
     
  2. ItsMyFault

    ItsMyFault Member

    Joined:
    Jan 28, 2009
    Messages:
    15,646
    Likes Received:
    978
    MEAN

    Not a full stack dev, but I do front-end mostly.

    Mainly work with JS.

    Angular and Backbone. A little bit of Ember.

    Of course I also work with MongoDB and Node too.
     
    #2 ItsMyFault, Mar 10, 2016
    Last edited: Mar 10, 2016
    1 person likes this.
  3. what

    what Member

    Joined:
    Dec 4, 2003
    Messages:
    14,621
    Likes Received:
    2,593
    Honestly I don't think web development is all that lucrative a career move. 90 percent of the websites out there are using some form of Twitter Bootstrap. Even big companies use it.

    I think a far more exciting career would be in android or apple app development.
     
    1 person likes this.
  4. Invisible Fan

    Invisible Fan Member

    Joined:
    Dec 5, 2001
    Messages:
    45,954
    Likes Received:
    28,051
    I would look at Postgres over MySQL. Try out their support as a document store.

    Dropwizard (jetty) over tomcat. There are other servers for different languages.

    Java or some jvm related language over pho/perl. Python is good to know but silly valley still pays decently for ruby/rails exp. smart bet if you like ruby would be to learn Python first for best practices then gravitate to ruby.

    Docker is all the rage these days, but learning to deploy a Linux image on aws is more solid for enterprise work.
     
    1 person likes this.
  5. RedRedemption

    RedRedemption Member

    Joined:
    Jul 21, 2009
    Messages:
    32,542
    Likes Received:
    7,752
    Well, web development is more than just front-end UI work. The existence of HTML/CSS frameworks doesn't detract from the need of an actual web developer.
    I've tried dabbling in mobile apps but haven't found the same excitement from writing web apps.
     
  6. RedRedemption

    RedRedemption Member

    Joined:
    Jul 21, 2009
    Messages:
    32,542
    Likes Received:
    7,752
    Java? Thats a shocker. Was expecting C++/C# as backend language of choice. Thanks for the info!

    I still need to take database design to fully understand the pros and cons of each database.
     
  7. Invisible Fan

    Invisible Fan Member

    Joined:
    Dec 5, 2001
    Messages:
    45,954
    Likes Received:
    28,051
    C# is more feature rich than Java, but the work is stereotyped as stagnant enterprisey tasks, as is Java.

    The worst part of c# is being forced to work on a Windows stack. Now that it's open sourced, that could situation improve to something reliable over time.

    Which is fine if you like stability and a solid paycheck, but you're young and in college. You can always settle on c# or Java after you've taken a crack at other languages.

    Java is the traditional gateway for other jvm languages, but is now viewed as bloated and too verbose. It also makes you appreciate other languages if you can survive the environment.

    It really depends on your ambitions and whether you want to learn different things.
     
    #7 Invisible Fan, Mar 10, 2016
    Last edited: Mar 10, 2016
  8. Jontro

    Jontro Member

    Joined:
    Feb 3, 2010
    Messages:
    36,415
    Likes Received:
    25,616
    Took C++ in high school because I thought I was a genius. Got a D and then took Gym instead.
     
  9. HR Dept

    HR Dept Member

    Joined:
    May 31, 2012
    Messages:
    6,792
    Likes Received:
    1,223
    Visual Basic and COBOL.

    Doesn't answer your question, but those are the two languages I learned before deciding that CIS wasn't for me and that I should change majors.
     
  10. DCkid

    DCkid Member

    Joined:
    Oct 15, 2001
    Messages:
    9,663
    Likes Received:
    2,708
    Well I only know what I know, but if I had to start from scratch and put up a site today it would probably be...

    PostgreSQL
    Tomcat
    Angular + Bootstrap
     
  11. superfob

    superfob Mommy WOW! I'm a Big Kid now.

    Joined:
    May 5, 2006
    Messages:
    2,095
    Likes Received:
    1,405
    Classic asp and MS Access backend is where it's at!
     
  12. Xerobull

    Xerobull ...and I'm all out of bubblegum

    Joined:
    Jun 18, 2003
    Messages:
    37,077
    Likes Received:
    36,033
  13. thirdengine

    thirdengine Member

    Joined:
    Mar 18, 2008
    Messages:
    417
    Likes Received:
    333
    I try to use Python as much as I can (Flask/Django). Mostly work with LAMP though, using Laravel/React
     
  14. Air Langhi

    Air Langhi Contributing Member

    Joined:
    Aug 26, 2000
    Messages:
    21,946
    Likes Received:
    6,696
    What is the point of react? It seems like over kill to me. A simple dom diffing library would be good enough in my opinion.
     
  15. Northside Storm

    Joined:
    Dec 24, 2007
    Messages:
    11,262
    Likes Received:
    450
    I've had learning React on my to-do list solely because of React Native (build mobile native apps with virtually the same approach as you'd design for desktop).

    ---

    to answer question, I've had to maintain stuff in production in Rails/HAML and LAMP (mostly didn't touch the PHP there though, just the HTML/CSS), and I've built a few things in Meteor.js, and Flask. I really like Meteor.js and the concept of MEAN, I just wish learning MEAN didn't involve learning all of Node, and that Meteor.js was more scaleable :/

    If my stacks are a mess it's because I was messily self-taught, and I've had a lot of contracts with messy early-stage startups :x

    I do stuff that is adjacent to and requires web dev, but I don't consider myself a web developer.
     
    #15 Northside Storm, Mar 10, 2016
    Last edited: Mar 10, 2016
  16. BinBinRingRing

    Joined:
    Apr 29, 2014
    Messages:
    319
    Likes Received:
    19
    Postgres with C# with React/AngularJS
     
  17. BinBinRingRing

    Joined:
    Apr 29, 2014
    Messages:
    319
    Likes Received:
    19
    Also checkout Elm guys, it's becoming the next big thing.
     
  18. Cohete Rojo

    Cohete Rojo Member

    Joined:
    Oct 29, 2009
    Messages:
    10,344
    Likes Received:
    1,203
    <iframe width="420" height="315" src="https://www.youtube.com/embed/1VgVJpVx9bc" frameborder="0" allowfullscreen></iframe>
     
  19. mikus

    mikus Member

    Joined:
    Jan 31, 2013
    Messages:
    624
    Likes Received:
    182
    I heard of something called Oak a long time ago...I wonder whatever became of that....:grin:
     

Share This Page