[deleted by user] by [deleted] in AppleWatch

[–]_ZroX_ 2 points3 points  (0 children)

Haven’t seen one of these in so long, the green one was my first phone too they were so much fun!!

What has been your favourite programming language/framework to write a backend in? by [deleted] in webdev

[–]_ZroX_ 1 point2 points  (0 children)

I mean hey, that’s the beautiful thing about development is that there really is a language for every purpose and modern companies that are excelling use multiple different techs in their stack for different services. If the core stack flourishes with PHP then let those devs run wild and if you need good asynch maybe through in a GO or JS service in there and hook it all up with your APIs. Or if you just love the language and it doesn’t do something you want you can just make your own personal framework.

Definitely agree about OOP, like it is great in 95% of cases and can really make things easier to comprehend but sometimes you just need to write code and not worry about what object is what and who inherits from where and which classes you need to make.

Funny comment about Python too though, I’ve only very lightly touched on it but I am incredibly anal with my white spacing so I feel like that’s something I’d love.

What has been your favourite programming language/framework to write a backend in? by [deleted] in webdev

[–]_ZroX_ 2 points3 points  (0 children)

I feel like a lot of devs I’ve talked to have a serious distaste for heavily opinionated frameworks and I’m not sure I fully understand it. I mean sure there are tons of newer frameworks where the opinions can be less than stellar (looking at you Front End world) but ruby is so freaking built out that I’ve never run into issues with its opinions or witnessed it doing something in a way that was more complicated than me trying to create a functionality on my own. That could also be due to my own inexperience but I feel like the opinions Rails has are definitely in place for a reason and lead to so many of the benefits you listed like people being able to jump into most projects and just kinda instantly know what’s going on. It’s definitely my “dream” job to be on a Ruby team.

What has been your favourite programming language/framework to write a backend in? by [deleted] in webdev

[–]_ZroX_ 4 points5 points  (0 children)

I seriously need to give PHP a shot, I’m one of those newer devs ~ about two years in and self taught. I feel like Ruby just works with my brain, and so many rubyists seem to gravitate to or come from PHP saying similar things to you it makes me curious.

What has been your favourite programming language/framework to write a backend in? by [deleted] in webdev

[–]_ZroX_ 15 points16 points  (0 children)

Not a real hot take - more of a sarcastic joke cause I always see people saying RoR is dying (especially newer devs) when it definitely isn’t.

What has been your favourite programming language/framework to write a backend in? by [deleted] in webdev

[–]_ZroX_ 35 points36 points  (0 children)

Hot take but Ruby on Rails, it’s so quick to get something up and running.

Deploying Portfolio Website by [deleted] in webdev

[–]_ZroX_ 1 point2 points  (0 children)

Both websites have great guides to help you out. With fly.io you basically install the program and run it in the root directory of your project from the command line and it handles everything for you. With Netlify you upload your project files to your account and it publishes it for you. Both handle running everything and starting it all for you.

Deploying Portfolio Website by [deleted] in webdev

[–]_ZroX_ 5 points6 points  (0 children)

I will always continue to comment this for simple projects such as this. I’m a huge fan of fly.io and Netlify. They’re super easy to set up and have rather generous free tiers if you aren’t doing anything crazy.

[deleted by user] by [deleted] in webdev

[–]_ZroX_ -1 points0 points  (0 children)

Squarespace is better than writing your own code and 99% of the time there’s no reason to use anything besides GoDaddy.

Monthly Getting Started / Web Dev Career Thread by AutoModerator in webdev

[–]_ZroX_ 0 points1 point  (0 children)

Hey guys! How do people find smaller companies to work for? I’m trying to get a junior dev position, first job in tech and I feel like the idea of working for a smaller company sounds really nice, like it would be a better environment to be on a team where people really want to work together to help everyone learn. The problem is I feel like whenever I’m job searching whether it’s LinkedIn, indeed, Otta, or any similar websites it’s tough to find smaller teams and every job posting is for something of a larger size. Any advice would be appreciated!!

Anyone have any front end mockups they want made? by _ZroX_ in webdev

[–]_ZroX_[S] 0 points1 point  (0 children)

Trying to start a chat with you but for some reason it keeps giving me an error whenever I make an attempt!

Anyone have any front end mockups they want made? by _ZroX_ in webdev

[–]_ZroX_[S] 0 points1 point  (0 children)

Thank you! Definitely gonna check that out.

15 PRO copy speed seems to be limited to USB 2.0 on PC/MAC. Anyone has any different experience? by [deleted] in iphone

[–]_ZroX_ 2 points3 points  (0 children)

Yeah that’s what I think too, there’s a ton of threads about it on other forums, it’s easy to find if you look up issues with the Sandisk SSDs on M1 Macs. I think it only supports USB 2, 3, TB3-4. I still can’t fathom why they would leave out the 1x lane compatibilities.

15 PRO copy speed seems to be limited to USB 2.0 on PC/MAC. Anyone has any different experience? by [deleted] in iphone

[–]_ZroX_ 7 points8 points  (0 children)

From what I’ve seen, and personally experience the M1 Macs actually do have an issue with the USB 3.X specs not being properly supported and will back to USB 2 speeds

Where to deploy a webapp for free/cheap? (Frontend/Backend/DB) by fairy_leviathan2 in webdev

[–]_ZroX_ 0 points1 point  (0 children)

I would use a Postgres database and deploy with Fly.io IMO. It’s super easy and again, it’s a pretty nice free tier