Hey, we can both earn $10 when you accept my invite to PayPal and spend $5. Use my link: https://py.pl/396vPPBBoV2
Author Archives: anthonykuong
Join EQ Bank for $20.00 Bonus [ No strings attached]
Go to https://www.eqbank.ca/ Signup $20 Code: https://join.eqbank.ca?code=ANTHONY1884
Skip the Dishes Promo $5.00 for new signups
Do u skip the dishes ? If you don’t use skip the dishes there is $5.00 off promo http://www.skipthedishes.com/r/iVjSQQM39p
Free PS5 Giveaway for January 2022
Free PS5 Giveaway for January 2022: https://bit.ly/PS5-Free-2022-Giveaway
Neo Financial Credit Card
Neo is Canada’s newest cash back credit card. No annual fees and cash back up to 4%. New users also get a $25 welcome bonus when you sign up with a referral code. Generally 10-15% off your first purchase up to a very small limit and only for the companies they partner with. After that,Continue reading “Neo Financial Credit Card”
EQ Bank referral $20 bonus! Use my referral code to get $20 when you open a bank account at EQ bank and deposit $100 in the first 30 days. The daily interest rate is 1.25% right now. https://join.eqbank.ca?code=ANTHONY1884 ONce you join you’ll be able to also do the same 20 for the first 3 referrals,Continue reading
GraphQL server demo
https://www.graphqlstack.com/ GraphQL Server – Apollo server starter example using https://www.apollographql.com/docs/apollo-server/getting-started/ Setup Notes Links graphql code: https://graphql.org/code/ apollo-server :https://www.apollographql.com/docs/apollo-server/ github: https://github.com/apollographql/apollo-server npm :https://www.npmjs.com/package/apollo-server-express Introduction We will use apollo server as a GraphQL server (to be used with any GraphQL client). Obtain a basic understanding of GraphQL principles Define a GraphQL schema that represents the structure of your data setContinue reading “GraphQL server demo”
Scaffold an angular app
This tutorial is targeted to people familiar with JavaScript and HTML/CSS. You also will need: Node.js up and running. NPM (Node package manager) . You can verify by typing: 1234 node –version## v12.13.0npm –version## 6.12.0 Angular CLI is the best way to get us started. We can download the tool and create a new projectContinue reading “Scaffold an angular app”
Observables, Observers and Subscriptions
Official site: http://reactivex.io/ Learning: https://thinkrx.io/ Observable <— Subscription –> Observer (next(), error(), complete()). Observable: an observer subscribes to an Observable which reacts to the data stream the Observable emits. A “hot” Observable may emits items as soon as it is created, and so any observer who later subscribes to that Observable may start observing the sequence somewhere in theContinue reading “Observables, Observers and Subscriptions”
Pact Consumer Driven Contracts
https://javier.gilpereda.com/microservices/implementing-springboot-restapi-using-pact-consumer-driven-contracts-bdd-and-cdc https://docs.pact.io/5-minute-getting-started-guide https://docs.pact.io/ https://martinfowler.com/articles/consumerDrivenContracts.html Example Repo: https://github.com/mattiasmgn/Pact-JVM-Example Links: https://github.com/DiUS/pact_broker-docker https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-consumer-junit https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider-junit https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider-maven