Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Professional Golf 2016: The Complete Media, Fan and Fantasy Guide, Wexler Daniel


Варианты приобретения
Цена: 28740.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 159 шт.  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Wexler Daniel
Название:  Professional Golf 2016: The Complete Media, Fan and Fantasy Guide
ISBN: 9781519742193
Издательство: Createspace Independent Publishing Platform
Классификация: ISBN-10: 1519742193
Обложка/Формат: Paperback
Страницы: 444
Вес: 1.02 кг.
Дата издания: 01.01.2016
Язык: English
Размер: 279 x 216 x 23
Поставляется из: США

Ashes of the sun

Автор: Wexler, Django
Название: Ashes of the sun
ISBN: 1788543165 ISBN-13(EAN): 9781788543163
Издательство: Bloomsbury
Рейтинг:
Цена: 9890.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Long ago, a magical war destroyed an empire, and a new one was built in its ashes. But still the old grudges simmer, and two siblings will fight on opposite sides to save their world.

American Cars: Illustrated Directory of

Автор: Wexler Bruce
Название: American Cars: Illustrated Directory of
ISBN: 0785833951 ISBN-13(EAN): 9780785833956
Издательство: Hachette Book Group
Цена: 17410.00 T
Наличие на складе: Нет в наличии.
Описание:

Everything that is great about the American automobile is presented in this full color, beautifully depicted guide. It includes all of your favorite American models; Chevrolet, Chrysler, Dodge, Ford, GMC, Jeep, Lincoln, Oldsmobile, Plymouth, Pontiac, and many more. There is a car catalogued for every type of enthusiast; big cars, small cars, beautiful cars, eccentric cars, and practical cars. The auto industry was the backbone of American industry, and the product was a pristine line of American automobiles. The "Illustrated Directory of American Cars" is a tip-of-the-hat to the fantastic creativity and determination that has driven American car design and technology for over a century.

Thousand Names, The

