|
Politics › Re: TIMELINE: Amnesty ‘uncovers’ How Lekki Shooting Happened by ekrizz(m): 4:35pm On Oct 28, 2020 |
This is becoming interesting |
Business › Re: ➜ ➜ ➜Currency/E-currency Market Deals 2020 ➜ ➜ ➜ by ekrizz(m): 11:00pm On Oct 16, 2020 |
$105 USDT available. Rate is N467 |
Business › Re: Is Dropshipping Business Worth Investing In? by ekrizz(op): 12:41am On Oct 08, 2020 |
ekrizz: I don't want to believe that nobody here is into this business. I really need the advice. . |
Career › Re: Secondary School Teaching Vs Lecturing: Which Of These Two Jobs Should I Choose? by ekrizz(m): 10:38am On Oct 07, 2020 |
Emir8: Hello Nairalander, I really need advice concerning making a choice between the two jobs before me. My family members are divided over which job I should choose.
I'm working in a highbrow secondary school and my start up salary was N75,000. After three years, my salary is now N96,000.00. I just got a lecturing job with a private university and my gross salary according to the appointment letter is N88,000.00. My father wants me to continue with my teaching in the secondary school but my mother and fiancee are pressuring me to write acceptance letter to the university and accept the offer. There's no time, both the university and the secondary school will be resuming on 12/10/2020 and I have to make a choice between now and Thursday. My fiancee is already calling herself "wife of a lecturer" and threatening that she will quit the relationship if I did not accept the university offer. My mind is in the secondary school because there is free lunch and N150,000.00 housing allowance per year, but the university doesn't give lunch and housing allowance.
Should I go and become Mr. Lecturer and sacrifice my secondary school benefits? Let me put myself in your shoes. I'd first think what adding a University lecturing job experience to my CV would do to my career prospect. I'll have more connects as a lecturer going for his PhD than a secondary school teacher going for same. I'd be thinking of what to get in the near future, not what entices me now. Those would be some of my considerations |
Business › Re: Is Dropshipping Business Worth Investing In? by ekrizz(op): 4:44pm On Oct 06, 2020 |
I don't want to believe that nobody here is into this business. I really need the advice. |
Celebrities › Re: John Okafor 'Mr Ibu' Poisoned By His Staff by ekrizz(m): 9:56am On Oct 06, 2020 |
Mr. Ibu has faced a lot of challenges so far. I pray for God's mercy and protection on him and his family in Jesus name, amen. |
Business › Re: Is Dropshipping Business Worth Investing In? by ekrizz(op): 9:48am On Oct 06, 2020 |
Please, I need your opinions and input. It'll really help, here. |
Business › Is Dropshipping Business Worth Investing In? by ekrizz(op): 7:56am On Oct 06, 2020 |
I recently saw a course on Dropshipping business by a Nigerian and I took interest in it. I'm ready to get the course, but I just need to know if it's something worth going for.
Has anyone succeeded in it here as a Nigerian? Should I give it a trial? Please, I need some advice on this.
Thank you. |
Crime › Re: Ex-Staff Of First Bank Bags 98-Year-Jail Term For Stealing N49.3m, $368,000 by ekrizz(m): 8:45pm On Sep 29, 2020 |
|
Sports › Re: Kobis Fc: First Club in Ajegunle to be affiliated With Fifa, Nff And Lagos Fa by ekrizz(m): 11:28am On Sep 22, 2020 |
Nice development. Kudos to the club |
Programming › Re: Java/Java Mobile Developers in the House by ekrizz(m): 6:02am On Sep 12, 2020 |
DanTheGeek: Since 05 bro calm down. He would've given up by now.  lol |
Programming › Re: Java/Java Mobile Developers in the House by ekrizz(m): 6:02am On Sep 12, 2020 |
Wow... This is a long time post |
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 9:45am On Sep 03, 2020 |
cixak95211: Nah, that's a burner email. I guess if you use the follow button, we'll be able to exchange comms pretty effectively. Okay, boss. I just clicked the follow button. |
Computers › Re: Need help with .appx file installation on windows (Solved!!!) 8.1 by ekrizz(op): 7:21am On Sep 03, 2020 |
haywhy80: I can help. Whatsapp - 08034232096. Thank you for reaching out. The software now works |
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 7:15am On Sep 03, 2020 |
cixak95211: See you solved it, great! I was kinda bogged down with work and couldn't come online. I rechecked the codebase and see you cleaned up a bit. At least, that makes for improvement. One step at a time.
If you have free internet, i'll like you to very much watch other contents on debugging, cos when you get to working in a production environment, you'll spend most of your time debugging "other people's errors" and those you created yourself.
As per the mentoring, we'll see how it goes. I am always bogged down with work, but if you do run into issues, just let me know. Trust me, i'll not solve them for you, i'll just tell you what to do and you'll have to solve it yourself [to learn].
Cheers. I appreciate, boss. I'd really like you to point out some resources on debugging codes (especially YouTube videos or ebooks) if possible. I have always known that it's better to teach one how to fish rather than giving him fish, so I would love it if you give directions on what to do just like you did above. Let me send you a PM. I don't know if your mail works, mine do. Thank you. |
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 7:19pm On Sep 02, 2020 |
cixak95211: Debugging itself is an art that has to be learned. The crashalytics gave you a file where the error is contained. I can help you but first you must help yourself.
step 1. Login to heroku bash and step 2. "cat" that file and read the log, to understand why the error happened
Then come back and report what you discovered. Thank you, boss, for your help. You're the real MVP. I'll like you to mentor me Node.js. I'm actually good with PHP, but still picking up on Node.js |
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 7:17pm On Sep 02, 2020 |
Finally, I've resolved it. I added the Google client ID and secret to Heroku config vars, and it worked. Thank you. |
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 5:38pm On Sep 02, 2020 |
cixak95211: . I've made corrections for the errors you pointed out. I still don't know much about Morgan. I guess I'll leave it for now. Let me redeploy and see. Thank you once again |
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 5:35pm On Sep 02, 2020 |
cixak95211: Debugging itself is an art that has to be learned. The crashalytics gave you a file where the error is contained. I can help you but first you must help yourself.
step 1. Login to heroku bash and step 2. "cat" that file and read the log, to understand why the error happened
Then come back and report what you discovered. This is the fifth picture
|
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 5:35pm On Sep 02, 2020*. Modified: 6:33pm On Jun 08, 2022 |
cixak95211: Debugging itself is an art that has to be learned. The crashalytics gave you a file where the error is contained. I can help you but first you must help yourself.
step 1. Login to heroku bash and step 2. "cat" that file and read the log, to understand why the error happened
Then come back and report what you discovered. God bless you for your help, boss. As you instructed, I did the "cat" of the strategy.js file as pointed out by the logger. First and second pictures shows the code (in Heroku CLI and Brackets editor, respectively) that triggered the error. I don't know why it is so because the Client ID was set as shown by the third to the last pictures. 3rd picture is the config.env file, the 4th picture shows as used in Passport-Google strategy, and the fifth picture shows it as Heroku config var. I still need your input. Thanks |
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 12:57pm On Sep 02, 2020 |
Please, guys don't just view the post and pass. I really need to make this app work. |
Programming › Re: Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 10:28am On Sep 02, 2020 |
afuye: Lemme see the script you ran. I hope u didn't use nodemon in production. No, I only used it in development. This is the link to my repo github(dot)com/OkekeChristian24/share-your-thought-app Thanks for your help |
Programming › Help With Node.js App Deployment To Heroku (Solved!!!) by ekrizz(op): 8:36am On Sep 02, 2020*. Modified: 7:16am On Sep 03, 2020 |
Good day, fellow developers. I am taking a tutorial on Node.js and developed an app with Express, MongoDB atlas, etc. I used Passport-Google OAuth 2.0 for the login. Everything works well on my local machine, but it is giving me error when I deployed to Heroku. The error log is shown in the attached photo. When I run "heroku local web" on my terminal, it works fine, too. I've looked almost everywhere for solution, and tried many things; but none worked. Please, I need any help I can get to resolve this. Thank you.
Please, I apologize for the poor quality image
|
Programming › Re: Chronicle Of A Data Scientist/analyst by ekrizz(m): 6:07pm On Aug 25, 2020 |
ibromodzi: Evening! For web applications, you have to learn a Python framework (Flask is relatively easy compared to Django). After that, read up Pickling. If you don't know how to start, just google how to deploy ML models using Flask and Heroku. There are many videos on YouTube.
Note: You don't have to master the key concepts of any framework to have your models running on the web. With less than 100 lines of code, you can deploy your models.
You may as well use JavaScript if you are familiar with it. Thank you. I'll do as you've advised. I'm actually a web developer, so I just need to see an example. I appreciate |
Programming › Re: Chronicle Of A Data Scientist/analyst by ekrizz(m): 5:02pm On Aug 25, 2020 |
ibromodzi: Nice submission but you have to take it easy boss. I have a feeling that we have some things in common. When I started with Python last year September, my goal was just to do data analysis. When I 'finished' mastering the fundamentals of descriptive and inferential statistics, I said to myself; this can't be the end of it so I started learning about ML, then DL and I became obsessed with CV and NLP. After getting a solid understanding of DL, I said to myself; this can't be the end so I made some research and found out how ML/DL models can be turned to web/mobile apps so I started learning web dev (backend and fronend) till I gained proficiency in it and started building my portfolio. My next target is to start contributing to open source projects (most especially, NLP).
I think for anyone to be come a master (I mean not working for someone your entire life) in this tech space, one has to be curious and be innovative at the same time.
For anyone that wants to go deep into DS, don't listen to anyone telling you to focus on some aspects and ignore some. Get a standard learning path (check Analytics Vidhiya) and stay focused while you climb the ladder.
Between, could you please quote me with the link to that Edureka video on excel?. I don't really like their courses but let me try this one since you found it interesting. Thanks! Evening boss. Please, how can ML/DL models be turned to web/mobile apps? Do you have any ebooks or video on it? |
Programming › Re: Full Stack Web Developer Needed by ekrizz(m): 3:55am On Aug 21, 2020 |
Savvyspns: A company situated in Lagos is seeking to hire a skilled Full Stack Web Developer to assist with the development of our present projects. Your duties will mainly involve building software by writing code, as well as modifying software to correct errors, adapt it to new hardware, improve its performance, or upgrade interfaces. To be successful in this role, you will need extensive knowledge of programming languages and the software development life-cycle. RESPONSIBILITIES • Directing software programming and documentation development. • Designing and developing software systems. • Modifying software to fix errors, adapt it to new hardware, improve its performance, or upgrade interfaces. • Directing system testing and validation procedures. • Directing software programming and documentation development. • Consulting with departments or clients on project status and proposals. • Working on technical issues including software system design and maintenance. • Preparing reports on programming projects specifications, activities, or status. • Conferring with project managers to obtain information on limitations or capabilities. REQUIREMENTS • Bachelor’s degree in related field. Related certification is an added advantage. • Experience working on a variety of software development projects. • Knowledge of the software development life-cycle. • Ability to develop unit testing of code components or complete applications. • Creativity is always a plus. REQUIRED TECHNICAL SKILL • Must be full-stack developer and understands concepts of software engineering. • Deep programming language knowledge- Python (flask), JavaScript, Docker, Git (Bitbucket). • Front-end - HTML, CSS and jQuery • Database Technologies and design- either postgreSQL, MySQL or SQLite • Object Oriented Programming • Server-side markup language (jinja template) • Object-relational Mapping (ORM) using SQLAlchemy • Server configuration, deployment and management • Nice to have skills-Java, Kubernetes, Ansible, Jenkins. Interested and qualified candidates should send in their resumes to hr@savvyng.com with the role as the subject of the mail. Only send in your applications if you meet the desired requirements. Application deadline is August 26, 2020. These are lot of skills |
Programming › Re: My Personal Website by ekrizz(m): 8:51am On Aug 05, 2020 |
Nice beautiful design. Keep it up |
Computers › Need help with .appx file installation on windows (Solved!!!) 8.1 by ekrizz(op): 7:51am On Aug 03, 2020*. Modified: 7:20am On Sep 03, 2020 |
I was trying to install an .appx file on my PC but was getting this error as shown below. Please, what could it mean, and how do I resolve it. I've tried searching on Google, but nothing was forthcoming.
Modified I use Windows 8.1, so it doesn't have package installer for .appx files just like Windows 10 do. Therefore, I downloaded an older version of the software that I wanted that has support for Windows 8.1 and it installed and works fine.
Thank you.
|
Programming › Re: I Need Help With Couchdb by ekrizz(op): 11:56pm On Jul 21, 2020 |
|
Programming › I Need Help With Couchdb by ekrizz(op): 9:07pm On Jul 21, 2020 |
I just installed CouchDB to followup on a Node.js video tutorial I was viewing, but I'm always getting this error as shown in the picture below. I've uninstalled and reinstalled severally, but I'm still getting the error. What could be wrong? I'm running Windows 8.1 pro 4Gig RAM.
|
Programming › Re: Beginning Freelance Programming by ekrizz(m): 9:45am On Jul 12, 2020 |
Runningwater: Hello everyone, I'm actually planning on earning from freelance programming but have little to no idea on how to get started and I also need some advice on it. Areas you could demystify include:
How did you get your first freelance job online How did you feel when given the job How much do you earn in a month How do you get paid, if through PayPal how did you catch your payment What advice can you give a NIGERIAN beginner How did you deal with problems you know little about but it's in your domain of skills Are your clients Nigerians, foreigners or both How do you boost your chance of getting more clients And other areas worth informing a beginner.
THANKS IN ADVANCE Got the message? Check the previous post |