₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,079 members, 8,448,556 topics. Date: Monday, 20 July 2026 at 01:56 PM

Toggle theme

Devdev's Posts

Nairaland ForumDevdev's ProfileDevdev's Posts

1 2 3 4 5 6 7 8 (of 8 pages)

ProgrammingRe: Settled by devdev: 4:00am On Jun 16, 2020
jflexy:
I contacted a nairalander sometimes in August 2019 who was selling a VTU script and requested for one, he told me it was 100k, after much negotiation, we settled for 30k. All through that period, he was very polite and was friendly. As soon as he got the money, he became totally rude. I tolerated it because he kept reminding me that I paid lower than the agreed sum for the script. Our agreement was that he would work on it and build up the script to the required standard. After he told me he was done, I proceeded to check on the site, but realised there were many unnecessary details on the site and that the script wasn't functioning as earlier taught. I complained about this to him and he quickly replied me that I didn't pay for customer service. I asked him if this was how the script would have been if I had paid the 100k he earlier requested, he never replied to this. From that day, that was the Genesis of my problems, almost everyday, I was paying him to problems on the site and I ended up spending the said ₦100,000 he earlier requested. In spite of all these, the site became worse than it was at the beginning.
One day, I logged in to the site to fund a customer's wallet, I met with a bug on it "user not found" I complained about this to him about it his reply was "is it everyday that your site is always having problems" he told me he was tired of working on it. Note that in all those times he would fix any problem on the site, I paid everything he requested from me.

After he made that statement, I was severally pained. I contacted a lot of developers who would help me overhaul the site, all of them said they can't do so because it is only the initial developer who could know which file was which. I continued this search until I abandoned the site for almost 5 months, I lost all my customer base.

When I got enough payment from my NYSC allowance I continued the search, but each told me only the original developer could work on it. That's how I contacted this man again, I led down everything to him. We agreed on 45k and I paid him a total of 30k in advance and then balance the latter after he was done. He said it would take him 2 weeks after the end of the two weeks, he complained that he had been sick. I gave him an extension. After 1 week, he returned that he's done. My instincts told me to check the site first before paying him the remainder. I went back to the site and observed that the site was still as it was.
Also note that when I told him to overhaul the site, it was to change the method of earning on the site. Could you believe that he changed nothing but just added features without removing the other details on the site? With this every thing I clicked was clashing between them. I complained about this to him and told him in simple terms that since he previously complained that the script was always having problems, why is he still using it, why is users still showing "not found" and others.
His reply was "after suffering to build, you're not saying that what I built was trash" I told him, how can you think someone would pay for a work and not expect the work to function properly. I proceeded to tell him to either take care of the errors I listed(he asked that I show them to him) or refund the money paid so I can continue searching for someone else. He refused, when I continue requesting for refund, he blocked me. I sent my cousin to talk to him, he also blocked the person.

Please anyone who knows how I can reach him or know how yo settle this because all I need is my money, if he's convinced that what he built was good, he's free to take the site along with the hosting but he should just refund my money to me. He knows if I was in Abuja with him, I would have visited him in his office, he's only behaving like this since he knows I can never reach him.


His name on nairaland is Tactics(search for tacman to bring up his activities), his bank account details is

Abdulqudus Abdullahi
Guaranty Trust Bank
0048564725


Mukina2
You actually went too cheap. Next time never tell a developer to use script in building your platform. Out line your project requirement on document, if possible get a UI/UX designer to create a prototype for you so you will be sure of what you're getting. Sorry about the experience though... When will you people stop doing 30k, 40k kinda website? undecided undecided undecided
ProgrammingRe: How Can I Build A Loan App Of Mine Own by devdev: 9:52pm On Jun 13, 2020
cutebobo:
Hello colleagues, I wish to have a loan app business like Carbon, Fair money and co. but I don't the process to follow, the agency to consult for approval. Please help me.
You need a developer on this. send me a pm or send an email to kjvaljee@gmail.com
ProgrammingRe: Mobile App Developer Come In And Help!!! by devdev: 6:12pm On Jun 05, 2020
Jamesarua:
someone should help me!!,,
i want to build an android app(photo editor to be precise),i know the basic of java,C,python,c++,javascript and makeup language like HTML,XML,CSS but i dont know how to start and i know that's not enough to start,,,,
I NEED SOMEONE TO TEACH ME THE BASIC OF APP MAKING(i.e list of all the topic/knowledge i need to acquire before proceeding)
AND ALSO EXPLAIN TO ME WHAT THEY NEANT BY "FRONT END and BACK-END OF THE APP"

