Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,615 members, 7,813,021 topics. Date: Tuesday, 30 April 2024 at 04:26 AM

My Job Hunting Experiences As A Junior Developer So Far - Programming (16) - Nairaland

Nairaland Forum / Science/Technology / Programming / My Job Hunting Experiences As A Junior Developer So Far (47719 Views)

Remote Work: Your Experiences As A Remote Worker / 5 Projects A Junior Developer Should Have In Their Portfolio To Get Hired Fast / Junior Developer Internship So Hard To Find (2) (3) (4)

(1) (2) (3) ... (13) (14) (15) (16) (17) (Reply) (Go Down)

Re: My Job Hunting Experiences As A Junior Developer So Far by Nobody: 3:51pm On Dec 22, 2022
TheManOfTheYear:
What I did was, I listed those two internships I did in 2020 on my resume. I listed them as though they were full time roles. Under each role, I gave about 3 bullet points of the 'milestones' I did while on the job.

A bit of an exaggeration I must confess but still related to what I did. Stated the technologies I used. For instance; "I worked on different websites and helped add chat functionalities to them, using react and Chatwoot" etc

Now I have two previous roles. They are experiences. Whether college internship, or gig or whatever, they are all experiences. List am.

Afterward, I added my technical writing experiences I had with about 3 blog sites (which were startups too).

That gig were I had to build something and write an article on it using their SDK, I listed it and documented it well in 3 bullet points.
You just have to sell yourself well.

Please don't lie on your resume o, I simply mean you should sell yourself well with the little experiences you've gathered. Whether it's an internship or a gig or whatever. You get d point abi?

Somewhere in your resume, you could write a short intro of yourself in one simple paragraph. I was like "I have 2 years experience learning web development, interning and working with various startups" bla bla

I have a portfolio website, but no one has ever explicitly asked me for it. Details on my job search experiences henceforth.
. What if you don't have any internship experience of any kind
Re: My Job Hunting Experiences As A Junior Developer So Far by Nobody: 3:57pm On Dec 22, 2022
TheManOfTheYear:
I'd talk about the Nigerian start-up later.
But this European startup is where I really want to be honest. The job perks included
- training the junior developer
- assigning a mentor throughout your time with the company
- a chance to grow into a mid-level developer and even senior. Depending on how long you stay
- a laptop upgrade grin

What more can I ask for?

