Integrating Pinterest API in Laravel

In this tutorial, I’ll show you how to integrate and use Pinterest API in your Laravel Application. At first, I wanted to use dirkgroenen/pinterest-api-php which would work flawlessly for any PHP project but I faced an issue when trying to integrate it into Laravel. Continue reading “Integrating Pinterest API in Laravel”

Building a Reddit Image Search App with React Native

I’ve been learning React Native for about a week now. In the process, I’ve developed a Subreddit Image Search App. In this tutorial, I’ll try to share what I’ve learned so far to help beginners build their first app. Continue reading “Building a Reddit Image Search App with React Native”

Webpack 4: Extract CSS from Javascript files with mini-css-extract-plugin

Since the release of Webpack 4, extract-text-webpack-plugin is completely broken. A lot of people are complaining about their builds failing after upgrading to Webpack 4. Continue reading “Webpack 4: Extract CSS from Javascript files with mini-css-extract-plugin”

Using Google Drive REST API with Laravel

In this tutorial, we’ll be using Google Drive REST API with Laravel application. We’ll authenticate the user with OAuth service and retrieve their access token. We’ll then use it to manage their drive data and perform read and write operations on their behalf.  Continue reading “Using Google Drive REST API with Laravel”

Building Hacker News Desktop App with React and Electron

The story of Electron begins with Github’s open source code editor Atom. The goal was to build a desktop application with web technology. Github started looking for the right tool to build it. Continue reading “Building Hacker News Desktop App with React and Electron”