PayPal operates a worldwide online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.
This is AMA with great minds developing PayPal APIs like Express Checkout, PayPal Payments Standard, In-Store, Marketplaces, etc.
Ask PayPal Developers about:
Hosted by:
Hello Hashnode folks! We're super excited to be here for this AMA session 😀
The host team is a broad representation of engineering, professional services and management at PayPal, so we can tackle pretty much any question you throw at us.
We're more than happy to discuss our engineering practices, open source work, mistakes from the past and lessons learned, corporate culture at PayPal, "day-in-the-life" questions, our diversity and inclusivity initiatives and more!
Only a couple of topics are off-limits (Legal said so...). We can't give any forward looking statements on company performance, and obviously we can't give away "secret sauce" information.
Looking forward to answering everyone's questions!
-The PayPal Team.
What security software comes pre-installed on MacBooks issued by PayPal? I am running a startup and have been thinking how to protect the data on my employees' machines.
How big is the security team in PayPal and what does their day-to-day work look like?
What tools/IDEs/machines do PayPal engineers use to write code?
Do you guys think that blockchain technology is gonna change, how we do remittance in near future? Your personal views :D
are you guys practicing much of the reactive principles when architecting system, are the feelings all positive? I have worked on a few microservice based systems and i don't think there really is a way to totally isolate any direct inter-service dependancy or am i missing a trick :)
When PayPal decided to move the Web Tier to Node.js, were there any internal conflicts? Difference of opinions? If yes, how was it resolved?
What does a PayPal Engineer's daily life look like (highlights of a working day)?
Hi Devs, Just wanted to know your opinions on GraphQL
PayPal being a Node.js stack company with Douglas along side. What are your views towards the challenge GO? :D
Do you think NoSQL is a fad and that SQL databases with relaxed schema are the way to go?
Hi, thanks Kent for JS Air podcast. My question is do you guys use noSQL databases if yes then for what purposes.
How do you handle burnouts? Would love to know what you guys have to say about this.
As digital currency like BitCoin is taking over the world; What is PayPal doing next?
Which primary DB do you use with Node.js and how do you handle DB transactions? Also, do you use any NoSQL databases as a part of your stack?
What made PayPal engineers switch to Node.js? In other words what problems did you guys face with Java stack which was eventually solved with Node.js?
What legacy have the likes of Elon Musk and Peter Thiel left that the team still follows?
Hey paypal devs.. I was a massive advocate of you guys up until stripe came along with a super easy payment api, since then I haven't really used anything else. Just want to know since they came on the scene what kind of board stroke improvements you have made to win back developers :) Sorry if its sensitive but will really help us busy devs read into more details later on and make the switch again :)
Thanks for the AMA. :)
What challenges did you face while migrating the infra from Java to Node.js?
What are some of the problems you're facing with Node currently?
How helpful is Node.js for you guys? Heard that Paypal was among the first companies to adapt it.
What are considerations and security concerns that are typically involved in building APIs for developers?
Nivesh Singh
connect me on twitter :D
Just from architecture perspective, if we have multiple microservices up and running. Is it better to have inter service communication via Queues or via direct API-endpoints.