(pardon my grammar)
How can you know only the basics of these powerful languages of both low and high level... Why not pick one and master it.
ProgrammingRe: Need Someone To Help With My Javascript Code by devdev: 6:44pm On May 12, 2020
Found a solution yet?
ProgrammingRe: Facing Problem Integrating Paystack With Nodejs by devdev: 5:21pm On Feb 20, 2020
peterincredible:
yea yesterday was something else nepa no gree bring light till evening then i tried it, it didnt work the paystack-js module is a browser module cant work on backend cause it needs the windows object i even tried to install node-window to imitate the window object it didnt work i just beta save my self the stress by doing everything in the frontend and left it for paystack to handle the rest tym to do other things abeg anyway thanks for your help i really appreciate
You're welcome, you can actually pass the parameters to paystack from frontend then process the transaction response on the backend
ProgrammingRe: Facing Problem Integrating Paystack With Nodejs by devdev: 1:12pm On Feb 20, 2020
peterincredible:
yea i which nigeria dey get light 24/7 hmmm i will try iy out once light comes thank u all for ure response
you don't need 24/7 electricity to try this out
ProgrammingRe: Facing Problem Integrating Paystack With Nodejs by devdev: 10:31am On Feb 19, 2020
peterincredible:
this is exactly want i want to do i hope it is safe sha bcause i have not tried it (nepa wahala) here is from example i just got from
paystack-js. npm module and here is the example just what i wanted

import { Transaction , Card } from 'paystack-js' ;
const requestData = {
email : 'customer@email.com' ,
amount : 100 , // amount in kobo
key : 'replace_with_your_public_key' ,
};
// Request a new transaction
const transaction = await Transaction .request (requestData);
// Create a payment method instance that will be used e.g card
const card = new Card({
number : '4084084084084081' ,
Security : '408' ,
month : '12' ,
year : '20' ,
});
// Payment method instances provide validation functions that
// you can use to check for validaty before setting payment method
if (card. isValid ()) {
try {
transaction .setPaymentMethod('card' , card);
} catch (e) {
console. log (e);
}
}
// Charge the payment method
const chargeResponse = await transaction .chargeCard ();
// Handle the charge response
if (chargeResponse . status === 'success' ) {
alert('Payment completed!' );
}
## Transaction
```Pending```
## Payment Methods
```Pending```
## Charge responses
```Pending```
## Analytics
```Pending```

here is the link to the npm module https://www.npmjs.com/package/paystack-js i hope am on the right path
This looks good. Give it a try
ProgrammingRe: Facing Problem Integrating Paystack With Nodejs by devdev: 5:29pm On Feb 18, 2020
peterincredible:
bros i just want to charge just once someone tries to buy my product i want to do everything from the backend but no concrete example there am just playing with it currently till when i figure it out if you have a simeple example pls share to save time i mean every thing from the backend oo so i will get the bank no and password and everything from the frontend then use the backend for the rest pls help if you have done something like that
What are you using for frontend?
ProgrammingRe: Facing Problem Integrating Paystack With Nodejs by devdev: 1:38pm On Feb 18, 2020
peterincredible:
hi all i am working on a project and i want to integrate paystack in it using their paystack-api nodejs npm package but seriously am just confuse about it cause i want everything to be handled on the backend pls if you have done something like that pls point me to the right direction i really need help thanks
Paystack api documentation is very clear with most examples in nodejs. If writing bunch of functions is your issue, then go for paystack-node package. It's quite simple to use
CelebritiesRe: Nollywood Actor #alesh Curses Those Who Started Following #kobebryant After His by devdev: 7:12pm On Feb 01, 2020
j
Jobs/VacanciesRe: List Of Confirmed Fake Job Venues by devdev: 2:43pm On Jan 29, 2020
n
BusinessRe: Any Investor Interested In Our Start Up? by devdev(op): 9:50am On Jan 11, 2020
Yoliyoli:
uzochinenye1@gmail.com
sent you a mail
BusinessRe: Any Investor Interested In Our Start Up? by devdev(op): 6:09pm On Jan 10, 2020
powerhouse3:
send a pm then ,mail is not working
Sent a pm... If you didn't get it then kindly drop your email, or send me a message to the address above
BusinessRe: Any Investor Interested In Our Start Up? by devdev(op): 5:53pm On Jan 10, 2020
powerhouse3:
drop ya digit ,let's talk
To avoid spammers calling, i will prefer a pm or send a mail to kjvaljee@gmail.com. Thank you
BusinessAny Investor Interested In Our Start Up? by devdev(op): 5:43pm On Jan 10, 2020
We just developed a new tech platform and currently open to investors and partners. Plz pm me if interested for more details.
CareerAny Investor Interested In Our Start Up? by devdev(op): 5:36pm On Jan 10, 2020
We just developed a new tech platform and currently open to investors and partners. Plz pm me if interested for more details.
ProgrammingRe: Do I Have To Pay To Pitch At Techpoint Build? by devdev(op): 10:47pm On Jan 09, 2020
Maskyy:
Simple Answer.
Yes. cus at a point, you will need a knowledge that goes beyond self-learning to start with.
Can you explain @bolded? Is your answer the reason why techpointbuild sells ticket to startups b4 pitching?
ProgrammingDo I Have To Pay To Pitch At Techpoint Build? by devdev(op): 5:59pm On Jan 07, 2020
Hello everyone, i went on techpointbuild to see if i can register to pitch at the 2020 event but i saw tickets where sold. Does a startup need to pay for ticket before pitching?
ProgrammingRe: Investment For Your App/software by devdev: 6:17pm On Jan 06, 2020
itgurunetwork:
Tell us about your app or software and let's see how we can come in
Is you investment finance based or tech support.
ProgrammingRe: Please Who Can Help Me Submit My App To Google Play Store by devdev:
salvationproject:
I used a normal text editor (NotePad) in writing the codes and then built the apk online using adobe phonegap build.
The apk may be a debug just as u suggested cause when I downloaded it, the name was reading something like mygpacalculator-debug.apk.
unfortunately you can't submit such app to playstore. The app should read something like mygpacalculator-release.apk and it must be signed. However you can share your debug app on other platforms.
ProgrammingRe: Please Who Can Help Me Submit My App To Google Play Store by devdev: 9:02am On Dec 28, 2019
salvationproject:
Sorry but how please?
What technology did you use in coding your app
ProgrammingRe: Please Who Can Help Me Submit My App To Google Play Store by devdev: 11:02pm On Dec 26, 2019
Did you sign your app?
WebmastersRe: Pls I Need Recommendation On The Best Payment Gateway To Use And Receive Dollars by devdev: 12:30am On Dec 22, 2019
Ozed71:
Good mornings fellow webmaster

