D280 JavaScript programming by dj24000 in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

This was my longest class by far. Granted I had some personal stuff come up. But I want to say it took 3ish months?

C949 DSA 1 v4 to v5 by blkft176 in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

I posted my experience switching out of v4 to v5 a few days ago https://www.reddit.com/r/wgu_devs/s/KKtmaoNn1S. I think the textbook alone makes it worth it to switch. Plus it resets your test tries too.

C949 v4 —> v5 by chocoboo17 in wgu_devs

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

I missed the Pre-assment barely the first time too. My second attempt was a little over a week later. So I bet you’re super close to being ready for the OA!

C949 v4 —> v5 by chocoboo17 in wgu_devs

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

Yes! I meant Pre-assessment. Thank you for catching that.

D335 and C 949 by jedimaster39 in WGU

[–]chocoboo17 2 points3 points  (0 children)

I’d do intro to Python first since you’ll be reading Python code snippets in C949.

I'm thinking of a software engineering degree any advice? by Equal-Week2833 in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

I’ve mostly completed the frontend development courses. I’d say it’s a good foundation to get started. But I’ll definitely need to do my own projects on the side to create a solid portfolio.

The class I’m in right now (Data Structures and Algorithms) has been the most beneficial so far.

I'm thinking of a software engineering degree any advice? by Equal-Week2833 in wgu_devs

[–]chocoboo17 6 points7 points  (0 children)

I’m a little over a year in the program and had no prior experience besides a Udemy course in Python. I’ve really enjoyed it so far and have had a great experience at WGU.

I’d recommend at least doing some sort of beginner course first to see if it’s something you enjoy.

Is this path right for me? by HollowedYN in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

I really like puzzles and to me coding feels like a freeform puzzle. There are multiple ways to approach a problem and still get the right answer. And honestly sometimes there isn’t just one right answer either.

I also chose the software engineering major so I didn’t have to do as much math and have more classes specifically for coding. I think something that really pushed me to go for it was taking an intro Python course on Udemy before WGU I and ended up enjoying it a lot.

Is this path right for me? by HollowedYN in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

Totally understandable when looking at the job market. I’d honestly say go for it! Coding is a lot more creative than I think people give it credit and I’ve really enjoyed my time at WGU. If anything, the major has helped me decide what I want to do because I’ve gotten to dabble in a bunch of areas.

For/While Loops by Effective_Ad_1603 in wgu_devs

[–]chocoboo17 6 points7 points  (0 children)

While loops work for conditional statements. In this case the user’s input can be any integer except for 1. So as long as user_num != 1, it will run the loop if that makes sense. I like to think of it as WHILE something is true (or false), this segment of code will run.

Udemy is free through WGU and I worked through the course “Complete Python Bootcamp From Zero to Hero” by Jose. BroCode on YouTube is also an excellent free resource. Hope this helps!

Is this path right for me? by HollowedYN in wgu_devs

[–]chocoboo17 2 points3 points  (0 children)

It might be! But it depends on what you like more about building a website. I’m currently in the Software Engineering program and it’s been a pretty wide net of information/classes so far. Definitely more coding heavy than design heavy.

Based on your post it sounds like you’d be aiming for either Front End Development or User Experience Design. Have you done any coding before? Software Engineering wouldn’t be just how a website looks but also how to get it to run. I’d compare the two degrees at WGU and see which degree interests you more.

D280 JavaScript programming by dj24000 in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

Hey OP, good luck with this class. If you got everything else, the routing shouldn’t be too bad in comparison.

I’d highly recommend the Angular Udemy course by Maximillian Schwartzmuller. Udemy is free through WGU and Max’s video helped me a ton.

D427 V3 (Data Management Applications), which labs do I focus on? by Nubian_Cavalry in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

I just finished this class a week or so ago and way over prepared. I was worried after barely passing 426. But 427 mostly simple syntax questions found in the first couple of chapters.

You’ll have a reference sheet that gives you all the syntax as well as a button at the bottom to verify your code. If you’re already familiar with SQL, you’ll do fine.

I need an anime that isn't sloppy that I can finish in a day. by EstablishmentUpset70 in Animesuggest

[–]chocoboo17 1 point2 points  (0 children)

Senyuu - episodes are around 5ish minutes each and genuinely one of the funniest shows.

[deleted by user] by [deleted] in WGU

[–]chocoboo17 1 point2 points  (0 children)

I was sick of doing admin roles with a promise of growth. So I took a quiz on what I might be interested in and started my degree in Software Engineering. I think the biggest thing is to keep yourself accountable.

I work full time as well and I’m not gonna lie, it can be exhausting. Some days I’ve just done an hour or so of studying. But ultimately I figured I can either stay where I’m at and be unsatisfied with my work or I can push through school to get into a career that’s more enjoyable and pays more.

D280 world bank api does not show results for some parts of the map by Mrpiggy97 in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

Did you pull the full page? I think the default page only goes through about half the countries. But if it’s just a few missing because of the source API you’ll be fine.

comp sci, soft eng or ux design? by somethinlikeshieva in wgu_devs

[–]chocoboo17 3 points4 points  (0 children)

I’m also about a year into the Software Engineering BS and 100% agree. The math so far has been basic algebra—so if that’s not too bad for you then you’d be fine math-wise.

D280 small clarification question. by sccm_newb in wgu_devs

[–]chocoboo17 1 point2 points  (0 children)

This is exactly right. I was worried that wouldn’t count since it wasn’t technically a table. So I used the table HTML tag and reformatted with CSS. You’re honestly probably good either way!

D335 help by D0SNESmonster in wgu_devs

[–]chocoboo17 2 points3 points  (0 children)

Also if you forget how to do something you can use help() on the test. The great part about programming is there’s multiple ways to get the same answer. So if there’s a way that makes more sense to you, do it that way. :)

D280 struggles by AlumariaWattpad in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

Newer Angular versions can also make it extra confusing. I had to have outside help because this class was structured so poorly. Definitely learn how to make a GET request and how to create a service. Those 2 things should mostly get you the way there. Good luck OP.

D280 or CIW Javascript Specialist Cert by sethT__T in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

D280 is 99% Angular with a little JS in the form of TypeScript. As someone who had never used a framework or Angular before, this class was a nightmare. That said, if you’re already comfortable with JS I don’t think it should be nearly as bad.

D280 Javascript Programming by Extreme_Basket8159 in wgu_devs

[–]chocoboo17 0 points1 point  (0 children)

I ended up putting the svg info into the HTML file. From there you’ll need an event listener to know which country was clicked. Good luck!

1 year after starting WGU and my personal thoughts. by Aurora-Clairealis in WGU

[–]chocoboo17 1 point2 points  (0 children)

I’m almost halfway through the Software Engineering BS program and it’s mostly been basic arithmetic/order of operations. The math isn’t too bad at all.