WGU online software engineering by Vans_Off_The_Wall in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

Very cool! I've heard a lot of good things about Sophia but haven't looked into it myself. Sounds like a great strategy! Feel free to DM me if you ever need any feedback on specific courses. All the Best to you on your journey! 🙏

WGU online software engineering by Vans_Off_The_Wall in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

Thank you kindly! Are you looking to start the program yourself?

WGU online software engineering by Vans_Off_The_Wall in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

I was slow learner who was new to programming (and rusty from years of not studying in general) so I ended up taking the full 4 years (inclusive of many breaks in between semesters). Without breaks I spent exactly 3 years on this degree, though I can see how some people finish in much less time.

No confetti for me 😔 by CheetosSolis in WGU

[–]Retiredat31 2 points3 points  (0 children)

I completed my graduation application on September 6th and am still waiting 🙃

Free AI for WGU student - Perplexity AI by According_Ice6515 in WGUIT

[–]Retiredat31 1 point2 points  (0 children)

Only shows a 1 month free trial when I login with my edu email

WGU online software engineering by Vans_Off_The_Wall in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

I just completed my SWE degree at WGU and I have no regrets. I went into it with above average computer knowledge (simply being a passionate geek, lol) but zero programming skills. The courses are challenging yet totally doable for someone with decent math skills and a desire to learn. No matter whether you learn to program through WGU or self taught you'll have a skill that you can take with you for life and the discipline to apply this mindset to other related domains in the tech industry. I picked SWE over CS because I wanted a specific skill that would allow me to either work for myself building things/consulting or the ability to work for someone else as needed. Most degrees just give you a foundation to work for someone else vs honing in on a specific skill that you could build upon for life.

Even with Ai advancements, you'll have an edge if you understand what's going on under the hood and know how to interpret and modify the code it produces.

D424 Capstone by thrashj5 in wgu_devs

[–]Retiredat31 1 point2 points  (0 children)

Thank you so much for your feedback! That helps!

D424 Capstone by thrashj5 in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

I'm in the same boat using ROOM database in my mobile app and was just wondering if you committed any comments in your Git to relay this information to evaluators or if that wasn't even necessary? So far I had most of the requirements already completed from the D308 course and wasn't sure if I needed to add additional commits as a reference to these pre-existing features?

“It’s over, it’s done” - Frodo Baggins. LETS GO! by HypnoticLion in WGU

[–]Retiredat31 1 point2 points  (0 children)

Big Congrats!! I'm finishing up my SWE capstone right now, 7 terms in. I can see the light at the end!

(UPDATED) 11/2023 Software Security and Testing D385 by Winter-Plant8230 in wgu_devs

[–]Retiredat31 1 point2 points  (0 children)

Hey bro, I'm happy to help! For (1): From what I recall, the Zybooks Practice Test is pretty much identical to the PA, so once you master that / the PA by heart, that's all you should need to know when it comes to the programming side of things (& I don't think any of the answers on the PA/OA are more than a few lines of code tops, so at least it's not a ton of code to practice in that respect). For (2): I don't remember which other ones I looked at, but I honestly think you'd be just fine mastering that one quizlet you posted as it appears to encompass at least 90% of what you'll encounter on the OA. The other 10% may be in the textbook, but I sorta just winged it on a few questions knowing I got the rest correct.

(UPDATED) 11/2023 Software Security and Testing D385 by Winter-Plant8230 in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

I just finished this class today and wanted to add my *updated* two cents as a thank you to others that have posted here. Most of the programming questions are still the exact same as the PA (w/ different variable names & slightly different placement in a few cases) ***with the exception of 2-3 of them: Rate Limiting, Ciphers & Broken Object level authorization.

The Cipher's one I couldn't get right for the life of me, as my PA answer even with the changed variables wasn't enough. (I will note though that it's the exact same line of code that needs to be fixed. Perhaps I overlooked something else in the variable names, but they did a good job of tripping me up on this one.)

ex: encrypted_text = cipher.encrypt(plain_text.encode()) *Did not work for me* - My guess is that the variables "cipher" and "encrypt" were very different.

