Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,843 members, 7,810,248 topics. Date: Saturday, 27 April 2024 at 02:17 AM

Abbenism001's Posts

Nairaland Forum / Abbenism001's Profile / Abbenism001's Posts

(1) (2) (3) (of 3 pages)

Programming / Re: Which Among These Digital Skills Is More Profitable To Learn by abbenism001(m): 11:39pm On Apr 10, 2022
This is nice information

Tutor722:
You don't have to choose when you can be both!! If you learn these technologies in the order stated. Html, Css, Vanilla JavaScript, React.js, Mongodb, Git You already have 70% of the required skills to be either

For Mobile App, add React Native

For Web App, add Node.js

For Web3 or Blockchain App(Dapp), add Solidity, Truffle, Ganache

For Desktop App, add Electron.js

You gotta start from the basics and build projects along the way. If you cut off ALL distractions, the first 6 technologies in bold can be learned in 6 months. Whatsapp me for detailed RoadMap

Programming / Re: I Want To Learn Programming. Which Language Should I Start With? by abbenism001(m): 4:22am On Mar 23, 2022
How can I download the materials.

Yinksdavid:
For those of use who wants to learn without spending a dime, I have access to 31 Paid Courses Full links for free but will be sharing 8 each day.

Kali linux - Complete Training Program from Scratch course

Complete Machine Learning and Data Science Zero to Mastery

Learn Python & Ethical Hacking From Scratch

Photoshop CC In an Easy Simple Professional Way

Cybersecurity Collection

Python Ethical Hacking Build tools for ethical hacking

Build Responsive Real World Websites with HTML5 and CSS3

Website Hacking Course 2018 Earn Money by doing Bug Bounty

Note: The google drive links will only be opened in a browser

1 Like

Programming / Re: Which Is Best Machine Learning Engineer Or Fullstack Developer? by abbenism001(m): 1:20am On Jan 18, 2022
Thanks for the info



peterincredible:
op you are thinking just like me i want to be a full stack engineer and also an ml engineer i think nigeria is not yet ripe dor this skills set but i think u can be both hear is my path i am a fullstack engineer using (react,nodejs and mongodb) so the plan is since ml is not yet ripe i will start looking for a job as a fullstack engineer then when i get the job i wil start learning ml small small then at the side find a way to run to canada this my plan is a 3 years plan so what u need to do is
1. learn python and any sql database
2. learn django,html,css,and javascript
3. get a job with it so u start making money
4. when comfortable with python and django then learn linear algebra,
5. learn multivariant calculus,
6. learn statistics and probability
7. then start with andrew ng coursera course on ml
8. work on projects and when u are their either if nigerian companies have started looking for ml enginer then u apply if not either u freelance or u leave the country this will take u tym sha maybe 2 year or 3 but anyway learn learn learn

as for me am already learning linear algebra and ml prerequisite i pray by the time i get to no 8 on the list i would have left this country i pray so
Programming / Re: Python Tutorial Group by abbenism001(m): 5:37pm On Jan 07, 2022
Add me up 08035303827
Programming / Re: A Discouraged Newbie by abbenism001(m): 2:06am On Jan 06, 2022
I love your advice. Am also in the same shoe . I have learnt html, am on css. How can you help me to be a better developer. What is that Linus turkey cold all about and what are the requirements. Thanks
Programming / Re: What Skills Can I Acquire? by abbenism001(m): 7:43pm On Jan 03, 2022
How long will it takes Graphic designer, UI/UX Designer?
Programming / Re: How I Would Go About Learning Programming If I Was To Start Today (2021/2022) by abbenism001(m): 7:08pm On Jan 03, 2022
Good day boss, I have started html,css but there some aspects that are not clear enough and I need a mentor &I need some materials to practice little projects. How can you be of help.
tensazangetsu20:
Everyone that knows me off Nairaland knows I am a huge pessimist but when it comes to tech or the tech industry in general I am the greatest optimist you can find. I believe tech has the potential to change people's lives and it has done so. It is also the only industry that thrives on merit. No one cares what school you went to, what grades you had. What people care about is what you can do. You can't say the same about engineering or law or medicine.

I made this same thread last year and after working professionally for a while now, I believe there are some things that are important but I overlooked and I am making this again to guide the newbies on the right path. This thread is subjectively my own opinion but you can do your own research before picking up a path to stick to.

The focus on this thread will be on web development and the path to learning it right as I believe web development is the most profitable aspect of programming a Nigerian can get into. There are other fields but I don't know how profitable they are or how easy they are to break into.

If I was to start learning web development today in order to get a junior web dev role, I would start like this :

