Bits an pieces of the WordPress Plugin Development playlist that I ended up watching today: Display The Loop inside a WordPress Shortcode Your browser does not support iframes. In this video with take the user’s query information from our shortcode attributes, and display the results using the WordPress Loop. Code can be found here:… Creating…
Blockchain and Hashgraph
Future of Blockchain Your browser does not support iframes. Luminaries in blockchain address the elephant in the room: which blockchain technology will reign supreme? We bring the big guns to the stage for a live deba… The Future is not Blockchain It’s Hashgraph Your browser does not support iframes. Hashgraph is said to be a…
Look What Aubrey Drew
Aubrey’s gift to her grandmother’s this year was this drawing:
Build Out Your Blog With Gatsbyjs
More help with building out your blog with Gatsby.js mixed with some GraphQL tutorials (since Gatsby.js relies on GraphQL. Rodrigo Muñoz – graphql Live: Reactive Queries at Facebook Your browser does not support iframes. Rodrigo Muñoz, Software Engineer at Facebook, gave this talk at GraphQL Summit 2017. Learn more: summit.graphql.com At Facebook, we’ve been developing…
Graphql Mixed With Blockchain
Had a bit of a mixed day as I switched back and forth between blockchain and graphQL on the Server. Building a GraphQL Server [Part 4] – JSON Server & Axios Your browser does not support iframes. In part 4 of 5 of this series we will move away from hardcoded data and implement JSON-server…
cryptocurrencies
Looking into the underbelly of cryptocurrencies. Some of these videos are a bit sketchy, but I think it’s important to understand the various parties that participate in the community. How To Build A Crypto Portfolio With Only $500! Your browser does not support iframes. Electrum: https://electrum.org/#download Coinbase: https://www.coinbase.com/join/52ee973bb218760f060000c9 UPDATE: Want to start trading altcoins? My…
Blockchain Introduction
A overview of BlockChain technologies from a bunch of different prospectives. A Guide to Building Your First Decentralized Application Your browser does not support iframes. Web 3.0 is here! Welcome to the dark side of web and mobile development (in a good way). Lets talk about how we can use blockchains, distributed hash tables,… Creating…
Gatsbyjs Introduction
I’m working on moving my blog over to Gatsbyjs. Here are some intro videos to get going. Using GraphQL in a Static Site Generator – Kyle Mathews Your browser does not support iframes. Gatsby is a blazing-fast static site generator for React. Its recent new major release unveiled a new plugin-driven data layer which automatically…
Web RTC
Web RTC – HTTP203 Your browser does not support iframes. Ever wondered about WebRTC? Well… wonder no more! Sort of. Surma has been dabbling, and does his best to explain his findings to Jake.
Adding GraphQL to our REST APIs
Rarely do we get to build applications from scratch. Rather, we frequently have to make improvements on existing systems. Coursera has built on their existing REST APIs. Here’s how. Declarative GraphQL: Adding GraphQL to our REST APIs – Bryan Kane Your browser does not support iframes. Coursera has over 500 REST APIs in production. We’re…