Book picks similar to
Mastering Node.js by T.J. Holowaychuk
javascript
computer
free
may-read
Working with UNIX Processes
Jesse Storimer - 2011
Want to impress your coworkers and write the fastest, most efficient, stable code you ever have? Don't reinvent the wheel. Reuse decades of research into battle-tested, highly optimized, and proven techniques available on any Unix system.This book will teach you what you need to know so that you can write your own servers, debug your entire stack when things go awry, and understand how things are working under the hood.http://www.jstorimer.com/products/wor...
How to Count (Programming for Mere Mortals, #1)
Steven Frank - 2011
unsigned numbers- Floating point and fixed point arithmeticThis short, easily understood book will quickly get you thinking like a programmer.
Introducing Windows Azure for IT Professionals
Mitch Tulloch - 2013
It is offered for sale in print format as a convenience.Get a head start evaluating Windows Azure - with technical insights from a Microsoft MVP Mitch Tulloch. This guide introduces the latest features and capabilities, with scenario-based advice on how the platform can meet the needs of your business. Get the high-level overview you need to begin preparing your deployment now.Topics include: Understanding Windows Azure Windows Azure Compute Services Windows Azure Network Services Windows Azure Data Services Windows Azure App Services Getting Started with Windows Azure
CoffeeScript
Trevor Burnham - 2011
It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.
Absolute Beginner's Guide to C
Greg Perry - 1993
This bestseller talks to readers at their level, explaining every aspect of how to get started and learn the C language quickly. Readers also find out where to learn more about C. This book includes tear-out reference card of C functions and statements, a hierarchy chart, and other valuable information. It uses special icons, notes, clues, warnings, and rewards to make understanding easier. And the clear and friendly style presumes no programming knowledge.
The Waite Group's Turbo C Programming for the PC
Robert Lafore - 1987
Assuming no prior knowledge of C, this introductory-level book demonstrates and explains how to write useful and marketable programs in Turbo C on the IBM PC, XT, AT, and PC/Z computers.
Computer Graphics with OpenGL
Donald Hearn - 2003
The text converts all programming code into the C++ language.
Minecraft: Minecraft Cheat Codes Handbook: Over 60+ Minecraft Mods and Minecraft Secrets FREE! (minecraft, minecraft codes, minecraft construction, minecraft mods, minecraft hacks)
Wimpy Minecrafter - 2015
You know you want to get better at minecraft... The one thing every minecraft player wants... Where you can play freely and create new things and use the best minecraft cheats, mods, secrets, and tips nobody else know's about... Want to Know What You'll Get in This Minecraft Handbook...? Minecraft - Become a Pro in Minecraft! Minecraft - Greatest Survival Techniques & Tips Minecraft - Outstanding Tricks to Help You Master The Game Minecraft - Extremely Easy to Read Minecraft - Explore New Minecraft World You Never Knew About! Read This Minecraft Cheat Codes Handbook FREE Today Don't have kindle? No worries! Read it on your PC, Mac, Tablet Or Smartphone! Become The Minecraft Player You've Always Wanted to Be Don't Forget Your FREE Bonus Inside Tags: Kids books. minecraft jokes for kids, minecraft jokes for kids free, minecraft, minecraft games, minecraft xbox, minecraft tips, minecraft jokes, minecraft comics, minecraft books, Minecraft, minecraft comics, minecraft mobs, free minecraft books, Minecraft stories, Minecraft Survival Guide, computer games Humor & Entertainment Entertainment & Games Games & Strategy Guides Children's Nonfiction Games Minecraft, Minecraft redstone handbook, minecraft game, minecraft games, minecraft xbox, minecraft magazine, minecraft secrets, minecraft revenge, Minecraft combat, Minecraft building guide, minecraft stories, Minecraft, minecraft comics, minecraft mobs, free minecraft books, Minecraft stories, Minecraft Survival Guide, computer games Humor & Entertainment Entertainment & Games Games & Strategy Guides Children's Nonfiction Games Minecraft, Minecraft redstone handbook, minecraft game, minecraft games, minecraft xbox, minecraft magazine, minecraft secrets, minecraft revenge, Minecraft combat, Minecraft building guide, minecraft stories, minecraft books, minecraft handbooks, minecraft guide, minecraft kindle, minecraft free books, minecraft comics, minecraft activities
The Guru's Guide to Transact-Sql
Ken Henderson - 2000
Beginners and intermediate developers will appreciate the comprehensive tutorial that walks step-by-step through building a real client/server database, from concept to deployment and beyond -- and points out key pitfalls to avoid throughout the process. Experienced users will appreciate the book's comprehensive coverage of the Transact-SQL language, from basic to advanced level; detailed ODBC database access information; expert coverage of concurrency control, and more. The book includes thorough, up-to-the-minute guidance on building multi-tier applications; SQL Server performance tuning; and other crucial issues for advanced developers. For all database developers, system administrators, and Web application developers who interact with databases in Microsoft-centric environments.
What's New in Java 7?
Madhusudhan Konda - 2011
Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism.
Fundamentals of Data Structures in C++
Ellis Horowitz - 1995
Fundamentals of Data Structures in C++ offers a complete rendering of basic data structure implementations, enhanced by superior pedagogy and astute analyses.
Getting MEAN with Mongo, Express, Angular, and Node
Simon Holmes - 2015
You'll systematically discover each technology in the MEAN stack as you build up an application one layer at a time, just as you'd do in a real project.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyTraditional web dev stacks use a different programming language in every layer, resulting in a complex mashup of code and frameworks. Together, the MongoDB database, the Express and AngularJS frameworks, and Node.js constitute the MEAN stack--a powerful platform that uses only one language, top to bottom: JavaScript. Developers and businesses love it because it's scalable and cost-effective. End users love it because the apps created with it are fast and responsive. It's a win-win-win!About the BookGetting MEAN with Mongo, Express, Angular, and Node teaches you how to develop web applications using the MEAN stack. First, you'll create the skeleton of a static site in Express and Node, and then push it up to a live web server. Next, you'll add a MongoDB database and build an API before using Angular to handle data manipulation and application logic in the browser. Finally you'll add an authentication system to the application, using the whole stack. When you finish, you'll have all the skills you need to build a dynamic data-driven web application.What's InsideFull-stack development using JavaScriptResponsive web techniquesEverything you need to get started with MEANBest practices for efficiency and reusabilityAbout the ReaderReaders should have some web development experience. This book is based on MongoDB 2, Express 4, Angular 1, and Node.js 4.About the AuthorSimon Holmes has been a full-stack developer since the late 1990s and runs Full Stack Training Ltd.Table of ContentsPART 1 SETTING THE BASELINEIntroducing full-stack developmentDesigning a MEAN stack architecturePART 2 BUILDING A NODE WEB APPLICATIONCreating and setting up a MEAN projectBuilding a static site with Node and ExpressBuilding a data model with MongoDB and MongooseWriting a REST API: Exposing the MongoDB database to the applicationConsuming a REST API: Using an API from inside ExpressPART 3 ADDING A DYNAMIC FRONT END WITH ANGULARAdding Angular components to an Express applicationBuilding a single-page application with Angular: FoundationsBuilding an SPA with Angular: The next levelPART 4 MANAGING AUTHENTICATION AND USER SESSIONSAuthenticating users, managing sessions, and securing APIsAPPENDIXESInstalling the stackInstalling and preparing the supporting castDealing with all of the viewsReintroducing JavaScript - available online only
Getting Started with SQL: A Hands-On Approach for Beginners
Thomas Nield - 2016
If you're a business or IT professional, this short hands-on guide teaches you how to pull and transform data with SQL in significant ways. You will quickly master the fundamentals of SQL and learn how to create your own databases.Author Thomas Nield provides exercises throughout the book to help you practice your newfound SQL skills at home, without having to use a database server environment. Not only will you learn how to use key SQL statements to find and manipulate your data, but you'll also discover how to efficiently design and manage databases to meet your needs.You'll also learn how to:Explore relational databases, including lightweight and centralized modelsUse SQLite and SQLiteStudio to create lightweight databases in minutesQuery and transform data in meaningful ways by using SELECT, WHERE, GROUP BY, and ORDER BYJoin tables to get a more complete view of your business dataBuild your own tables and centralized databases by using normalized design principlesManage data by learning how to INSERT, DELETE, and UPDATE records
Cathy's Clown (The Fairground Romance Series)
Pam Howes - 2013
The couple fall in love and Cathy's long-harbored dreams of becoming a nurse are no longer the most important thing in her life. Gianni's estranged father is the owner of Kandola's Fair and a Wall of Death rider. Gianni hopes one day to follow in his father's footsteps, but first bridges need to be built and family relationships are put to the test. Maria, the Gypsy fortune teller, foresees danger for Cathy and warns Gianni, who misreads the signs… A sixties tale of love against all the odds. PAM HOWES is also the author of: 1) THREE STEPS TO HEAVEN: (rock'n'roll romance series) 2) 'TIL I KISSED YOU: (rock'n'roll romance series) 3) ALWAYS ON MY MIND: (rock'n'roll romance series) 4) NOT FADE AWAY (rock'n'roll romance series) 4) THAT'LL BE THE DAY: (rock'n'roll romance series) THE ROCK'N'ROLL ROMANCE BOX SET: (rock'n'roll romance series) FAST MOVIN' TRAIN: (A stand-alone true romance) COMING SOON: RUBY TUESDAY. (The sequel to Cathy's Clown) IF YOU ENJOYED DREAMBOATS AND PETTICOATS YOU'LL LOVE THE ROCK'N'ROLL SERIES.
101 foolproof jokes to use in case of emergency
Adam Kisiel - 2012
Afterward, the doctor comes out with the results."I'm afraid I have some very bad news," the doctor says. "You're dying, and you don't have much time left.""Oh, that's terrible!" says the man. "Give it to me straight, Doc. How long have I got?""Ten," the doctor says sadly."Ten?" the man asks. "Ten what? Months? Weeks? What?!""Nine..."