Writing "social network" in go lang, part 5, friends

I decided to try to write a "social network", like facebook, vkontakte and such, for fun, in go lang ( http://golang.org ).

In the this part we are adding friends to our social network.

All source code (including rebuilder.php which uses darwin-notify from my unrealsync project) is available at github: https://github.com/YuriyNasretdinov/social-net/tree/part5

Live demo is available at http://social-net.hopto.org/

View more

From: Yuriy Nasretdinov

Related topics : social network php source

Laravel 5.2 PHP Build a social network - Middleware & Route Protection

Build a complete Social Network Web Application with PHP Laravel. In this video you will learn how to apply middleware to routes and how to use it to make certain routes only accessible to authenticated users.

Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube

Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)

In this course we'll build a neat little social network and cover the...

View more

From: Mindspace

Related topics : social network build

Laravel 5.2 PHP Build a social network - Creating Posts (Model & Controller)

Build a complete Social Network Web Application with PHP Laravel. In this video, we will implement the functionality to create Posts.

Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube

Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)

In this course we'll build a neat little social network and cover the basics of developing with Laravel.

If you feel like doing so, please subscribe,...

View more

From: Mindspace

Related topics : social network build

Laravel 5.2 PHP Build a social network - Post Validation & Outputting Errors

Build a complete Social Network Web Application with PHP Laravel. In this video we will implement the validation logic for new Posts.

Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube

Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)

In this course we'll build a neat little social network and cover the basics of developing with Laravel.

If you feel like doing so, please...

View more

From: Mindspace

Related topics : social network build

Laravel 5.2 PHP Build a social network - Creating the Dashboard View

Build a complete Social Network Web Application with PHP Laravel. In this video we will create the dashboard view for our application. Important: This will be a pure HTML/CSS (and Blade) video.

Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube

Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)

In this course we'll build a neat little social network and cover the basics of developing...

View more

From: Mindspace

Related topics : social network build

Laravel 5.2 PHP Build a social network - User Logout & Fixing Post Deletion

Build a complete Social Network Web Application with PHP Laravel. In this video we will take improve our post-deletion logic and allow users to log out.

Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube

Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)

In this course we'll build a neat little social network and cover the basics of developing with Laravel.

If you feel like doing...

View more

From: Mindspace

Related topics : social network build

Laravel 5.2 PHP Build a social network - Edit Posts with AJAX Request

Build a complete Social Network Web Application with PHP Laravel. In this video we will finally create and handle the AJAX request which will in the end be used to update our post data in the database.

Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube

Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)

In this course we'll build a neat little social network and cover the basics of...

View more

From: Mindspace

Related topics : social network build

Laravel 5.2 PHP Build a social network - Use jQuery to fetch Post Content

Build a complete Social Network Web Application with PHP Laravel. In this video we will use jQuery to load the content of the post which we want to edit.

Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube

Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)

In this course we'll build a neat little social network and cover the basics of developing with Laravel.

If you feel like doing...

View more

From: Mindspace

Related topics : social network build

Laravel 5.2 PHP Build a social network - Likes & Dislikes (1/3 - Models & AJAX)

Build a complete Social Network Web Application with PHP Laravel. This videos shows to start with the implementation of a Like/Dislike mechanic by setting up the backend and configuring the AJAX call.

Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube

Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)

In this course we'll build a neat little social network and cover the basics of...

View more

From: Mindspace

Related topics : social network build

REAL TIME SOCIAL NETWORKING SITE DEMO USING PHP, AJAX, JQUERY, BOOTSTRAP

This is a social networking site demo. You can fork this and add new features.

It has real time form validation, news feed system, posting, edit profile section, live image uploading, real time add friend, unfriend, accept friend. You can also block others.

It has also the feature of live searching of other users.

Here is the code : https://github.com/sandeep1995/timebranch

Thank you.

View more

From: Sandeep Acharya

Related topics : php social network site / social networking sites