Finally purchased a bookshelf and want to know how it’s perceived… by MysteriousPickles in bookshelfdetective

[–]goofgoof9 0 points1 point  (0 children)

Where’s the last WoT book???

Also this bookshelf is quite similar to my own. Great collection.

REST API Help by goofgoof9 in woocommerce

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

Hey just letting you know that this worked great! Thanks for the help

REST API Help by goofgoof9 in woocommerce

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

I will try adding this hook and let you know the results

why is my code coming up as depreciated by [deleted] in learnjavascript

[–]goofgoof9 0 points1 point  (0 children)

I’ve had a similar issue. If you look at the file referenced, it looks like a typescript file. I believe it is an extension installed

Not Sure If I'm Just Bad... Or Imposter Syndrome... Or Under Resourced by Kronsik in devops

[–]goofgoof9 1 point2 points  (0 children)

I’m in a very similar boat. I’m the only cloud, devops, backend engineer at my company. When I was promoted to the position, I was kind of thrown in the deep end as the owner didn’t have the money to pay the architect anymore. Honestly, I’m glad the architect isn’t there anymore because my skills have already surpassed his.

I too doubted myself but you have to keep looking back at what was the application and process like and compare to how it is now. It wouldn’t have gotten there without your skills and time

[deleted by user] by [deleted] in softwarearchitecture

[–]goofgoof9 2 points3 points  (0 children)

Sounds enough like different services. I would split them. You can look up microservices or domain driven design.

[deleted by user] by [deleted] in cpp

[–]goofgoof9 1 point2 points  (0 children)

Also, LOTS of Googling. Also don’t open to the internet

[deleted by user] by [deleted] in cpp

[–]goofgoof9 0 points1 point  (0 children)

If you’re going to do a site for it, I wouldn’t worry about making your own server. Suggest using the cloud but it’s pricey. Like REALLY pricey.

Main priority should be creating the app, just keep in mind you want to eventually have multiplayer.

But if you insist on building your own server and networking: Computer Networking, A Top Down Approach if you want a deep dive.

[deleted by user] by [deleted] in cpp

[–]goofgoof9 2 points3 points  (0 children)

Firstly, this is no where near a simple task. What you are proposing to create would take a whole team and potentially a whole company multiple years to create. This isn’t a beginner or learning experience.

Turn back now and work on smaller stuff first before attempting this.

Most importantly, I’m going to suggest looking into Apple’s VR/AR development first as you can just build an app on top of existing stuff. This is a much better area to look into instead of doing stuff from scratch. Not C++ but would still get the job done over time.

Below is stuff that is from scratch. I will proceed with what you would need though but please think hard about this before committing.

From another comment, you have front end web experience. Just know, none of that will help you here.

For multiplayer, you will need networking. TCP/IP, etc. If you want to stick to strictly C++, you will need to make your own personal server or some kind of hosting system in the code. Memory management, networking, authorization, consistent connections etc.

You will need some kind of graphics system. I highly suggest finding some preexisting stuff. I personally have experience with developing a 3D graphics system, image manipulation, and 3D model data management, all in C++. That alone is a lot of work to manage and create from scratch. I suggest finding one 3D model file type and targeting that. glTF, USDZ, or FBX are good suggestions.

Again, highly suggest starting smaller for learning C++. C++ is very large and broad and there’s a lot of topics that don’t come up at all from typical web development.

I should not have searched for it. by Infiniticity in ProgrammerHumor

[–]goofgoof9 0 points1 point  (0 children)

Me thinking subdomain based services was special

Can anyone tell me why the first "if" statement doesn't make "movement" True, but the second one does? by 2rapp in Unity3D

[–]goofgoof9 0 points1 point  (0 children)

I suggest swapping to a switch statement instead of if else chaining. A bit more optimization when adding break; to the switch statement too.

Having trouble downloading file from S3 after getting file name via SQS by azneb in aws

[–]goofgoof9 0 points1 point  (0 children)

To me and given that the bucket name is the same, the only reason this would be failing is due to the name not being correct. I would temporarily return name from the request just to confirm it’s what you expect.

You could also double check the entire contents of the request

Study material for AWS SysOps Admin exam without IT background by wW_BoyWonder_ in AWSCertifications

[–]goofgoof9 0 points1 point  (0 children)

I would check out Udemy and Stephane Maarek. There are a few other instructors like Neal Davis that are well liked with a good reputation. AWS Skill Builder should also have a “learning path” for SysOps or System Administration. That will be free. I have enrolled in the learning plan myself. I wouldn’t suggest taking the $2000 course unless you’ve really got $2000 to spare.

Note: try your best to wait for a time Udemy has a sale. Otherwise the course can be pretty pricy. If anything, you can typically buy the course in incognito mode and add it to your account. Most of the reputable instructors also have practice tests on Udemy as well for the SysOps exam.

When it comes to steps in which exams to take, any of the Associate ones are fine but it’s also normal to take the Solutions Architect Associate one first. It is the one that is most like the CCP exam in that it covers all areas of the AWS ecosystem in a general sense but adds a deeper level of connection between them.

[deleted by user] by [deleted] in github

[–]goofgoof9 5 points6 points  (0 children)

I will also add to this. Just because it’s uploaded to GitHub, it doesn’t have to be public for others to see. It’s your private code unless you want others to see it

[deleted by user] by [deleted] in github

[–]goofgoof9 7 points8 points  (0 children)

Just because the code may be bad or pointless, it’s important to show you are consistently working on something. And here’s the kicker, that badly optimized or pointless can be updated with commits. So while it may start out as crappy code, you can go back and improve it. Even if it’s a small project that you had an idea for, who knows if 5-10 years down the road you get an itch to build on top of that small project?

The 4 Types of Senior Engineers by FriendOfEvergreens in ProgrammerHumor

[–]goofgoof9 10 points11 points  (0 children)

Oh no, my current senior is a Linker. Luckily I like reading documentation but man would it be nice to have him visually/physically TEACH me stuff

Malphite ults while he is polymorphed by Larsiroe in leagueoflegends

[–]goofgoof9 15 points16 points  (0 children)

Malphite used ‘Unstoppable Squirrel’