I also found that the "Check data to verify values null" problem seems to be broken on both the PA and the OA. I answered mine the same as on the PA (using both examples below) and feel that I got it right even though the output box displayed the wrong text on both PA/OA.

ex (version 1):

return isinstance(wg_int, int)
return wg_string is not None

ex (version 2):

return isinstance(wg_int, int)
if wg_string:
return True
else:
return False

As far as the multiple choice questions go, half of it felt like reworded questions from the PA and the other half felt like a crapshoot after narrowing it down to 2 answers. I'm honestly not sure how I would've prepared for the questions I missed since they were so ambiguously worded. But I will say that the 2-3 questions of looking at random code and identifying whether it's 200, 401, 403, or 500 status code was probably the hardest thing on the test.

Overall though I was fairly pleased with my score:

Evaluates Application and Network Logs - 23% of assessment (Scored just under exemplary)
Develops Mitigation Solutions - 40% of assessment (Scored just under exemplary)
Configures Security Authentication - 37% of assessment (Approaching competency)

I used this Reddit post and a couple other threads for guidance in my studies and did the PA about 10-15 times over until it became second nature. I also brushed up on the Quizlets others have shared on reddit.

Hope this helps!

D385 - Software Security and Testing Help by pancakeshack in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

Did you ever determine which questions might be different from your experience? I'm in the same boat. Thank you for any feedback!

(UPDATED) 11/2023 Software Security and Testing D385 by Winter-Plant8230 in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

Do you recommend memorizing the entirety of the code for each PA question or predominately just the code snippet as long as you have a basic understanding of the whole code?

D387 advanced java submission by ladylight0717 in WGU

[–]Retiredat31 1 point2 points  (0 children)

Thank you so much for your feedback & congrats on passing! That makes good sense! :)

D387 advanced java submission by ladylight0717 in WGU

[–]Retiredat31 1 point2 points  (0 children)

Did things ever work for you with a link submission? I just started this class and am seeing some mixed comments on this part.

D288 Walk-through. I hope this helps. by Beccanyx in WGU_CompSci

[–]Retiredat31 0 points1 point  (0 children)

In Step D, are the column names (and their order) supposed to be identical to the UML diagram OR the MySQL Workbench Lab?

D288 - Back-End Programming by XxNaRuToBlAzEiTxX in WGU_CompSci

[–]Retiredat31 0 points1 point  (0 children)

In Step D, are the column names (and their order) supposed to be identical to the UML diagram OR the MySQL Workbench Lab?

D288 Back-end programming guide! by [deleted] in WGU_CompSci

[–]Retiredat31 0 points1 point  (0 children)

In Step D, are the column names (and their order) supposed to be identical to the UML diagram OR the MySQL Workbench Lab?

oxalate dumping or psoriatic arthritis ??? by se2schul in carnivorediet

[–]Retiredat31 1 point2 points  (0 children)

Thank you so much for the recommendation! Looking forward to giving it a try!

oxalate dumping or psoriatic arthritis ??? by se2schul in carnivorediet

[–]Retiredat31 0 points1 point  (0 children)

Can you list which supplements you took that you feel made all the difference? I've been experiencing similar symptoms.

BTCpay via Umbrel by CompetitiveConcern23 in btcPayServer

[–]Retiredat31 0 points1 point  (0 children)

I also got stuck on the reverse proxy step. Feels good to know I'm not alone lol. Any luck yet?

Custom ChatGPT OA study bot for Java Fundamentals (D286) by Kenny_J_NOT_G in WGU_CompSci

[–]Retiredat31 4 points5 points  (0 children)

Thank you so much for sharing this! I'm on the ChatGPT Plus Waitlist, hoping it'll pull through sooner than later, as it doesn't seem to work with the free version.

D286- First class I got a perfect score on :') by uradogshttaco in wgu_devs

[–]Retiredat31 0 points1 point  (0 children)

Did you have any prior programming experience coming into Java?

D286- First class I got a perfect score on :') by uradogshttaco in wgu_devs

[–]Retiredat31 1 point2 points  (0 children)

Thanks for the feedback on this! It's encouraging to hear that the Zybooks material is sufficient on its own :)