But the recruitment process was a two step one. First, they gave me a take-home test (which I'm still on now). The test was given alongside the UI design for it.
Omo. It tests every nook and cranny of your react skills.
From redux to Apollo to fetch data from their endpoint.
I am not allowed to use any library or any framework.
Just pure CSS, and React.

Even hooks because they stated it's must be Class Components cry

Meaning I had to put myself through a brief learning curve, to learn about class components and even classes in JS.

They said the test has NO deadline, but deep down I gave myself one month to finish it.
All these oyinbo people, they go say no deadline but be careful. It doesn't mean you shouldn't time yourself grin


Hello, can I get a sample of the CV you wrote pls
Re: My Job Hunting Experiences As A Junior Developer So Far by Tattooboy: 4:04pm On Dec 22, 2022
Talph:
I have read through the the entire thread, must commend the OP for a good job, you're pretty engaging with your writing skill, I wouldn't be surprised to know your coding skill is as equally impeccable.

To those just starting out to code and are stuck on JavaScript, you don't know JavaScript until you feel like you're a dumb Idi*t or she'd tears at how nuts the language is driving you. You should be rest assured though that one day, you'd wake up and everything would begin to make sense (this is how it happened to).

Don't rush the understanding of JavaScript, let it come to you, no amount of time you set out to learn JavaScript will ever be enough, trust me. I have been writing and learning for 4 years and I can tell you, I still Google basics things. Furthermore, I just picked up React 3 weeks ago and it feels like a home run learning that library mainly due to my well grounded knowledge of JavaScript, don't rush these skills, learn them with utmost desire to acquiring the knowledge.
Would you recommend I learn React before JS?
Re: My Job Hunting Experiences As A Junior Developer So Far by Nobody: 6:16pm On Dec 22, 2022
TheManOfTheYear:

My interview was great. I'd rate it 8/10.

I was already in the meeting room online about 5 minutes to the start of time. The first question was the usual "tell us about yourself and your background".

I gave a brief narration about my work experience so far, (didn't let them know they were internships), also talked about some of my technical writing experience.

At this stage, I quickly chipped in on some of the open source works I've done. The CTO guy immediately developed keen interest when I mentioned open source.
I've actually been doing some beginner friendly open source contributions on GitHub. Both in code and in technical writing. The guy seemed to love that fact.
I made sure I use that moment to shine.

He asked me to show some of my open source contributions on GitHub, which I did.

Now, after about 30 minutes of chit chats, it was time for some technical rounds.
Unexpectedly, it was my projects on GitHub they decided to use to fire me questions.

They went through the different code on my GitHub and ask me questions. For instance, the guy would enter a file and see a block of code somewhere, he would ask me to explain what the code was doing, why I used that approach rather than another approach (which he would mention).

Omo me wey don forget why I write some code sef grin
However, I would do my best to explain to the best of my memory and knowledge.

I made sure the interview was as communicative as possible. I expressed myself a lot.

So after one hour, they finally relaxed me.
Now it was time for me to ask them questions. So I decided to ask about their product. What their product really do and what the aim was in the near future.

So yeah, interview process differs, the main thing is to give them a reason to employ you.

But as for DSA, well, that's different lol.
Not all companies use DSA, that must have been a very high paying job role.

They gave me a specific time they'd get back to me, so fingers crossed. grin
@TheManOfTheYear

How can I contribute to open source on GitHub??

1 Like

Re: My Job Hunting Experiences As A Junior Developer So Far by Harnytee27(m): 2:41am On Dec 23, 2022
Princevirus:


I will add you now

Add me please 08180105068
Re: My Job Hunting Experiences As A Junior Developer So Far by gsparks01(m): 6:08pm On Dec 23, 2022
Tattooboy:
Would you recommend I learn React before JS?
absolutely not. React is based on JavaScript. Even if you're taking a good React course, you'll most likely see a refresher section on JavaScript. Refresher because it is expected that you know JavaScript.

3 Likes

Re: My Job Hunting Experiences As A Junior Developer So Far by Tattooboy: 6:20pm On Dec 23, 2022
gsparks01:
absolutely not. React is based on JavaScript. Even if you're taking a good React course, you'll most likely see a refresher section on JavaScript. Refresher because it is expected that you know JavaScript.
thanks
Re: My Job Hunting Experiences As A Junior Developer So Far by Talph: 8:27am On Dec 24, 2022
I will not encourage you learn React before you learn JavaScript. JavaScript is like the prerequisite to React, JS will introduce you to the basics you need to learn before you right React codes.
Best of luck
Tattooboy:
Would you recommend I learn React before JS?

3 Likes

Re: My Job Hunting Experiences As A Junior Developer So Far by Bossman(m): 3:04pm On Dec 24, 2022
I agree with the above poster. Learn core Javascript first before delving into any Javascript framework/Library. Gives you a better insight into how things work, and you are better able to diagnose problems. Same thing with Spring/Springboot. It's better to have a good understanding of the core Spring framework before delving into SpringBoot.

3 Likes

Re: My Job Hunting Experiences As A Junior Developer So Far by Tattooboy: 5:46pm On Dec 27, 2022
Talph:
I will not encourage you learn React before you learn JavaScript. JavaScript is like the prerequisite to React, JS will introduce you to the basics you need to learn before you right React codes.
Best of luck
Please I just started learning Javascript. How do I test the console?
Re: My Job Hunting Experiences As A Junior Developer So Far by kennethfranc(m): 9:31pm On Dec 27, 2022
Tattooboy:
Please I just started learning Javascript. How do I test the console?
YouTube will give you a perfect and practical example.

1 Like

Re: My Job Hunting Experiences As A Junior Developer So Far by DissTroy(m): 9:29am On Dec 29, 2022
kennethfranc:

YouTube will give you a perfect and practical example.

Actually, Sololearn (on web / mobile) would help him with JavaScript as there are exercises for each lesson.
Next is W3Schools. Best learning platform with great UI unlike Freecodecamp.
And W3Schools courses are ALWAYS updated. That's the only e-course platform with a standard Bootstrap 5 course even; others stop at 4, for example.
Re: My Job Hunting Experiences As A Junior Developer So Far by kennethfranc(m): 9:39am On Dec 29, 2022
DissTroy:


Actually, Sololearn (on web / mobile) would help him with JavaScript as there are exercises for each lesson.
Next is W3Schools. Best learning platform with great UI unlike Freecodecamp.
And W3Schools courses are ALWAYS updated. That's the only e-course platform with a standard Bootstrap 5 course even; others stop at 4, for example.
I think he's already learning... He just asked how to view the items logged to the console.
Re: My Job Hunting Experiences As A Junior Developer So Far by DissTroy(m): 9:44am On Dec 29, 2022
kennethfranc:

I think he's already learning... He just asked how to view the items logged to the console.

That's the problem - most YouTube tutorials wouldn't explain in detail. With the actual text courses, it'd take you through the process and how to navigate errors with pictures before pointing you to a video.

If you're learning Bootstrap via YouTube, for example, you'd miss concepts but when you learn with the text-based courses, the videos are icings on your cake. But you need a cake first - the concepts.
Re: My Job Hunting Experiences As A Junior Developer So Far by Avast(m): 9:38am On Dec 30, 2022
Tattooboy:
Please I just started learning Javascript. How do I test the console?

Open your browser(Chrome) on your PC
Press F12, it will take you to the console page.

1 Like

Re: My Job Hunting Experiences As A Junior Developer So Far by Decapheno(f): 10:49pm On Jan 12, 2023
TheManOfTheYear:
Hi people, currently at the airport heading to Addis Ababa (waiting for my flight).

I'm going to be talking about my 2 month industry experience so far.. this will give every aspiring software developer a view of what to expect and whatnot...

I should start composing this month

OP, you didn't write about your industry experience again and how it's been so far.
But why would such an interesting thread die? Literally spent my entire evening reading from beginning to the end. I'm highly impressed and motivated. Starting this journey soon, na laptop remain.

1 Like

Re: My Job Hunting Experiences As A Junior Developer So Far by AdeoyeAdefemi: 8:48am On Jan 13, 2023
Good morning everyone, please I need your guys to help.

I'm learning bootstrap in W3 schools but I'm stuck on how to create nav bar. If I copy and paste the code on my visual studio, it will work fine. Once I type it, it won't work. I have checked the whole wordings and it is well written. If you have a way I can go about it, please let me know.

Thanks very much.
Re: My Job Hunting Experiences As A Junior Developer So Far by kurajordan(m): 7:54pm On Jan 13, 2023
AdeoyeAdefemi:
Good morning everyone, please I need your guys to help.

I'm learning bootstrap in W3 schools but I'm stuck on how to create nav bar. If I copy and paste the code on my visual studio, it will work fine. Once I type it, it won't work. I have checked the whole wordings and it is well written. If you have a way I can go about it, please let me know.

Thanks very much.

I have experience in bootstrap.message me. i get power for bootstrap, HTML and CSS grin grin grin grin grin grin grin grin
Re: My Job Hunting Experiences As A Junior Developer So Far by AdeoyeAdefemi: 9:08pm On Jan 13, 2023
kurajordan:


I have experience in bootstrap.message me. i get power for bootstrap, HTML and CSS grin grin grin grin grin grin grin grin

I have sent you a pm

1 Like

Re: My Job Hunting Experiences As A Junior Developer So Far by gsparks01(m): 12:08pm On Apr 01, 2023
TheManOfTheYear what's up man? How's it going?
Re: My Job Hunting Experiences As A Junior Developer So Far by b03liberty(m): 10:29am On Apr 08, 2023
Tech rock bro. Within a year, our @manoftheyear did it. Congrats bro. Keep flying
Re: My Job Hunting Experiences As A Junior Developer So Far by BeLookingIDIOT(m): 4:45pm On Apr 08, 2023
TheManOfTheYear:
So people, I've not really been active on here, I apologize, work wan kee me lol grin

Soon, I'd be leaving the country for the first time (for work), and I'm super excited. My passport and visa ready, I need to do a COViD result test a day before the team leaves. Tech can literally change one's life, but at the same time, it has been so challenging lol.

My mental health was tested many times grin, but so far so good, I've been faring well. Thank you Lord!
Is it the same salary you'd be getting when you travel?
Re: My Job Hunting Experiences As A Junior Developer So Far by online4business: 11:53am On Sep 10, 2023
https://www.angelicalbalance.com/relationship-tarot-spread/

What program is used to build this application some say it's node and react

Can I follow this tips here https://www.freecodecamp.org/news/how-to-code-a-simple-game/

To build something like this.


Programmers
Re: My Job Hunting Experiences As A Junior Developer So Far by Spicyneedle: 1:55pm On Sep 10, 2023
Re: My Job Hunting Experiences As A Junior Developer So Far by Spicyneedle: 2:00pm On Sep 10, 2023
online4business:
https://www.angelicalbalance.com/relationship-tarot-spread/

What program is used to build this application some say it's node and react

Can I follow this tips here https://www.freecodecamp.org/news/how-to-code-a-simple-game/

To build something like this.




Programmers


If you are not a developer that will take you time to build. It's better to give the work to a developer!

Check this:
https://frontend-react-blog-lilac (dot)vercel(dot)app

That was built with Django and React.
Re: My Job Hunting Experiences As A Junior Developer So Far by online4business: 3:26pm On Sep 10, 2023
Spicyneedle:



If you are not a developer that will take you time to build. It's better to give the work to a developer!

Check this:
https://frontend-react-blog-lilac (dot)vercel(dot)app

That was built with Django and React.

I'm talking about the program used to develop it.

How much will it cost to develop such quiz or game like

https://www.angelicalbalance.com/relationship-tarot-spread/
Re: My Job Hunting Experiences As A Junior Developer So Far by Spicyneedle: 4:48pm On Sep 10, 2023
online4business:


I'm talking about the program used to develop it.

How much will it cost to develop such quiz or game like

https://www.angelicalbalance.com/relationship-tarot-spread/


120k. that's with domain and 6 months hosting plan
Re: My Job Hunting Experiences As A Junior Developer So Far by Spicyneedle: 4:52pm On Sep 10, 2023
online4business:


I'm talking about the program used to develop it.

How much will it cost to develop such quiz or game like

https://www.angelicalbalance.com/relationship-tarot-spread/

Can do that for you
Re: My Job Hunting Experiences As A Junior Developer So Far by online4business: 5:49pm On Sep 10, 2023
Spicyneedle:



120k. that's with domain and 6 months hosting plan

As a rule I never let anyone but me buy my domain.

so that I have complete control over it renewal nameservers and everything else
Re: My Job Hunting Experiences As A Junior Developer So Far by Spicyneedle: 8:20pm On Sep 10, 2023
online4business:


As a rule I never let anyone but me buy my domain.

so that I have complete control over it renewal nameservers and everything else


Okay, if you are serious about the site hit me up
zero 7 0 four 820 9 five 98
Re: My Job Hunting Experiences As A Junior Developer So Far by LikeAking: 11:25pm On Sep 12, 2023
TheManOfTheYear:
So people, I've not really been active on here, I apologize, work wan kee me lol grin

Soon, I'd be leaving the country for the first time (for work), and I'm super excited. My passport and visa ready, I need to do a COViD result test a day before the team leaves. Tech can literally change one's life, but at the same time, it has been so challenging lol.

My mental health was tested many times grin, but so far so good, I've been faring well. Thank you Lord!


Congratulations!

1 Like

Re: My Job Hunting Experiences As A Junior Developer So Far by Thermodynamics(m): 2:29pm On Sep 15, 2023
TheManOfTheYear:
Hey all.
I finally got my first offer smiley

My base salary is 400k and I'd be resuming as a Frontend Developer for a new startup.

Don't give up.

How did you do it bro? I've been coding in HTML , CSS, JavaScript, React, Java and SQL for years but for some reason I don't know why I couldn't find a job. I have even built a Bank app that generates a ATM card details for users when they register and users can use the app to deposit, withdraw and transfer money. Please help me

(1) (2) (3) ... (13) (14) (15) (16) (17) (Reply)

Mass Resignation Of Software Engineers Disrupts Banks Digitisation Move / Web Application Development Contest: Jajad Wins / Project Topics In Computer Science

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 57
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.