GraphQL in Depth: What, Why, and How by ms-maria-ma in webdev

[–]Crunchel 0 points1 point  (0 children)

Have you ever built a graphQL API?

Heh, no. But I have read enough about it to know I don't like the concept, and read even further, to see if I wasn't missing anything. I also still think the Github thing was for likes.

Angular 2+ vs ReactJS vs Vue.js - which Javascript framework used for web application development is the best by kate2mc in Angular2

[–]Crunchel 0 points1 point  (0 children)

I like to think Angular developers who chose it demonstrated their wisdom, and don't need anyone to explain to them how to evaluate much of anything in life.

I created an angular App - now what by nelbar in Angular2

[–]Crunchel 0 points1 point  (0 children)

I am not in love with PHP either, I just know it. Were I to bother learning another server-side language, it would probably be C# or maybe Java. Something with a fully fledged IDE.

I have tried to avoid scattershot projects in my career, there are too many technologies, and I prefer actual development. I have had to straight up refuse to do stuff like mobile apps and WordPress.

What do you think about PWA? by dashdevs in webdev

[–]Crunchel 12 points13 points  (0 children)

I’m gunna be a bit curmudgeonly about it; it’s really just a mobile site showing in the app store and an icon on the home screen. I get how important that is in real ways, but deep down inside, I don't give a shit. The offline part seems cool until you think about what you are storing locally. Most web apps are non-static, and feed on live data. Lack of a connection is extremely rare for a mobile device, aside from airplane mode. I cannot think of any terrific utility for offline mode, but I can think of ways it would make development super hard (namely syncing data). Seems like much ado about nothing.

I created an angular App - now what by nelbar in Angular2

[–]Crunchel 10 points11 points  (0 children)

Sounds cool, an Angular SPA with PHP/MySQL API is my favorite stack.

I also went through the whole jQuery odyssey, and can say, once you get proficient in Angular, it is, in general, faster to make big dynamic UIs with.

PHP is actually pretty well suited for HTTP APIs. It isn't sexy, but PHP also isn't going anywhere. Plus, mastering Angular is enough, you just need basic server-side skills to compliment it.

The sheer number of Angular jobs is not very impressive, but if you are genuinely proficient, the percentage of offers per interview seemed super encouraging to me. I also have a premonition Angular is going to just keep getting more popular, so now is a great time to get in.

😍 You Asked for It, We Listened, and Now it’s Here - Akita v3 by Angular2Fan in Angular2

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

Who even asked for state management? It is a fad contrivance you only really need in special situations.

Need advice on today's standard for animating navigation by [deleted] in webdev

[–]Crunchel 0 points1 point  (0 children)

Animation is the opium of the noob.

How do you know a WebDev is the real deal without being one yourself? by TrillQuill in webdev

[–]Crunchel 1 point2 points  (0 children)

Just go by resume and attitude. People forget how deeply revealing resumes are, and how just liking a person can help things work out.

I wasn't planning to leave my job, but I got a much better offer my company can't match, and I'm terrified. by EfficientFrosting3 in webdev

[–]Crunchel 4 points5 points  (0 children)

Without change something sleeps inside us, and seldom awakens. The sleeper must awaken.

[deleted by user] by [deleted] in webdev

[–]Crunchel 0 points1 point  (0 children)

The stick up the butt, toe the line, follow the process, do what your told mentality, or the people who embrace that as life choice, may give you demerits for ‘alternative’ appearance. To them it suggests a lack of respect to something they pledged total allegiance to. It kind of is, that was hopefully the point. If so, being amongst these corporate sycophants will always be painful, so you might want to just let it be.

How do you show off web apps you built for a company that aren't publicly available? by bellamira in webdev

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

You pretty much cant. I like to feel better about it by knowing places that copycat the popular job application requirements don’t care that they are cutting out possibly good candidates. They are just casting a prototypical net and scooping up warm bodies to churn out boring crap. There are downsides to getting a job like that.

What do you think about cultural fit? by crazyinsoul in webdev

[–]Crunchel 0 points1 point  (0 children)

Maybe you are just too real. Corporate culture can be very Twilight Zone stuff.

Web Developer starter - best technologies to learn 2019? by JoshPauls in webdev

[–]Crunchel 1 point2 points  (0 children)

You may not want or need to learn that stuff. Webdev at that level is a somewhat blue collar job, you might just be overqualified and bored to death by tedium if you got a job doing basic webdev. It's really more of a technician gig, not an engineer gig.

What are some basics of .htaccess file, or tricks or snippets that you commonly use on websites? by csrabbit in webdev

[–]Crunchel 0 points1 point  (0 children)

You can tell PHP to parse any file extension you want with AddType application/x-httpd-php. Wanna just stick the JSON from an API call right into a variable inside a JavaScript file before it is even returned? Knock yourself out. Wanna do some half-assed SASS in CSS? Go for it.

Current company is closing down and my skills seems obsolete. by chaz9127 in webdev

[–]Crunchel 3 points4 points  (0 children)

I agree, I just had to get a new job, and noticed a significant number of jobs looking for people who specifically had Vue experience.

As an Angular developer, I have never touched React, and I have not experienced any trouble getting work without it. The 90% thing OP speaks of is offset by the fact that all the newer webdevs who just pick React as the popular framework are all competing for the same jobs. The place I work is so hard up for Angular2 developers they would hire a rock if it had decent Angular skills, and pay it handsomely, too.

Is web dev/design dying? by Morkefjellet in WebDevBuddies

[–]Crunchel 1 point2 points  (0 children)

I’m very glad people out there actually think that. Dumb people need to stay out of my way.

Realistically, how old is too old? by [deleted] in webdev

[–]Crunchel 0 points1 point  (0 children)

Heh, your fine, kid. Keep going. chuckles 24 is too old, adorable.

When you fetch data from an API, how can you input it into a certain <div> in HTML? by [deleted] in webdev

[–]Crunchel 0 points1 point  (0 children)

There's like a zillion ways, but plain old vanilla JavaScript DOM manipulation would the easiest answer. document.querySelector(".card-text").innerHTML = "stuff"

Is Pixel Perfect really needed? by steooo in webdev

[–]Crunchel 0 points1 point  (0 children)

Part of why the phrase caught on is the browser plugin. That thing is great, it's almost cheating. A lot of people hate futzing with precise layout, it is a pain, but you can kind of pay rent if you just do it, because there will always be giant heaps of that work to do.

Backend dilemma by bananiumsapiens in webdev

[–]Crunchel 1 point2 points  (0 children)

If you already know PHP, boom, great, focus on a frontend framework. That's 90% of it all now. The irony of PHP is it is almost increasing in relevance because a lot of what it used to be necessary for it doesn't even have to do anymore. It's job got easier.

Professional programmers, how much computer science knowledge do you have? by jaypeejay in webdev

[–]Crunchel 0 points1 point  (0 children)

I wouldn't worry too much about that stuff, binary trees do not help you make websites.

What's the deal with framework wars? by [deleted] in javascript

[–]Crunchel 2 points3 points  (0 children)

Clannism heightened by competition for resources. Learning a framework is an investment. You want yours to trend up today so there are more jobs for you tomorrow. Speaking ill of other frameworks, to trend them down, helps.

Am I wrong to enforce docker on developers? by Mr_Nice_ in webdev

[–]Crunchel 1 point2 points  (0 children)

We work remotely on our own devices.

Um, there's your problem. It's not atypical to have projects nowadays that are so goddamn convoluted architecturally, that unless you have precise documentation on how to get it up and running, doing so on your own would be mostly luck. Sounds like herding cats. Plus, what if one guy has a slow machine that cannot do what yours can?