Автор: Wexler, Django
Название: Thousand Names, The
ISBN: 0091950600 ISBN-13(EAN): 9780091950606
Издательство: Random House - Penguin
Рейтинг:
Цена: 11430.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: In the desert colony of Khandar, a dark and mysterious magic, hidden for centuries, is about to emerge from darkness. Marcus d`Ivoire, senior captain of the Vordanai Colonials, is resigned to serving out his days in a sleepy, remote outpost, when a rebellion leaves him in charge of a demoralised force in a broken down fortress.

The Tammany Regiment: A History of the Forty-Second New York Volunteer Infantry, 1861-1864

Автор: Wexler Fred C.
Название: The Tammany Regiment: A History of the Forty-Second New York Volunteer Infantry, 1861-1864
ISBN: 1491787724 ISBN-13(EAN): 9781491787724
Издательство: Неизвестно
Цена: 48140.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Get Programming with Node.Js

Автор: Wexler Jonathan
Название: Get Programming with Node.Js
ISBN: 1617294748 ISBN-13(EAN): 9781617294747
Издательство: Pearson Education
Рейтинг:
Цена: 52790.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Summary

Get Programming with Node.js Get Programming with Node.js teaches you to write server-side code in JavaScript using Node.js. In 37 fast-paced, fun, and practical lessons, you'll discover how to extend your existing JavaScript skills to write back-end code for your web applications.

Foreword by Kyle Simpson.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Node.js delivers the speed and reliability you need for ecommerce, social media, and gaming applications. It comes with thousands of prebuilt packages to help you get started immediately. If you want to use JavaScript on the server, Node.js is your choice.

About the Book

Get Programming with Node.js teaches you to build web servers using JavaScript and Node. In this engaging tutorial, you'll work through eight complete projects, from writing the code for your first web server to adding live chat to a web app. Your hands will stay on the keyboard as you explore the most important aspects of the Node development process, including security, database management, authenticating user accounts, and deploying to production. You'll especially appreciate the easy-to-follow discussions, illuminating diagrams, and carefully explained code

What's inside

  • New features from ES2015 and later
  • Writing asynchronous code
  • Creating data models
  • Debugging JavaScript modules

About the Reader

Written for front-end web developers with intermediate JavaScript skills.

About the Author

Jonathan Wexler is skilled in production-grade, full-stack web development. He's a senior developer with Bloomberg.

Table of Contents

    GETTING SET UP
  • Lesson 0 - Setting up Node.js and the JavaScript engine
  • Lesson 1 - Configuring your environment
  • Lesson 2 - Running a Node.js application
  • UNIT 1 - GETTING STARTED WITH NODE.JS
  • Lesson 3 - Creating a Node.js module
  • Lesson 4 - Building a simple web server in Node.js
  • Lesson 5 - Handling incoming data
  • Lesson 6 - Writing better routes and serving external files
  • Lesson 7 - Capstone: Creating your first web application
  • UNIT 2 - EASIER WEB DEVELOPMENT WITH EXPRESS.JS
  • Lesson 8 - Setting up an app with Express.js
  • Lesson 9 - Routing in Express.js
  • Lesson 10 - Connecting views with templates
  • Lesson 11 - Configurations and error handling
  • Lesson 12 - Capstone: Enhancing the Confetti Cuisine site with Express.js
  • UNIT 3 - CONNECTING TO A DATABASE
  • Lesson 13 - Setting up a MongoDB database
  • Lesson 14 - Building models with Mongoose
  • Lesson 15 - Connecting controllers and models Using promises with Mongoose
  • Lesson 16 - Capstone: Saving user subscriptions
  • UNIT 4 - BUILDING A USER MODEL
  • Lesson 17 - Improving your data models
  • Lesson 18 - Building the user model
  • Lesson 19 - Creating and reading your models
  • Lesson 20 - Updating and deleting your models
  • Lesson 21 - Capstone: Adding CRUD models to Confetti Cuisine Creating controllers
  • UNIT 5 - AUTHENTICATING USER ACCOUNTS
  • Lesson 22 - Adding sessions and flash messages
  • Lesson 23 - Building a user login and hashing passwords
  • Lesson 24 - Adding user authentication
  • Lesson 25 - Capstone: Adding user authentication to Confetti Cuisine
  • UNIT 6 - BUILDING AN API
  • Lesson 26 - Adding an API to your application
  • Lesson 27 - Accessing your API from your application
  • Lesson 28 - Adding API security
  • Lesson 29 - Capstone: Implementing an API
  • UNIT 7 - ADDING CHAT FUNCTIONALITY
  • Lesson 30 - Working with Socket.io
  • Lesson 31 - Saving chat messages
  • Lesson 32 - Adding a chat notification indicator
  • Lesson
Pineal Gland & Your Third Eye: Proven Methods to Develop Your Higher Self

Автор: Ammon-Wexler Dr Jill
Название: Pineal Gland & Your Third Eye: Proven Methods to Develop Your Higher Self
ISBN: 099103791X ISBN-13(EAN): 9780991037919
Издательство: Неизвестно
Цена: 10330.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

The Tammany Regiment: A History of the Forty-Second New York Volunteer Infantry, 1861-1864

Автор: Wexler Fred C.
Название: The Tammany Regiment: A History of the Forty-Second New York Volunteer Infantry, 1861-1864
ISBN: 1491787708 ISBN-13(EAN): 9781491787700
Издательство: Неизвестно
Цена: 35110.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

As the Union mobilized to meet the military challenges of the Civil War, the people of New York volunteered in large numbers to meet the quotas set by President Lincoln. Tammany Hall used all of its political power to recruit men, mostly Irish immigrants, to form the regiment that would bear its name throughout most of the fiercest fighting of the war-from the bluffs outside Leesburg, the West Woods of Antietam, and the streets of Fredericksburg to Pickett's Charge at Gettysburg and the chaos that was Petersburg. Of the more than one thousand men who started with the regiment in 1861, less than one hundred would remain in 1864.

The Tammany Regiment: A History of the Forty-Second New York Volunteer Infantry is more than the history of a group of men fighting to preserve a way of life. It is a story of a powerful political machine. It is a story about how the Fenian Movement to free Ireland from England affected the men in the trenches. It is a story of how families survived the challenges of war and how they dealt with the tumultuous news they received about their loved ones.

Draw closer to many of the men in the Tammany Regiment, and share their thoughts and fears as they faced three years of unbelievable hardship. Did they do what was right? Could they have done more? Were they treated fairly? One thing is for sure-they will now be remembered!


Professional Golf 2017: The Complete Media, Fan and Fantasy Guide

Автор: Wexler Daniel
Название: Professional Golf 2017: The Complete Media, Fan and Fantasy Guide
ISBN: 1540841359 ISBN-13(EAN): 9781540841353
Издательство: Неизвестно
Цена: 28740.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Guns of Empire

Автор: Wexler Django
Название: Guns of Empire
ISBN: 178669283X ISBN-13(EAN): 9781786692832
Издательство: Bloomsbury
Рейтинг:
Цена: 8900.00 T
Наличие на складе: Невозможна поставка.
Описание: The fourth book in Django Wexler`s The Shadow Campaigns The weather is growing warmer, but the frosty threat of Vordan`s enemies is only growing worse...

Shadow Throne, The

Автор: Wexler, Django
Название: Shadow Throne, The
ISBN: 0091950597 ISBN-13(EAN): 9780091950590
Издательство: Random House - Penguin
Рейтинг:
Цена: 11430.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The King of Vordan is dying, and his daughter, Raesinia, is destined to become the first Queen in centuries. But politics knows no loyalties, especially for Duke Orlanko, Minister of Information and spymaster of the empire.

The Price of Valour

Автор: Wexler, Django
Название: The Price of Valour
ISBN: 0091950570 ISBN-13(EAN): 9780091950576
Издательство: Random House - Penguin
Рейтинг:
Цена: 11430.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Together with Marcus D`Ivoire, she sets out to turn the tide of history. But as all the powers of the continent rise against Vordan, Janus bet Vhalnich and Winter Ihernglass face a bloody battle against enemies not just armed with muskets and cannon, but dark priests of an ancient order, wielding forbidden magic.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия