Christopher's articles
Christopher Vundi explains how to visualize data in a Vue project, using the popular D3.js library, which combines powerful visualization components and a data-driven approach to DOM manipulation.
Christopher goes through new features in Laravel 5.5, explaining and demonstrating each, and linking to further resources about them. Dive into 5.5 now!
Christopher presents Eloquent's polymorphic relationships in a human-friendly way - come learn what they're all about and master this awesome ORM!
Christopher continues building the Laravel Social Network project by fully implementing Stream functionality with follows, friending, and notifications.
Ever wanted to add user following and real-time notifications to your Laravel apps? Now you can - easily: with Stream. Let's see how to bootstrap it!
Chris Vundi focuses on fine tuning our online Laravel and Braintree courses website by tweaking the subscription plans and securing the app
Let's build a subscription based courses-site with Laravel and Braintree! Come and learn how to start selling subscriptions with ease!
Chris adds a password-less login procedure on top of the typical username/password login in Laravel - let's kill the password!
Christopher Vundi walks through setting up an interest feed model and application for your users in Rails.