LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

Udemy – Build a Python REST API with the Django Rest Framework

05/12/2019 Learning for Life Leave a Comment

Udemy – Build a Python REST API with the Django Rest Framework
English | Size: 1.66 GB
Category: Programming


Connect devices, front ends, other apps, and much more by creating your own REST API. Learn how in this course.
REST APIs Power the Internet
[Read more…]

Programming API, Build, Django, Framework, Python, REST, Udemy

OReilly – REST API Made Simple

22/11/2019 Learning for Life Leave a Comment

OReilly – REST API Made Simple-ZH
English | Size: 144.97 MB
Category: Tutorial


Master the REST API. REST stands for REpresentational State Transfer and it is used for distributed hypermedia systems. Become proficient with POST, GET, PUT, DELETE, and PATCH. Python will be used for the REST API and we will review how to get data from multiple systems including online shipping, search services, and dictionary services. Download and practice working with Python, PyCharm, and httpbin.org. Practice working with various HTTP methods. [Read more…]

Programming API, Made, Oreilly, REST, Simple, ZH

Packt – Advanced Rest APIS With Flask and Python-JGTiSO

06/10/2019 Learning for Life Leave a Comment

Packt – Advanced Rest APIS With Flask and Python-JGTiSO
English | Size: 4.32 GB
Category: Tutorial


This Advanced REST API course takes your REST API development to a whole new level by familiarizing you with more of the Flask ecosystem. We start with a simple REST API and teach you everything you need to know about it. We introduce new features and technologies by baking them into this application so you can see how a professional REST API is developed. Every new feature is added to a fully working application and tested. We also help you understand more about how to build features incrementally so you can get them to your users quickly and minimize risk.
[Read more…]

Programming Advanced, APIs, Flask, JGTiSO, Packt, Python, REST

Pluralsight – Five Essential Tools for Building REST APIs

20/09/2019 Learning for Life Leave a Comment

Pluralsight – Five Essential Tools for Building REST APIs
English | Size: 419.65 MB
Category: Programming | Cloud-Comp


REST APIs are a great way to connect systems together. They are platform-independent and work on simple, well-established standards that are designed to support high performance, massive scale, and secure communication. This course presents a… [Read more…]

Programming APIs, Building, Essential, Five, Pluralsight, REST, Tools

Pluralsight – Consuming a REST API with Guzzle and PHP

20/09/2019 Learning for Life Leave a Comment

Pluralsight – Consuming a REST API with Guzzle and PHP-XQZT
English | Size: 224.79 MB
Category: Tutorial


Guzzle is an HTTP client that provides methods which make sending HTTP requests, processing the response, and interacting with web services easy. It provides a very clean API, uses PSR-7 interfaces, and has built-in unit testing support. [Read more…]

Perl & PHP API, Consuming, Guzzle, PHP, Pluralsight, REST, XQZT

PluralSight – Configuring Encryption for Data at Rest in Microsoft Azure

29/07/2019 Learning for Life Leave a Comment

PluralSight – Configuring Encryption for Data at Rest in Microsoft Azure
English | Size: 351.81 MB
Category: Tutorial


Data protection and security is a fundamental tenant of deploying resources in Microsoft Azure. As an administrator, you need to understand the shared responsibility model for Microsoft Azure, and how data security is impacted. In this course, Configuring Encryption for Data at Rest in Microsoft Azure, you will learn how to apply additional encryption protection for Azure resources. First, you will learn about encryption with Azure Storage and the Storage Encryption Service. Then, you will discover how to implement Azure Disk Encryption for Windows and Linux VMs. Finally, you will understand how to implement Transparent Data Encryption and Always Encrypted on Microsoft SQL Databases. When you are finished with this course, you will have the skills necessary to implement data encryption at rest for multiple services in your Azure environment. [Read more…]

OS & Server Data, Microsoft Azure, PluralSight - Configuring Encryption, REST

TeamTreeHouse Build a REST API with PHP

20/06/2019 Learning for Life Leave a Comment

TeamTreeHouse Build a REST API with PHP-RiDWARE
English | Size: 178.64 MB
Category: CBTs


Build a REST API using the Slim Microframework.
What you’ll learn
REST APIs in Slim

CRUD API in Slim
In this course, we’re going to take on the task of building a REST API in PHP. Even if you’ve never used an API before, the good news is that all applications function in the same way. They take in a request and return a response. When building a web application, that response is returned in an HTML format. When building a REST API, that response is most often returned in a JSON format. We’ll be using the Slim framework to manage our code and a SQLite database to manage our data. [Read more…]

Programming API, Build, PHP, REST, RiDWARE, TeamTreehouse

PACKT Mastering REST APIs in Node.js: Zero To Hero

18/05/2019 Learning for Life Leave a Comment

PACKT Mastering REST APIs in Node.js: Zero To Hero
English | Size: 1.90 GB
Category: Tutorial


Have you ever wondered how REST APIs work? Have you tried to understand all of the components that are required to create REST APIs? Are you a developer from a Java/PHP/Perl/Python background who is now interested in Node.js? Did you want to know how relational databases work? Or how NoSQL works? How are they different – or even similar?
[Read more…]

.Net & Java APIs, Mastering, Node.js, Packt, REST, Zero to Hero

Lynda – Deploying REST Services with Chalice for AWS

01/04/2019 Learning for Life Leave a Comment

Lynda – Deploying REST Services with Chalice for AWS
English | Size: 319.69 MB
Category: Tutorial


Deploying REST Services with Chalice for AWS

Serverless architectures are growing in popularity due to their low cost and promises of hands-off configuration. Chalice, a microframework for writing serverless Python apps for Amazon Web Services (AWS), is one of the easiest ways to develop and deploy serverless applications. This course explains how to leverage Chalice specifically for deploying serverless REST services. Learn how to implement common REST components, add authentication, and use Cognito for integrating a front-end app and adding sign-up and sign-in features. Instructor Larry Ogrodnek also explains how to set up advanced options such as IAM policy generation and SAM deployment, and how to perform testing of your service. Finally, learn how to set up a continuous deployment pipeline that takes advantage of everything Chalice has to offer. [Read more…]

WEB/HTML/CSS/AJAX Chalice, deploying, Lynda, REST, Services

Udemy – Starting with REST API’s

10/06/2018 Learning for Life Leave a Comment

Udemy – Starting with REST API’s
English | Size: 902.63 MB
Category: Tutorial


Starting with REST API’s
Representational State Transfer (It is sometimes spelled “ReST”)
3.9 (8 ratings)
49 students enrolled
Created by Stone River eLearning
[Read more…]

WEB/HTML/CSS/AJAX APIs, REST, Starting, Udemy

  • « Previous Page
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • Next Page »
  • Steven Park – Student Accelerator
  • The Ultimate Guide to Creating an RPG Game in Unity 6 | Udemy
  • The Complete JavaScript Course 2025 | Udemy
  • Domestika – Logo design creation of monograms
  • 2600 Magazine – The Hacker Quarterly – Volume 35 (2018)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in