I would learn HTML. This is practically the easiest path and I believe absolutely everyone can learn this. After that, I would move to CSS. This is where the problem starts and by this level, people start to give up. I believe CSS is easy especially with the right course and I would always recommend Maximillian Schwarz CSS the complete guide course as that course made me not fear CSS. As you are learning these things, please build alongside. Dont just watch videos and sleep and think you have known them. Trust me you haven't known them at all. Implement the knowledge to cement it.

Once you are comfortable with CSS move on to Javascript. At this level, 80 percent of self-learners have given up. It's most people's first programming language and honestly, as a first language, javascript isn't easy. I also recommend the javascript course from Maximillian Schwarz. I still believe it's the best javascript course ever made and I still refer to it in my daily job as a developer.

Now this is where it gets tricky, I usually tell people to move on to React after Javascript, and rightly so but once you have learned javascript and you have found yourself to be very comfortable with it, start learning data structures and algorithms. I used to say this isnt important at all and was a waste of time but after working as a dev for more than a year, trust me I was just being very stupid. You cant even be a programmer without solid fundamentals in data structures. It doesn't matter whether you are a platform developer, a frontend developer, a backend developer, a WordPress developer or whatnot. You need your data structures and algorithms. It's like building a house on sand. Sooner or later it's gonna come collapsing. How do you even implement infinite scrolling in React without knowing graphs and how they work? Thats just one scenario. Double for loops in salesforce will break your org beyond proportions you cant imagine and a whole lot of other scenarios I cant even list out here which I have experienced for myself.


You don't need to spend 8 hours a day figuring out data structures and algorithms once comfortable with javascript. I recommend an hour or two a day. Learn the basic data structures (arrays, LinkedList, stacks, queues, graphs, trees) and the basic sort algorithms even if you don't understand it initially, cram it. Every day repeat what you have crammed then solve questions on leetcode easy to medium. No one will ask hard to a junior dev even medium is also very rare but just do it. Aside even learning data structures to be a better developer, its also the path to the very highly paid jobs. The earlier you learn them the better job hunting will go for you. Just imagine it like this, it takes you 4 months to be comfortable with javascript and you need like another 4 months for react, a platform and your projects and you are solving 1 to 2 dsa questions daily in the 4 months up to react. When ready to job hunt, count how many questions that is instead of waiting for when you have everything and you start job hunting to start learning it and you start failing interviews everywhere. The earlier the better even if you dont understand cram. Companies use the same questions which are available online.

Next is a javascript framework. I recommend React, I won't even advise my enemy to waste their time with vue but some will do it and still come online to cry. The react ecosystem is big and getting bigger. You have gatsby, you have blitzjs, you have Nextjs. Even in blockchain and web3 go and check most of the jobs require proficiency in React. Learn React !!! Enough said.

At this level, you should have your projects beautiful nice designs well created and implemented. Create a CV and start job hunting. Dont limit yourself to Nigeria. Apply everywhere. UK, US, Japan, Sweden. Tech transcends borders. Apply to jobs like a mad man.

At this job hunting stage, leetcode should be increased to at least 4 hours everyday and learning should still be done after React I recommend a platform. Same as my thread last year but most platform dev interviews are still algo based so no issue for you there.

You can also start looking at backend too but honestly if you have followed everything here, getting a job should be very easy.


1 Like

Programming / Re: 100 Days To UI/UX Learning by abbenism001(m): 6:55pm On Jan 03, 2022
Can I join.
Am interested
Programming / Re: Discover How To Be A Blockchain Developer & Blockchain Engineer by abbenism001(m): 6:40pm On Jan 03, 2022
Hello boss, that is what I intended learning pls I need those materials. Am also in Lagos
lordally:


Hello Baba...I don't think I'm at a level to mentor you now ... Cos I'm also learning too i've learnt HTML , CSS and currently learning JavaScript.... of which after that I'll learn React.... So if these are what you intend learning then I can help you with the required materials for them...like a well detailed material... I'm in Lagos by the way!
Programming / Re: Discover How To Be A Blockchain Developer & Blockchain Engineer by abbenism001(m): 5:01am On Dec 29, 2021
Pls boss, am also interested. I have system,data and have started learning html css and python. I need some materials and mentorship.
lordally:


