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

PluralSight – Play By Play Building a Node Web API [12 MP4, Exercise Files]

21/02/2016 Learning for Life Leave a Comment

PluralSight – Play By Play: Building a Node Web API [12 MP4, Exercise Files]
English | Size: 797.61 MB (836,354,279 bytes )
Category: Pluralsight


Play by Play is a series where we sit down with an expert to work on a solution in real time. It’s unscripted and unrehearsed. In this course, NodeJS expert Sam Artioli builds a web app from scratch. You’ll learn how to set up a Node app, build a web API with Express, integrate with MongoDB, and cache HTTP results with Redis. You’ll also learn some expert techniques, such as offloading and proxying requests to multiple Node servers, organizing API routes, and avoiding blocking process and taking advantage of Node’s event loop. Exercise files for the course are located at https://github.com/samartioli/node-web-api. [Read more…]

WEB/HTML/CSS/AJAX Building, Node, Play by Play, Pluralsight, Web API

Eduonix – Learn nodejs by building 10 projects

20/02/2016 Learning for Life Leave a Comment

Eduonix – Learn nodejs by building 10 projects

English | Size: 3.44 GB (3,697,812,703 Bytes)
Category: CBTs


Nodejs is open source cross platform environment for creating server side and network applications. It is built on the Chrome’s JavaScript Runtime and can be used to build large scale web applications to quick time. It uses non blocken I/O and even driven model to allow creation of lightweight and highly scalable web applications. Our training program emphasizes on practical application of this amazing technology and will teach you nodejs development using real world application development.
[Read more…]

Programming 10 projects, Building, Eduonix, Learn nodejs

FrontendMasters.com – Building Web Apps With Node.js [28 MP4]

16/02/2016 Learning for Life Leave a Comment

FrontendMasters.com – Building Web Apps With Node.js [28 MP4]
English | Size: 1.46 GB (1,562,566,581 bytes )
Category: Tutorial


Kevin Whinnery, developer relations for Twilio, walks through the essentials to understand programming in the Node.js environment.

This course is ideal for those coming from other server-side languages looking to get into building web applications with server-side javascript in Node. It covers node modules, routing and templating with express, data persistence with MongoDB, realtime communication between server and client with socket.io, sharing code on client and server with Browserify, and covers additional resources to go even further.
[Read more…]

.Net & Java Building, Frontendmasters.com, MP4, Node.js, Web Apps

Skillshare – Logo Design the Draplin Way – Building with Shape, Type, and Color-SS

05/02/2016 Learning for Life Leave a Comment

Skillshare – Logo Design the Draplin Way – Building with Shape, Type, and Color-SS

English | Size: 1.22 GB (1,313,323,161 Bytes)
Category: CBTs


Portland graphic designer Aaron Draplin is legendary for the pride and craftsmanship he brings to every project. Whether designing for the plethora of DDC clients like Nike and Ride Snowboards, or personal brands like his Field Notes memo notebooks, his work always strikes viewers as functional, nostalgic, and iconic. How does he do it?
[Read more…]

Tutorials for designer Building, Draplin Way, Logo Design, Shape, Skillshare

Pluralsight – Building Data-driven React Applications with Relay, GraphQL, and Flux-SS

02/02/2016 Learning for Life Leave a Comment

Pluralsight – Building Data-driven React Applications with Relay, GraphQL, and Flux-SS

English | Size: 408.18 MB (428,003,878 Bytes)
Category: CBTs


Building Data-driven React Applications with Relay, GraphQL, and Flux

Level: Intermediate
Course Duration: 3h 9m
Released: 8 Jan 2016
Instructor: Samer Buna
[Read more…]

.Net & Java Building, Data-driven, Pluralsight, React Applications, Relay

Harvard CS E75 – Building Dynamic Websites [19 PDF, 19 MP4, 14 ZIP]

29/01/2016 Learning for Life Leave a Comment

Harvard CS E75 – Building Dynamic Websites [19 PDF, 19 MP4, 14 ZIP]
English | Size: 7.47 GB (8,016,687,587 bytes )
Category: Video


Today’s websites are increasingly dynamic. Pages are no longer static HTML files but instead generated by scripts and database calls. User interfaces are more seamless, with technologies like Ajax replacing traditional page reloads. This course teaches students how to build dynamic websites with Ajax and with Linux, Apache, MySQL, and PHP (LAMP), one of today’s most popular frameworks. Students learn how to set up domain names with DNS, how to structure pages with XHTML and CSS, how to program in javascript and PHP, how to configure Apache and MySQL, how to design and query databases with SQL, how to use Ajax with both XML and JSON, and how to build mashups. The course explores issues of security, scalability, and cross-browser support and also discusses enterprise-level deployments of websites, including third-party hosting, virtualization, colocation in data centers, firewalling, and load-balancing. [Read more…]

