Renato79
Simple is better than complex. Complex is better than complicated. (PEP 20 – The Zen of Python)
Cork, Ireland
Pinned Repositories
braintree-drop-in-ui-nodejs
In this repository, I wanted to show you how easy it would be to integrate BrainTree payment platform in your Node.js app or webpage. The documentation is very easy to follow, what you will find in this app is only the payment section and the chance to pay with a sandbox test account (please see pictures below). You can add this example to your app or webpage, follow the documentation to learn how to create your SandBox (test) account.
braintree-flask-python-integration
I created this application with Python / Flask framework to demostrate how you can integrate BrainTree payment gateway in your app or website by using Python SDK and BrainTree API. Braintree is a PayPal Service and a full-stack payments platform that makes it easy to accept payments in your app or website. All kinds of organisations can use Braintree to accept payments in mobile apps and websites.
delitaly
Delitaly is a project in Python / Django Framework that I created a few years ago as final exam for a course in Full Stack Development. Delitaly is basically an e-commerce written from scratch. This project uses the following Django Apps: “Allauth” for users subscriptions, access and management, “Profiles” for users’ info and purchase history, “Products” for the shop and items management (search, add, edit, delete), “Checkout” for the payment screen. I used Amazon Web Services for the deployment of static files such as CSS and Media files. I integrated Stripe for online payment processing.
Footer-always-at-the-bottom
I wrote this very simple example of Semantic Structure in HTML5 and CSS3 to help developers at their first experience to have a basic structured page, and solve the problem with a Footer that doesn't stay at the bottom of the page. How many times you read help requests where users can't make the Footer stay at the bottom of their webpage when the page is short and the screen is not filled? Here is the solution. I hope this will help.
Learning-Journal
Learning Journal is a web app that I created to demostrate how you can operate on stored data with Django framework. The technical purpose of this app is to show how to apply the four basic operations of persistent storage, create, read, update, and delete (CRUD). From user's perspective, with Learning Journal you can keep a list of the topics you're learning about, and keep track of your progress. Whenever you learn something new about a topic, make an entry summarising what you've learned.
Pairs
Pairs is a classic game that I created to demostrate my skills in pure, clean and simple (Vanilla) JavaScript. Pairs is a memory game where you need to match pairs of cards. Playing is very simple, you turn over one card and then try to find a matching card with the same character.
Renato79
Renato79's Repositories
Renato79/delitaly
Delitaly is a project in Python / Django Framework that I created a few years ago as final exam for a course in Full Stack Development. Delitaly is basically an e-commerce written from scratch. This project uses the following Django Apps: “Allauth” for users subscriptions, access and management, “Profiles” for users’ info and purchase history, “Products” for the shop and items management (search, add, edit, delete), “Checkout” for the payment screen. I used Amazon Web Services for the deployment of static files such as CSS and Media files. I integrated Stripe for online payment processing.
Renato79/braintree-flask-python-integration
I created this application with Python / Flask framework to demostrate how you can integrate BrainTree payment gateway in your app or website by using Python SDK and BrainTree API. Braintree is a PayPal Service and a full-stack payments platform that makes it easy to accept payments in your app or website. All kinds of organisations can use Braintree to accept payments in mobile apps and websites.
Renato79/Learning-Journal
Learning Journal is a web app that I created to demostrate how you can operate on stored data with Django framework. The technical purpose of this app is to show how to apply the four basic operations of persistent storage, create, read, update, and delete (CRUD). From user's perspective, with Learning Journal you can keep a list of the topics you're learning about, and keep track of your progress. Whenever you learn something new about a topic, make an entry summarising what you've learned.
Renato79/braintree-drop-in-ui-nodejs
In this repository, I wanted to show you how easy it would be to integrate BrainTree payment platform in your Node.js app or webpage. The documentation is very easy to follow, what you will find in this app is only the payment section and the chance to pay with a sandbox test account (please see pictures below). You can add this example to your app or webpage, follow the documentation to learn how to create your SandBox (test) account.
Renato79/Footer-always-at-the-bottom
I wrote this very simple example of Semantic Structure in HTML5 and CSS3 to help developers at their first experience to have a basic structured page, and solve the problem with a Footer that doesn't stay at the bottom of the page. How many times you read help requests where users can't make the Footer stay at the bottom of their webpage when the page is short and the screen is not filled? Here is the solution. I hope this will help.
Renato79/Pairs
Pairs is a classic game that I created to demostrate my skills in pure, clean and simple (Vanilla) JavaScript. Pairs is a memory game where you need to match pairs of cards. Playing is very simple, you turn over one card and then try to find a matching card with the same character.
Renato79/Renato79