Please I need recommendation on the best payment gateway to use for receiving dollars as Nigerian this is excluding PayPal

Please note my business is not yet registered with CAC

I build my website is power my WordPress (premium website)

I'll so much appreciate your suggestion
paystack receives in dollars.... many other payment gateways receives international transactions
TravelRe: Okada Rider Dies In An Accident Leaving Behind 6 Widows And 30 Children by devdev: 12:26am On Dec 22, 2019
t
ProgrammingRe: Is PHP A Must In Nigeria Tech Industry? by devdev: 9:54pm On Dec 21, 2019
peterincredible:
and that is my problem all the todo app and calculator is not my thing i feel if i do all those small one will make me look lyk a beginner so i look towards a little challenging problem lyk an intermediate challenge pl tell me lyk when u mean d one i can complete in a week pls give me some example i don tire for todo every youtube video i watch about portfolio i always here todo just anyone you have done that is a bit complex you have worked on so i can start by january when i am through with the one i am working on currently
If you develop huge apps, it definitely will not end on a github repo. You'll make it a solution to the public and possibly monetize it. However, if you're planning to develop for the sake of getting a job then simple apps and todos will do just right.
ProgrammingRe: Is PHP A Must In Nigeria Tech Industry? by devdev: 9:36pm On Dec 19, 2019
mathephysicist:
Good thoughts here. My Node.Js knowledge include ExpressJS for backend, VueJs for front-end, wanna give Adonijs a try... But your thoughts is still needed bro.. As I am desperately in need of a Job.
To easily get a job, most recruitters are after you recent projects. Here is the best way to handle such. create a simple project. Commit it to your git repo. you can have more than one projects there. Include your repo links in your CV. this should boost your chances of getting a job
ProgrammingRe: Is PHP A Must In Nigeria Tech Industry? by devdev: 5:00pm On Dec 19, 2019
mathephysicist:
Is PHP a must in Nigeria Tech Industry?
NO.... Infact it is not needed in todays web app development. NODEJS developers are paid more than PHP devs. Most startup now use NODEJS to create web apps. There are many advantages of Nodejs over PHP. I write both Nodejs and PHP and to be frank, nodejs is way more beneficial to PHP. In speed, code architecture, modern technology, security, web sockets and more. If you can, stay away from PHP and learn nodejs instead plz do.
ProgrammingRe: How Do I Remove This Text...kindly Help by devdev: 2:34am On Dec 13, 2019
if it's wordpress, inspect and find it's css class. use it to hide the text.
ProgrammingRe: I Need Help On Flutterwave Pay Bill Integration.. by devdev: 10:19pm On Nov 28, 2019
fnep2smooth:
WhatsApp me
Your number is not on whatsapp
ProgrammingRe: I Need Help On Flutterwave Pay Bill Integration.. by devdev: 5:09pm On Nov 28, 2019
fnep2smooth:
I need help on flutterwave pay bill integration..

can someone put me through thanks
I will have it done. Contact me on 08170077580
ProgrammingRe: How Much Should I Charge For This Mobile App Project? by devdev: 6:33pm On Nov 18, 2019
This is a cool project and if you plan to make it a small scale app and be around for a short time then it's cool. But if you plan to turn it to a large scale platform then you made a mistake using BaaS for backend. BaaS is used for small projects with not much control. Remember you do not own your data. You can not export any data you have there to your own host. Since your app is still on development, it's advisable you develop your custom backend and database so you can have full control

1 2 3 4 5 6 7 8 (of 8 pages)