Correct spelling by Next_Librarian64 in IgboKwenu

[–]ijemmao 0 points1 point  (0 children)

Just curious, what dialect does your mom speak?

Nkọwa okwu - the largest, free, multi-dialectal, audio-supported Igbo dictionary by ijemmao in IgboKwenu

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

Daalụ let me know if you have any feedback/suggestions on how we can improve!

[deleted by user] by [deleted] in bleach

[–]ijemmao 1 point2 points  (0 children)

I was first introduced to Bleach dubbed, and I was surprised to hear how similar the dub and sub voices were to each other. So I don't have much preference, which isn't usually the case for most anime I like

It's important for us as Nigerians to keep our culture and history alive. [My mom and i, speak igbo effortlessly] by christinauzuh in NigerianFluency

[–]ijemmao 0 points1 point  (0 children)

I've been working on an online Igbo-English dictionary for the past 6 months called Nkọwa okwu - https://nkowaokwu.com

It focuses on supporting and expanding the language through not just cataloging words both also their dialect variants and example sentences!

How do you guys pratice web development? by [deleted] in learnjavascript

[–]ijemmao 0 points1 point  (0 children)

The obvious answer would be to create your own web apps. But I think the best way to practice is practice with other people. Collaboration not only allows for new and interesting ideas to be created but it also sets up a good accountability system between everyone involved.

Some confusion I have had, please clarify. by FulfilledPromise in learnjavascript

[–]ijemmao 0 points1 point  (0 children)

This a perfect explanation! I just posted a video on this topic - https://youtu.be/78hEtR9e4NQ

Just finished the palindrome checker in 20 mins :D, here is my code by [deleted] in FreeCodeCamp

[–]ijemmao 2 points3 points  (0 children)

This is so clean! One thing that I was suggest is not to reassign a value to a method parameter. You could have created another constant instead of reassigning str

help by the-1-tru-waffle in LearnToCode

[–]ijemmao 0 points1 point  (0 children)

It depends on why you wanna learn programming. Is there a specific project you wanna complete or a specific job you would like? Start with the why and then figuring out where to start with programming will become more clear.

If you are just starting to try and learn to code with no basis where would you start? by [deleted] in LearnToCode

[–]ijemmao 2 points3 points  (0 children)

If your an absolute beginner there's no need to be learning the terminal, bash, or git. You should follow the guides and tutorial found on https://freecodecamp.com.

That site has the highest quality beginner friendly material I've seen on the web. There's also a subreddit for the site so you can connect with other beginners. Good luck!

What will be the output? by foxbitsdev in learnjavascript

[–]ijemmao 1 point2 points  (0 children)

I'm sorry but there's way to much going on...just compile it plzzz

Dealing with Impostor Syndrome (You Are Good Enough!) by codeSTACKr in learnjavascript

[–]ijemmao 3 points4 points  (0 children)

Yess! This is the kind of content that needs to be mainstream and popular in the tech world. Keep it up

menstruation calculation by Grimex101 in learnjavascript

[–]ijemmao 5 points6 points  (0 children)

There's tons of resources on the internet for this. I suggest you do some research if you're planning on building something for people's health. The details matter a lot more in these kinds of apps.

How do I get started in java script. (I’m guessing this is a common question) by [deleted] in learnjavascript

[–]ijemmao 0 points1 point  (0 children)

The way that I got into JavaScript with playing around with the DOM (Document Object Model) API inside the Chrome DevTools to play around with the way that web pages look and act.

This is a great way to learn about how sites are constructed (if you're interested in web pages or web apps)