juliet_codes Profile Banner
Juliet Onyekaoha Profile
Juliet Onyekaoha

@juliet_codes

Followers
148
Following
836
Media
23
Statuses
398

Frontend Developer || JavaScript Excavator || I use code to provide interactive solutions to enterprises. ~~ T.V 📺series addict~~

Joined January 2011
Don't wanna be here? Send us removal request.
@juliet_codes
Juliet Onyekaoha
3 years
RT @traversymedia: Coding challenges are tough but incredibly useful. They help with general problem-solving abilities and you learn more….
0
249
0
@juliet_codes
Juliet Onyekaoha
4 years
RT @senisulyman: HR and Payroll software. @bento_africa or @Seamless_hr. What do you think?.
0
26
0
@juliet_codes
Juliet Onyekaoha
4 years
RT @CodeWisdom: "Don’t worry if it doesn’t work right. If everything did, you’d be out of a job." – Mosher’s Law of Software Engineering.
0
410
0
@juliet_codes
Juliet Onyekaoha
4 years
Over the years I have strongly built my engineering skills and unconsciously let my design skills to fall below par. Today I spent a good amount of time looking at dribble and awwards website and my oh my. people are coping up with dope designs every day.
0
0
2
@juliet_codes
Juliet Onyekaoha
4 years
Being a Frontend Engineer and a UX designer are entirely two different things. More like oil and water. This epiphany slowly hit home this week after I struggled for days to figure out the right design to use to represent a section of a website I'm working on.
1
0
2
@juliet_codes
Juliet Onyekaoha
4 years
RT @Kolokodess: Hey y'all, a contact is looking to hire 2 senior devs (1 frontend + 1 backend). FE: Good w/React JS, NextJS, Context API/Re….
0
317
0
@juliet_codes
Juliet Onyekaoha
5 years
RT @denicmarko: HTML tip:. You can use the `<meter>` element to display quantities. No JavaScript/CSS needed.
Tweet media one
0
349
0
@juliet_codes
Juliet Onyekaoha
5 years
RT @oliverjumpertz: Here are _some_ of the most essential git operations you will need when working as a developer. 🧵🔽 .
0
239
0
@juliet_codes
Juliet Onyekaoha
5 years
RT @Fekazii8: Having done my part as a man, I was expecting my wife to be perfect in her own role in the home also even though she was into….
0
314
0
@juliet_codes
Juliet Onyekaoha
5 years
RT @Fekazii8: When I newly got wedded. I had the believe that all a man needed to do is to work, so he can provide for his family. So I….
0
12K
0
@juliet_codes
Juliet Onyekaoha
5 years
Hey, are you currently stuck with a blank page after deploying your app to netlify, Heroku or GitHub pages? Just set the homepage property in you package.json to "./". For more checkout the article below. #netlify #deployment
Tweet media one
0
1
3
@juliet_codes
Juliet Onyekaoha
5 years
RT @Ch_JesusChrist: The Church has supported vaccinations for generations as a prominent element of our humanitarian efforts. As opportunit….
Tweet card summary image
newsroom.churchofjesuschrist.org
Eight senior leaders of The Church of Jesus Christ of Latter-day Saints received the first dose of a COVID-19 vaccine Tuesday morning in Salt Lake City. 
0
417
0
@juliet_codes
Juliet Onyekaoha
5 years
And voila you're done.
0
0
2
@juliet_codes
Juliet Onyekaoha
5 years
Now it's time to test your package in your project. Run npm install "your package". There are several ways to use the package. One of them is to add a link to it in the head tag of your html. <link rel="stylesheet" href="./node_modules/your-css-npm-module/index.css">.
1
0
2
@juliet_codes
Juliet Onyekaoha
5 years
7. Run npm publish. This will publish your project as an npm package. If you run into any issues, dont give up. A quick google search of the error will yield solutions for you.
1
0
1
@juliet_codes
Juliet Onyekaoha
5 years
6. Run npm init. You will be asked some questions, provide the answers or just keep hitting enter. Important things to note:. - your package name should be unique and preferably have the same name as your folder name. - provide index.css as your entry point.
1
0
1
@juliet_codes
Juliet Onyekaoha
5 years
5. After you've logged in, run these commands below:. - npm set "Your name".> npm set "your email".> npm set url "your URL if you have any". (I used my github URL for this).
1
0
1
@juliet_codes
Juliet Onyekaoha
5 years
3. If you don't have an npm account, head over to npm and sign up. If you have an existing account jump to step 4. 4. In your terminal, cd into your project directory and run the command below. - npm login (provide email and password).
1
0
1
@juliet_codes
Juliet Onyekaoha
5 years
Today I created my first CSS npm package and used it 😎. Here is a thread on how to create yours. 1. Create a new project folder. Include an index.css file. 2. You can write all your styles or import different css files inside index.css.
2
0
2
@juliet_codes
Juliet Onyekaoha
5 years
RT @denicmarko: JavaScript tip:. If you want to add an event listener but have it run only once, you can use the ` once` option: https://t.….
0
196
0