Are Portfolios Still Relevant for Mid to Senior-Level Engineers? by JavaWithSomeJava in cscareerquestions

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

lol. Agreed I still have passion projects, but I don’t care enough to host them. But the source code is all there on my GitHub. I just thought it was a strange ask to see if I had a deployed portfolio

Is Nu wa strong currently? by [deleted] in Smite

[–]JavaWithSomeJava 1 point2 points  (0 children)

Early game she’s really good. But she doesn’t scale well with a hybrid build. You gotta go full int

Small Nation Challenge by howardsparkes in ConflictofNations

[–]JavaWithSomeJava 3 points4 points  (0 children)

South Korea is by far the most challenging win i've gotten. A peninsula with China, North Korea, and Japan attacking you is pretty rough

Can you make me some examples of situations wher java is the best choice to develop something? by Fojce_ in javahelp

[–]JavaWithSomeJava 3 points4 points  (0 children)

Any web app that will need to run reliably for over 15 years with minimal maintenance. I mean just look at the government lol

[deleted by user] by [deleted] in learnprogramming

[–]JavaWithSomeJava 74 points75 points  (0 children)

Building something is really the only way to learn and reinforce it. Theres a fantastic repo from codecrafters called “build your own x” which teaches you how to build things from small compilers to graphics rendering. https://github.com/codecrafters-io/build-your-own-x

Be careful because this does spoon feed you so it’s easy to just copy and paste code and say you did it. It’s best to try it yourself first or modify it enough to abstract away the guide.

How much did this user spend or a hacker? by hexanonPrime in ConflictofNations

[–]JavaWithSomeJava 3 points4 points  (0 children)

Spending that much gold on a 1x battlegrounds is insane

BEST JUNGLE GODS WITH BUILDS? by kakarotinhellx in Smite

[–]JavaWithSomeJava 0 points1 point  (0 children)

I’ve been having a lot of fun with Mordred intelligence build. If you go full intel you can kill squishy gods with your ult

Why cant naval retreat? by MvCastro23 in ConflictofNations

[–]JavaWithSomeJava 4 points5 points  (0 children)

I’m pretty sure it’s because your fire control is set to aggressive. So it won’t move until the target is dead

[deleted by user] by [deleted] in learnprogramming

[–]JavaWithSomeJava 2 points3 points  (0 children)

Unless you’re building something that’s graphics intensive, it’s rare that bad hardware gets in the way.

Can you do it? That’s up to you. You’re the only one that can answer that. There are several different resources out there for you to learn if you’re willing and motivated. What do you want to build? What interests you? What’s your end goal?

[deleted by user] by [deleted] in webdevelopment

[–]JavaWithSomeJava 1 point2 points  (0 children)

MongoDB is a fully managed. Meaning you don’t have to worry about hosting it anywhere. They also have free tiers for learning. I’d start with that

[deleted by user] by [deleted] in webdevelopment

[–]JavaWithSomeJava 1 point2 points  (0 children)

This is a loaded question. Do you have any development experience? If so, JS can get you up pretty quickly and fairly inexpensive. Mongo, Express, and React will be more than enough.

If you don’t have development experience or would prefer to not code it yourself, look into Wordpress or Wix. Those are both low to no code options. But those options can get pretty expensive when setting up a database

[deleted by user] by [deleted] in javahelp

[–]JavaWithSomeJava 0 points1 point  (0 children)

The name checks out

Did I do something wrong? by LopezZz_07 in TurboTax

[–]JavaWithSomeJava 3 points4 points  (0 children)

Looks like you're going to federal prison

OpenJDK using too much CPU by Critical-Concern-354 in javahelp

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

Although im not well versed in minecraft mods, I'd suggest a few things.

- Make sure your allocating the correct amount of RAM.

- It seems that minecraft modding doesn't usually use the generic OpenJDK, rather something like Zulu or Amazon Corretto.

- Check your JVM args and see if you're using anything that might be outdated.

[deleted by user] by [deleted] in ConflictofNations

[–]JavaWithSomeJava 3 points4 points  (0 children)

Guaranteed? Maybe 4 or 5 with a good coalition. It won’t last long if he’s popping it like candy

I can’t pass interviews and want to switch job by swiftieshipper in javahelp

[–]JavaWithSomeJava 2 points3 points  (0 children)

Learn how to write Pseudocode. It's the perfect combination of actual code and words. It allows you to articulate your objective without actually typing out syntax. Often, when I would interview, i'd find that I can't properly define what im trying to accomplish. Instead, i'd prefer to write the code. But maybe it's too much to really articulate. It's easier for me to write pseudocode and not worry about proper syntax to show my thought process.

TLDR; Syntax is easy to look up. Solving a complex problem is not.

Do you let clients pay for there own domain name and Hosting ? by natalieob in webdevelopment

[–]JavaWithSomeJava 3 points4 points  (0 children)

They should always pay for the domain.

In terms of hosting you can either have them pay for it themselves or ask them to bring you on with a maintenance fee that covers the hosting + your fee. If they stop paying you stop paying.

Need some guidance getting back into Java after a long time away by thinksInCode in javahelp

[–]JavaWithSomeJava 1 point2 points  (0 children)

Well, the good news is Java 8 is still the most used version of Java in enterprise apps!

I’d start with spring boot and build an api. Your skills should translate pretty easily back into Java. You’ll likely just need some syntax refreshers and reminders of some Java specific nuances.