WEB/HTML/CSS/AJAX Building, Dynamic, Harvard CS E75, PDF, Websites

[Pluralsight.com] Building NoSQL Apps with Redis

27/01/2016 Learning for Life Leave a Comment

[Pluralsight.com] Building NoSQL Apps with Redis

English | Size: 636.27 MB (667,176,868 Bytes)
Category: CBTs


Redis is an extremely fast NoSQL database. It is widely used by many large web applications like Twitter and Stackoverflow. However, getting started with Redis can be intimidating. A lot of developers find Redis is very different than relational databases like SQL Server or Oracle and even quite different than other NoSQL databases like MongoDB or RavenDB. In this course, you will begin to understand exactly what Redis is and how Redis works. You will walk through 5 data structures of Redis that will help you to understand how each data structure works and when you might use it. John will show you how to install Redis, both on a Windows machine for learning and testing and on a real Linux server for production use. You’ll also learn about the ServiceStack.Redis C# client for accessing Redis from C# code. Finally, John will take you through the process of creating a real application with Redis and ASP.NET MVC4 as we put what we learned into practice. The purpose of this course is to take you from being hesitant to learning this database, to confident in building a complete application using Redis as a backend. [Read more…]

Database & SQL Apps, Building, NoSQL, Pluralsight.com, Redis

Pluralsight – Building a Web App with ASP.NET 5, MVC 6, EF7 and AngularJS-SS

21/01/2016 Learning for Life Leave a Comment

Pluralsight – Building a Web App with ASP.NET 5, MVC 6, EF7 and AngularJS-SS

English | Size: 1.35 GB (1,453,035,323 Bytes)
Category: CBTs


ASP.NET 5 is a whole new way of developing web-applications with .NET and C#. In this course, you’ll learn how this new change can speed up development of web apps. This course will walk you through creating a web application using HTML, JavaScript, CSS, ASP.NET 5, MVC 6, Entity Framework 7, Bootstrap 3, and AngularJS 1.4.
[Read more…]

WEB/HTML/CSS/AJAX ASP.NET 5, Building, MVC 6, Pluralsight, Web App

PluralSight Building AngularJS and Node.js Apps with the MEAN Stack

19/01/2016 Learning for Life Leave a Comment

PluralSight Building AngularJS and Node.js Apps with the MEAN Stack
English | Size: 742.98 MB (779,075,584 bytes )
Category: Tutorial


Learn to build an end to end application with Angular, Node, Express and Mongo

Joe has been a web developer for the last 13 of his 16+ years as a professional developer. He has specialized in front end and middle tier development . Although his greatest love is writing code, he also enjoys teaching and speaking about code. [Read more…]

.Net & Java AngularJS, Apps, Building, Node.js, Pluralsight

LearnFlash.com Building Websites in Flash CS3

17/01/2016 Learning for Life Leave a Comment

LearnFlash.com Building Websites in Flash CS3
English | Size: 1.23 GB
Category: Tutorial


LearnFlash – Building Websites In Flash CS3

1- Introduction (Running Time: 1:19)
2 – Project Files (Running Time: 37 seconds)
3 – Building a Simple Website (Running Time: 15:05)
4 – Making it Work (Running Time: 13:43)
5 – Animated Transitions (Running Time: 13:53)
6 – One-Frame Websites (Running Time: 7:45)
7 – Attaching Movie Clips with ActionScript (Running Time: 14:56)
8 – ActionScript Transitions (Running Time: 10:30)
9 – Dynamic Transitions (Running Time: 19:06)
10 – Disabling Buttons (Running Time: 8:49) [Read more…]

WEB/HTML/CSS/AJAX Building, Flash CS3, LearnFlash.com, Websites

  • « Previous Page
  • 1
  • …
  • 63
  • 64
  • 65
  • 66
  • 67
  • …
  • 72
  • Next Page »
  • Mastering Chrome Developer Tools, v4 | Frontend Masters
  • Building Your English Brain 2: Think in English with AI | Udemy
  • Credit Risk Modeling in Python | Udemy
  • AI Automation for Beginners with n8n | Udemy
  • Next.js and React: The Complete Modern Web Development Guide | Udemy

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