Laptop
Nepa
Software development course ( I'll provide )
Are the major thing he needs then Data ...over all na determination
Programming / Re: Chronicle Of A Data Scientist/analyst by abbenism001(m): 3:56pm On Dec 28, 2021
IceColdVeins:
Kashif! its in .pdf
I love this. Someone can plan with this
Programming / Re: Chronicle Of A Data Scientist/analyst by abbenism001(m): 3:24pm On Dec 28, 2021
Ejiod:
Out of the 3,
One from from lekki asked me to analyze data as assessment of which I pythonize grin it,running pandas and Power BI on it.Had to utilize all my skills to solve the problem.This was a big edge I had over others.Some excel users will be calling theirselves data analyst but they are just far from it... before you knew it,in just a week I got a notification that "Can I resume the following week" with a net pay of 180k. Damn!... I was so so happy... first data analyst job and the best thing about it was that it was remote..No transport, just me in my house and I report to boss every Friday what I've been doing.
Had to share my story too to freetutorials.us because they were helpful with tons of tutorials I downloaded from them.
Fast forward..4 month into the job damn, I started expanding and experimenting my skills. I became more of a Business intelligence developer. Before a year, I've toured round 15 states in Nigeria all by flight....
I loved what I was doing then,but one thing about remote job is that sometimes it may make you lazy and extravagant sometimes. Its then you will be thinking of going to cinema to watch film or event centers......

Am a beginner, am interested in data science I have started from learning using w3s, sololearn and codeliber. Pls can you be my mentor. I have some questions to ask sir

1 Like

Business / Re: Please How Do I Hustle Hard In 2022? 2021 Was Hell For Me by abbenism001(m): 1:59pm On Dec 27, 2021
Am interested in Tech I have started html,css and responsive web design, but I still need a mentor. I have system internet access. Pls can you help me. I have gotten some materials


quote author=tallestguy4u post=108852777]Skill, skill, skill... That's all you need bro. Acquire a new skillet and then up you are. Remember, you pay for what you don't know, but you are paid for what you know.
If you have a PC with your phone and internet access, these are enough tools to kick start the year with and at the end it shall be a new song for you.
These skills include: graphic design, web design, programming/coding etc. Believe me, if you are good in any or all of the above, the sky will be your starting point.
Am into one of these and I have no regret by the special grace of God.[/quote]
Business / Re: Please How Do I Hustle Hard In 2022? 2021 Was Hell For Me by abbenism001(m): 1:55pm On Dec 27, 2021
Firerising:

Pls I will need your assistance.i just started learning IT programming languages



Abeg I will need ur assistance if you are a programmer...
Programming / Re: Tutorial On How To Create A Web App From Scratch In 8 Parts by abbenism001(m): 6:33am On Nov 29, 2021
Programming / Re: Discover How To Be A Blockchain Developer & Blockchain Engineer by abbenism001(m): 6:25am On Nov 29, 2021
Pls which IT programme is lucrative that I can enroll for.
Programming / Re: Discover How To Be A Blockchain Developer & Blockchain Engineer by abbenism001(m): 6:21am On Nov 29, 2021
Good morning sir, am a graduate of physics. I want to deviate to IT PLS how can you help me out. I want to start from scratch. Am ready to do the needful. I have been looking for jobs since all this year's but no way. This is my email ayoolaabiodun87@gmail.com. help me with choice
Romance / Re: Akasi Andoh Wedding: "I’m 35 Years, A Single Mum, Fat With Stretch Marks" by abbenism001(m): 10:21am On Nov 01, 2019
I have product I can sell for you that will remove the stretch mark
Business / Re: MINI IMPORTER's: After Importing Hot Product Without Knowing How To sell It. by abbenism001(m): 6:42am On Aug 24, 2018
pls kindly help me with products i can import that are hot selling. you can chat me up on 08035303827
Business / Re: Mini Importation: Run Fast With These Products [ Pictures] by abbenism001(m): 9:38am On Aug 21, 2018
Add me 08035303827
Business / Re: I Can Open A Wechat Pay Account For You by abbenism001(m): 9:26am On Aug 21, 2018
pls what are the criteria to open a wechat for me.
Business / Re: I Can Open A Wechat Pay Account For You by abbenism001(m): 1:19pm On Aug 14, 2018
can you help to open one
Business / Re: MINI IMPORTER's: After Importing Hot Product Without Knowing How To sell It. by abbenism001(m): 1:12pm On Aug 14, 2018
pls kindly help me with hot products i can import
Business / Re: Mini Importation: Run Fast With These Products [ Pictures] by abbenism001(m): 2:58am On Aug 13, 2018
pls add me to this group 08035303827
Business / Re: How To Make 100,000 Naira Every 5 Days by abbenism001(m): 8:31am On Aug 08, 2018
am interested add me on 08035303827 pls can you give discount
Business / Re: Mini Importation Business Training Starts Today By 8pm! by abbenism001(m): 8:29am On Aug 08, 2018
am interested adf me on 08035303827
Business / Re: If U Want To Go Into Mini Importation, Then Come Let Me Put U Through. by abbenism001(m): 3:17pm On Aug 05, 2018
08035303827
Adverts / Re: Newly Arrived Handpicked US First Grade Bales by abbenism001(m): 3:11pm On May 24, 2018
pls where is your office in lagos? and do u have cream bale
Adverts / Re: Wholesale First Grade Okrika Bale by abbenism001(m): 12:50pm On May 23, 2018
do u have office in lagos, cos am in lagos or do u have anybody u can refer me to in lagos

(1) (2) (3) (of 3 pages)

(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. 47
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.