- 6
- 23 030
Just1and0
Nigeria
Приєднався 5 сер 2019
Just1and0 is your go-to channel with amazing content on day-to-day development and software practice, covering javascript, react and React Native!
Here, the aim is to break the most complex concept to the basics and make you see our truth that no matter the code you write it's just1and0 :)
Here, the aim is to break the most complex concept to the basics and make you see our truth that no matter the code you write it's just1and0 :)
Відео
Meet Oluwatobi Shokunbi - Tech consultant, Traveller and Founder
Переглядів 1632 роки тому
Welcome to my UA-cam channel. Here I create videos around tech, traveling, and living in the UK. I have loads packed for you so make sure to have fun here and hit the subscribe button to get notified as soon as a new video drops. I am open to collaborations and brand partnerships. To follow me on all my social media platforms: Instagram: just1and0 Medium: medium.com/@just1and0 Li...
How To Setup Database On Heroku For Your Laravel Application
Переглядів 3,2 тис.4 роки тому
You finally deployed your Laravel application on Heroku, Now the need to set up a database arise, it always does, how else could you do basic things in your Laravel applications and working with data, as well as storing it. In this one, you'll learn How To Setup Database On Heroku For Your Laravel Application for FREE! Code snippet. worker = PHP artisan migrate php artisan migrate:fresh PHP art...
How to host your Laravel application for free on Heroku
Переглядів 14 тис.4 роки тому
Getting your project on an actual server for people to see is as important as writing that last piece of code and getting the satisfaction of being done with that project! In this one, you'll learn how to host your Laravel application on Heroku for FREE! Code snippet. Profile = web: vendor/bin/heroku-php-apache2 public/ Related Links Github repo - github.com/just1and0/HostOnHeroku Medium Articl...
Accepting Payment With Paystack In React Native
Переглядів 5 тис.4 роки тому
Processing payment can be tricky, especially when you can't find good documentation from the payment processing provider on how to integrate with react native, in this one you'd learn how to integrate payment into your react native application using Paystack! Relevant Links; GITHUB Repo: github.com/just1and0/React-Native-Paystack-WebView Paystack Website: paystack.com/ Expo website: expo.io/ Do...
not free liar
It appears it does work on React Native Expo anymore
thanks borther
I am getting error
Thank you bro for sharing this tutorial
Hi bro nice work, worked on a project and this worked last year but after updating react native it does not work it seems its not compatible with the latest version of react native
fixed on latest release
This is amazing
how can I upload transaction details to paystack
does is accept dollar payment?
Hello, thanks for this video. I'm just having a challenge as I'm relatively new to react-native. I haven't been able to pass the cart total amount to the Paystack amount. Can you please help?
hello,this is the error am getting,any assist to resolve this: Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Unable to verify my credit card
good work, does paystack web view(this method) support Recurring Charges?
We did support it once but stopped as it exposed the Paystack secret key which introduced security issues. I'd advice you do this on the backend.
What about vendors and node modules folder because we don't push that folders on GitHub
There is a file called .gitignore in your laravel folder that contains information about which files to not push to GitHub. The node modules and vendor file names are in there, among a number of other files that should not be pushed when executing push to GitHub
👏🏽
Hi Sir , can I ask how did you setup your database heroku? Do you have a demo video on setup those from Laravel application.
Hello, I do have a video on this, you can check it out here ua-cam.com/video/zf0gT2J6xik/v-deo.html Don't forget to like and subscribe :)
I stuck at 'deploy branch" It keep failed. The error said about composer.json How to fix that?
Perfect 5 Star for you. You didn't explained how others can view your project when they need to visit your application.
Nice but it's depreciated now
i did everthing from the video but it still showing "Forbidden You don't have permission to access this resource."
Please can you improve the library to add metadata
Nice work👍
Thank you! Cheers!
@@Just1and0 you are welcome 🥂😊
But it is not full free.
Does the repository have to be public?
i have an error [42s02] Base table or view not found tabble dosen't exist !!
guy this your payment gateway no dey work for me ooh.. i have added all the field that is needed but it not displaying the button text .. be like say I go go kiss my Node js like that for paystack dev
man thanks for sharing this you save the day....
Glad I could help 🙂
@@Just1and0 sure
Thank you very much
You are welcome
it didn't work......
Thank you so much.
Perfect! Thanks a lot friend!
No one on UA-cam deserves (Like), like you thanks..
OMG! You save my day! Thank you so much! This is really great video and explained very detailed. Thanks again!
Item could not be created: Please verify your account to install this add-on plan (please enter a credit card) For more information, see devcenter.heroku.com/categories/billing Verify now at heroku.com/verify
have u solved this problem?
how to create this Profile locally with some icon is
This is brilliant! Is there one for subscription/ recurring payments as well?
Thanks buddy you saved me :)
You're welcome 😃
Thanks man. Great help. God bless your UA-cam Channel
2:25 set up db info, 1: username, 2: pass, 3: host, 4: db-name 4:25 repair error
sir it work but the images not i cannot find the storage folder in public where the images located. should i upload it in another cloud then copy the url in it and put manually on the code?
its good to see guys like you out there doing amazing things
Thank you sir
Wow! simplified
Please hep me, i have some error " ode_modules\metro\src\DeltaBundler\traverseDependencies.js:87:2 "
did you find a solution to the error?
This is actually brilliant!
This doesn't work with live keys, you typically get to a point where it says `Please close this to verify` but there's no button to close. Plus non of the callbacks are fired at this point even after entering token code sent from bank
I see you used the secret key. YOU SHOULD NEVER USE THE SECRET KEY ON THE FRONTEND.
please bro i did everything so far but I'm stuck at error code 403 page even after adding the procfile and deploying the branch again.
Did you fix it?
nice one. God bless you
Hi, can anyone help me. while i converting the project from js to ts. i can't able to make this react-native-paystack to work.eventhough, i tried with npm install @types/react-native-paystack. but it doesn't work.
The paystack webview loads forever. I think there's and error
might want to reload your app and try again
Did you fix this? looking into the library I see some bugs. it also doesn't handle errors. I'll create a PR.
@@alittleextra2832 nope.. i haven’t tried it at all, but from using RN if my app loads forever i simply restart
@@kayode0x That's definitely not a good user experience. I'll submit a PR to handle errors. hopefully, your issue should be fixed in the next update.