interview questions for keras

Top 50 interview questions and answers for Keras

The Keras is a high-level, deep learning API developed by Google for implementing neural networks. It is written in Python and is used to make the implementation of neural networks…

Read more »

Create Rest API with Laravel Passport Authentication

Laravel passport Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use. We will use laravel passport to authenticate token-based request except for session You have to just…

Read more »

JSON Web Token (JWT) Authentication via API for Laravel & Lumen.

JWT (JSON WEB TOKEN) JSON Web Token (JWT) is an open standard that allows two parties to securely send data and information as JSON objects. This information can be verified…

Read more »

How to Test Laravel API from Localhost to Android Emulator.

If you are Working with laravel API and and want to test your app in local with android emulator or your mobile Connected to your Computer, so just follow the…

Read more »

RESTful Services in Web API.

RESTful Service Structure Let’s have a look at the structure a RESTful service generally has, or how it works. Here we have, well, parts of a RESTful service. We’ve got…

Read more »

How to Use Postman API Client.

This is the interface with which we will work a lot throughout this course, and which allows you to send requests to RESTful APIs, It looks a bit like a…

Read more »

Postman – What is Postman, and how do I set-up the tool?

Postman is a little program, or a Chrome extension to be precise, which allows you to access RESTful APIs in a very convenient way, with a graphical user interface and…

Read more »

Designing and Structuring a Restful Service-

Decomposing your service- Which means all the tiny service thinking about an end to the endpoint to be restful service your API endpoint for basic of structure. It’s important to…

Read more »

What are Restful Services?

Restful Services provide uniform, standardized access with clear request requirements and response structure. This means that Restful services allow us to know which data they will receive so that the…

Read more »
Api

What is Rest and Restful API? Understand the Concept

Hey everyone welcomes back, Today we’re gonna learn what is REST and RESTful API you probably heard the word REST API and restful API in web development and then you…

Read more »
Api

What is API, clear the Concept.

In this article we will understand what is API. You might heard this word in web development but still most of the peoples conneot understant what is API in this…

Read more »

What is the difference between REST, API & EndPoint?

API– API is a very broad term. Generally, it’s how one piece of code talks to another. In web development API often refers to the way in which we retrieve…

Read more »

RESTful Web Services with PHP and Laravel

For Restful Api You must have the solid working of PHP.– You must have at least PHP installed in your machine.– You must have a composer installed and accessible from…

Read more »
Api

Refresher on RESTful Services.

Let’s have a look at the structure a RESTful service generally has, or how it works. Here we have, well, parts of a RESTful service. We’ve got some API endpoints,…

Read more »
post man setup

Use Postman in Laravel Project.

So here’s what we’re going to build, a RESTful service, which allows you to sign up as a user, and then create meetings, sign up for meetings, andregister for meetings,…

Read more »
post man setup

How to Setup Postman in Windows and Mac.

The first step is to get Postman. Now Postman is a little program, or a Chrome extension to be precise, which allows you to access RESTful APIs in a very…

Read more »
Api

What are the RESTful services?

So let’s start by thinking about what RESTful services actually are. Have a look at the Images. you see we have two clients, a laptop and a smartphone,and we have…

Read more »

How to Create REST API in Laravel.

API is also known as Web services. Web services is very important when you are creating web and Mobile app. You require API in mobile application development. If you Don’t know how…

Read more »