In this tutorial, we are building a real-time chat app with Node.js/Express backend and React/Bootstrap frontend. Continue reading “Building a Chat App with Express, React and Socket.io with GIFs Support”
Month: May 2018
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”
Integrating Instagram API in Laravel 5.6
In this tutorial, i’ll show you how to integrate Instagram API in Laravel App. We won’t be using any Instagram PHP wrapper library. Instead, we’ll use socialiteproviders/instagram provider to retrieve an access token from Instagram Continue reading “Integrating Instagram API in Laravel 5.6”
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”
How to use NTFS drive in Plex Media Library on Ubuntu
If you’re here looking for a way to add NTFS mounted drive to Plex Media Libary and want to avoid the hassle of editing fstab file, then you’ve come to the right place. Continue reading “How to use NTFS drive in Plex Media Library on Ubuntu”
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”