Core Data : CRUD Operations
April 18, 2019

Core Data CRUD Operations In the previous article Core Data : Managed Object Model, we learned about Managed Object Model, how to create entities, their attributes, and relationship between entities. In this article, we will learn the CRUD operations i.e. Create, Read, Update and Delete records from the Core Data Entity. We will use the ...Read more

Read More
RESTful API with Slim Framework
April 16, 2019

Slim is a full-featured, open-source PHP micro-framework that enables you to write ‘simple yet powerful’ web applications and APIs in a quick manner. It comes with a sophisticated URL dispatcher and middleware architecture that makes it perfect for static websites or API prototyping. It supports all (GET, POST, PUT, DELETE) the HTTP methods. This article ...Read more

Read More
Artisan Commands in Laravel
April 8, 2019

Laravel framework provides three primary tools for interaction through command-line namely: Artisan, Ticker and REPL. This chapter I am going to explains about Artisan Commands.First of all open your command line and go to the project route folder likecd var/www/html/laravel-project/after that you can execute artisan commandswhat is Artisan commands?Artisan is the command-line interface included with Laravel. It provides a number of helpful commands that can assist you while you build your application. ...Read more

Read More
How to get Facebook App Credentials
March 18, 2019

Hello Everyone! In this article, I am going to explain the process of getting Facebook App credentials. The steps involved in the process are as follows: STEP 1: Login to https://developers.facebook.com 1. Visit Facebook developers page i.e. https://developers.facebook.com 2. Select my Apps >> Add new App from the menu. 3. A popup will appear seeking your ...Read more

Read More

Lets’s Talk

About your ideas and concept