Remove ads, unlock a dark mode theme, and get other perks by upgrading your account. Experience the website the way it's meant to be.

Programming • Page 20

Discussion in 'Technology Forum' started by Dirty Sanchez, Mar 5, 2016.

  1. RyanPm40

    The Torment of Existence Supporter

    Do any of you guys ever work on apps with automated testing and think, "wow, I could have seriously fucked things up in the pre-unit testing days"? Lol. Junits and Protractor tests seriously save my life so many times.
     
    Dirty Sanchez likes this.
  2. mercury

    modern-day offspring fanatic Supporter

    hah, i tend to inherit projects that don't have unit tests at all... and most of my job-related anxiety is due to having no clue whether or not my builds break anything
     
    RyanPm40 and Dirty Sanchez like this.
  3. RyanPm40

    The Torment of Existence Supporter

    Ahhh the worst. That was 100% me on an older team still using the waterfall methodology. What a nightmare, we were still using Java applets and forcing IE on folks. Now working on an agile team to replace it entirely and my stress level has gone down significantly lol.
     
    Dirty Sanchez likes this.
  4. ReginaPhilange

    Trusted Prestigious

    I never do tests with iOS lol. Probably should for any manager classes but whatervs.
     
    Dirty Sanchez likes this.
  5. mercury

    modern-day offspring fanatic Supporter

    lmao a dev who got fired deleted my client's entire github organization last night, happy Monday!
     
    RyanPm40 and Dirty Sanchez like this.
  6. drewinseries

    Drew

    Say goodbye to references.
     
  7. RyanPm40

    The Torment of Existence Supporter

    Jesus Christ haha I don't even know what you would do from there
     
  8. RyanPm40

    The Torment of Existence Supporter

    Damnn, upgrading all of our UI dependencies and the newest Babel, Karma and Webpack are breaking things, gotta love it
     
    mercury likes this.
  9. mercury

    modern-day offspring fanatic Supporter

    Github restored the backups fairly quickly, but what an email to wake up to lol. Tbh i wouldn't be surprised if the person who deleted it (who was a massive moron) did it by accident.
     
    RyanPm40 and stars143 like this.
  10. RyanPm40

    The Torment of Existence Supporter

    Phew thank God they were able to resolve that for you, that'd be awful. I wonder the legalities of that if he really did delete it with bad intentions
     
  11. RyanPm40

    The Torment of Existence Supporter

    Man, I so wish that my team chose to write this app in Angular at the beginning. I joined on after the fact, but it would sure be lovely writing in a framework with wide support and documentation heh.

    I think it was because there was still a lot of questioning and unknowns about Angular 2 at the time and fear of it being completely replaced and in need of a massive rewrite eventually like how Angular and AngularJS are entirely different frameworks.
     
  12. cheese_pizza

    Newbie

    When I studied C++ I was sure the language is number one. But C# seems to be more suitable for me. JavaScript is the one I can't stand. Ruby is the language I'll study if only I have free time.
    PHP. Why does everyone laugh at PHP coders? Mystery of my life.
     
    RyanPm40 likes this.
  13. RyanPm40 Jan 17, 2019
    (Last edited: Jan 17, 2019)
    RyanPm40

    The Torment of Existence Supporter

    A good JavaScript or Typescript framework to develop a web app is so fun imo :). But trying to apply inline JS to a standard HTML site is definitely the worst.

    I liked C# a lot when I developed in it. Great language with Java-like syntax, it's just a bummer that it only allows for making windows software, if my memory is serving me right.

    PHP is fine, but it's just really outdated. We just use plain old Java springboot for the backend of our app at my job. Haven't really touched PHP since some intro courses in college, I did enjoy it at the time though
     
  14. RyanPm40

    The Torment of Existence Supporter

    Anyone work with Flutter and Dart before? Curious of others' opinions compared to other mobile development methods

    I've only ever made a Cordova app using a JavaScript framework in the past, so I've never written a native app that doesn't rely on a webview. Definitely new to writing a UI without HTML and CSS and from the Flutter tutorial, things look a bit messy with a lot of nesting in the widgets. My brain doesn't seem to wrap around Dart as easily as Java/JavaScript/HTML and not sure if writing native Java code for Android, or Swift code for iOS is any better
     
  15. Trick Room

    Trick Room!

    It's all about React (React.js/ReactJS/whatever) for me man. I'm completely bought in.

    We created our website with React, and it is so incredibly fluid and responsive, I love it.
    Everything updates real time, so no more waiting for the page to reload--you just select the element you want to update in the DOM and it re-renders instantly.

    The only caveat with React is that the DOM is rendered on the client, so it's not the best for SEO. Some search engine robots may not be able to execute the JavaScript bundle, so they'll only see a few lines of HTML. Yikes.

    But there's this awesome library called Next.js, which builds on top of React and allows the HTML to be rendered on the server via server-sided rendering (SSR). It's similar to how PHP works, but you get the responsiveness of React (which is freaking cool!). So when robots load your page, they'll be able to sift through the HTML and get the metadata they need. Each page gets their own rendered HTML, so you can have unique meta tags for each page.

    There's a bit of learning curve, but once you get the hang of it, you won't use anything else! Well, that's my two cents :)
     
    mercury and christsizedshoes like this.
  16. christsizedshoes

    Trusted

    Generic and fairly naive question for the professional devs/software engineers on here:

    Thinking about the industry and job market as a whole in the U.S., how would you assess working conditions/expectations/hours relative to pay? Also, more specifically, how rare is it to find a steady and decent-paying dev job that allows a lot of flexibility in hours, working remotely somewhat regularly, etc.? Is that type of gig a dime a dozen, or do old school norms around 9-5, daily stand-up meetings, etc. still dominate? Obviously, this is probably dependent at least partially on location and the type of employer (public vs. private, large vs. small company, software shop vs. devs within a broader org), so any of those details would also be great.
     
  17. RyanPm40

    The Torment of Existence Supporter

    Yeah I'd say it's definitely dependent on the type of company. If it's a large enterprise company that isn't really Silicon Valley-esque (thinking about insurance and financial companies, etc), then a typical 9-5, with daily standup and good pay is still pretty common, although most good companies are finally moving from waterfall to a more Agile project management approach. A lot of those positions do allow for flexible time if you need to run to an appointment and allow working remotely even for standups
     
    christsizedshoes likes this.
  18. RyanPm40

    The Torment of Existence Supporter

    Man, sometimes I worry that my company is so behind the times that I just skate by because there are a lot of older people around me who aren't as familiar with new technologies. Sometimes I want a job that's "cooler" and more interesting, but then I worry if I even have a skillset to work in a more modern world. I've always excelled in front-end UI development, but it feels like everyone wants a full stack developer these days.
     
  19. scroopy.noopers

    : (

    anyone here a data analyst or work as something under the umbrella of data science? i'm in a bootcamp right now. 3 weeks in. would love to hear what to expect on the job market and at jobs. i have only ever worked in retail or food industry, so i'm in uncharted territory.
     
  20. zigbigwig

    I Miss Jake W Prestigious

    just recently transitioned to web dev and it’s been pretty good so far with React. i tried RN before but didn’t like it that much.

    still trying to wrap my head around css because the last time i did this was friendster and multiply lol.

    excited for iOS still though. im waiting on SwiftUI to be officially released
     
    Dirty Sanchez and RyanPm40 like this.
  21. Dirty Sanchez

    Prestigious Prestigious

    CBD86DB6-0FEF-40C3-965B-2F20C691A9D2.jpeg


    I think I’m reading the wrong Laravel book.
     
    zigbigwig and RyanPm40 like this.
  22. RyanPm40

    The Torment of Existence Supporter

    Dirty Sanchez likes this.
  23. Dirty Sanchez

    Prestigious Prestigious

    It seems like an okay resource, but yeah haha.
     
  24. zigbigwig

    I Miss Jake W Prestigious

    haha, ios’ swift tutorial references Firefly a lot
     
    Dirty Sanchez likes this.
  25. zigbigwig

    I Miss Jake W Prestigious

    man, learning reactjs without an html/css background can be pretty exhausting, but i’m pretty proud of my progress so far.

    also im not used to how scrolling works. i couldn’t get scrollIntoView() to work correctly so I’m currently relying on its parent using scrollTo but i don’t like it at all lol. i end up discarding the code because it looks so bad.
     
    RyanPm40, Jacob and Dirty Sanchez like this.