Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491938317
    Language: English
    Pages: 1 online resource (1 streaming video file (9 hr., 28 min., 27 sec.)) , digital, sound, color
    Keywords: CoffeeScript (Computer program language) ; AngularJS (Software framework) ; Scripting languages (Computer science) ; Electronic videos ; local
    Abstract: "In this video, he uses his friendly conversational approach and hands-on exercises to move you through five key components of this must-know language. Discover the differences of using a fat arrow vs. a skinny arrow when defining functions, learn the quickest way to test JavaScript in a Rails application, explore how to add client-side subscriptions using EventSource and the Sinatra streaming API, generate source map files and use them to debug CoffeScript code in the browser, build a jQuery plug-in using Jasmine, Guard, and test driven development."--Resource description page.
    Note: Title from title screen (viewed September 20, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : ADDISON-WESLEY
    ISBN: 9780137918331 , 013791833X
    Language: English
    Pages: 1 online resource
    Parallel Title: Erscheint auch als
    DDC: 005.13/3
    Keywords: Go (Computer program language) ; Open source software Programming ; Computer programming
    Abstract: Start Writing Production-Ready Go Code Fast Thousands of developers and teams want to start taking advantage of Go, the powerful language used in projects ranging from Kubernetes to Docker and Vault. Go Fundamentals is specifically designed to get you up-to-speed fast, to leverage your existing knowledge of other languages, and to help you avoid common mistakes made by Go newcomers. Based on author Mark Bates's and Cory LaNou's pioneering Gopher Guides training curricula, this guide will allow you to quickly understand and use Go syntax, core features, and idioms. Reflecting Go through version 1.18--which includes Go's exciting new support for generics--this guide prepares you to write robust, reliable, well-performing production code right from the outset. Learn how Go manages packages, modules, and dependencies Apply Go basics, such as variable declaration, types, and control flow Work effectively with collection types, iteration, functions, structs, and pointers Understand Go Slices and use them properly Write idiomatic Go, using principles such as embedding and composition Expertly use concurrency to improve code performance Create proper tests to quickly identify and fix problems Write simpler, better code with generics and interfaces Take advantage of channels, context, sync primatives, and other advanced features Go is lightweight, simple, and perfect for modern cloud-native and microservices development, which is why Go developers are in such high demand. With this guide and six months' experience with any modern programming language, you'll have what you need to leap into Go programming. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138221812 , 0138221812
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 38 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Live lessons
    DDC: 005.13/3
    Keywords: Go (Computer program language) ; Open source software Programming ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.
    Note: "Sneak peek.". - Online resource; title from title details screen (O'Reilly, viewed May 23, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    ISBN: 9781491938300
    Language: English
    Pages: 1 online resource (1 streaming video file (7 hr., 56 min., 59 sec.)) , digital, sound, color
    Keywords: Ruby (Computer program language) ; Web applications ; Development ; Electronic videos ; local
    Abstract: "Ruby is a flexible, open source programming language with deep roots in both Perl and Lisp developed by Yukihiro 'Matz' Matsumoto. The language itself is perfect for constructing web applications big and small but with the libraries, frameworks, and tools created by its community it goes above and beyond. Mark Bates on Ruby Techniques, Frameworks, and Tools is a video that shows you how to build web applications using Ruby. Bates guides you through numerous areas and functionalities of Ruby, including working with Rack, Sinatra, Singletons, Redis, Opal, and more. Bates, the founder and chief architect of Meta42 Labs in Boston, is a seasoned developer with the scars to prove it. His expertise on Ruby will save you from getting bruised and battered yourself."--Resource description page.
    Note: Title from title screen (viewed September 25, 2015). - Date of publication from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491938294
    Language: English
    Pages: 1 online resource (1 streaming video file (5 hr., 51 min., 26 sec.)) , digital, sound, color.
    Keywords: Go (Computer program language) ; Programming languages (Electronic computers) ; Electronic videos ; local
    Abstract: "In this third in a series video about how to program with Go, Mark Bates, Go expert extraordinaire, ladles a big helping of the special Go sauce that makes this language so tasty. There is a lot to consume in this serving -- 22 segments -- so settle in for a big meal. Build and test a basic web app in Go, handle and test multi-part file uploads, bundle, access and serve static assets like templates and JavaScript, build a router with TDD, then test Pat and Mux, the popular 3rd party routers, Create a middleware stack for HTTP, use it to understand how Go manages variable context, Render JSON, XML and more with Package, work with EventSource, Goth, Gopher JS, the Revel web framework, HttpRouter, Echo, and go.rice, get more on the ins and outs of JSON encoding/decoding, produce a scalable echo server using Gorilla Web Toolkit's WebSocket, configure Go to serve content over HTTP and HTTPS, build a proxy server to a back-end Rails app."--Resource description page.
    Note: Title from title screen (viewed September 17, 2015). - Date of publication taken from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491938287
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 35 min., 15 sec.)) , digital, sound, color.
    Keywords: Go (Computer program language) ; SQL (Computer program language) ; Programming languages (Electronic computers) ; Electronic videos ; local
    Abstract: "Mark Bates on Go Database Frameworks and Tools is the second video in a series of programs that show you how to program using Go. In this video, Go expert Mark Bates takes you on a practical journey through several critical sections of Go functionality: Working with SQL, SQL Nulls, Radix, CSV and Bolt. Connect to SQL databases from a Go application, using the built-in database/SQL package, map results to structs using the 3rd party SQLX package, learn how to handle null database values, write custom types to handle null values and properly encode/decode them to and from JSON, talk to Redis using Radix, subscribe to Redis messages using Radix pubsub, read and write CSV files using the encoding/CSV package, discover Bolt, the embeddable key/value store in Go applications, use Bolt to iterate over keys and store complex data structures, practice techniques for fine grain control over opening and closing transactions."--Resource description page.
    Note: Title from title screen (viewed September 17, 2015). - Date of publication taken from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional
    Language: English
    Pages: 1 online resource (1 v.)
    Keywords: CoffeeScript (Computer program language) ; Programming languages (Electronic computers) ; Scripting languages (Computer science) ; JavaScript (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Use CoffeeScript to Write Better JavaScript Code Than Ever Before! If you can do it in JavaScript, you can do it better in CoffeeScript. And, since CoffeeScript "compiles down" to JavaScript, your code will fit neatly into virtually any web environment. In Programming in CoffeeScript , Mark Bates shows web developers why CoffeeScript is so useful and how it avoids the problems that often make JavaScript code buggy and unmanageable. He guides you through every feature and technique you need to write quality CoffeeScript code and shows how to take advantage of CoffeeScript's increasingly robust toolset. Bates begins with the absolute basics of running and compiling CoffeeScript and then introduces syntax, control structures, functions, collections, and classes. Through same page code comparisons, you'll discover exactly how CoffeeScript improves on JavaScript. Next, you'll put it to work in building applications that are powerful, flexible, maintainable, concise, reliable, and secure. Bates shares valuable tips for better development, illuminating CoffeeScript's hidden gems and warning you about its remaining "rough edges." The book concludes with a start-to-finish application case study showing how to code back-ends and front-ends and integrate powerful frameworks and libraries. Coverage includes Understanding the right ways to compile and execute CoffeeScript Using CoffeeScript's clean syntax to focus on your code, not JavaScript's distractions Working with CoffeeScript's control structures, functions, and arguments Taking full advantage of CoffeeScript's implementation of collections and iterators Leveraging CoffeeScript's full class support to create complex data models Automating common application development tasks with Cake and Cakefiles Configuring Jasmine with CoffeeScript support, and using it to systematically test your code Writing Node.js server-side applications in CoffeeScript Using CoffeeScript to write jQuery and Backbone.js applications Integrating framework code to avoid "reinventing the wheel" Want a better way to create the JavaScript code your web applications need? CoffeeScript is the solution- and this book will help you master it !
    Note: Title, author name, and imprint taken from resource description page (viewed Mar. 28, 2012). - Includes bibliographical references
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Indianapolis, Ind.] : Addison-Wesley/Pearson
    Language: English
    Pages: 1 streaming video file (5 hr., 44 min., 19 sec.) , digital, sd., col.
    Series Statement: LiveLessons
    Keywords: CoffeeScript (Computer program language) ; JavaScript (Computer program language) ; Web site development ; Web sites ; Design ; Electronic videos ; local
    Abstract: "Professional JavaScript Frameworks with CoffeeScript LiveLessons is a complete video training course on the basics of building rich client side web applications using three of the most popular JavaScript web frameworks available today; Ember.js, Backbone.js and Angular.js."--Resource description page.
    Note: Title from title screen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Upper Saddle River, N.J. : Addison-Wesley
    ISBN: 9780321669919 , 0321669916
    Language: English
    Pages: 1 online resource (xvii, 250 p.) , ill.
    Series Statement: Addison-Wesley professional Ruby series
    Parallel Title: Erscheint auch als
    Keywords: Ruby (Computer program language) ; Electronic data processing ; Distributed processing ; Object-oriented methods (Computer science) ; Electronic books ; local
    Abstract: "A must have title for the well-rounded Ruby programmer building advanced Rails applications and large systems!" OBIE FERNANDEZ, Series Editor Complete, Hands-On Guide to Building Advanced Distributed Applications with Ruby Distributed programming techniques make applications easier to scale, develop, and deploy-especially in emerging cloud computing environments. Now, one of the Ruby community's leading experts has written the first definitive guide to distributed programming with Ruby. Mark Bates begins with a simple distributed application, and then walks through an increasingly complex series of examples, demonstrating solutions to the most common distributed programming problems. Bates presents the industry's most useful coverage of Ruby's standard distributed programming libraries, DRb and Rinda. Next, he introduces powerful third-party tools, frameworks, and libraries designed to simplify Ruby distributed programming, including his own Distribunaut. If you're an experienced Ruby programmer or architect, this hands-on tutorial and practical reference will help you meet any distributed programming challenge, no matter how complex. Coverage includes • Writing robust, secure, and interactive applications using DRb-and managing its drawbacks • Using Rinda to build applications with improved flexibility, fault tolerance, and service discovery • Simplifying DRb service management with RingyDingy • Utilizing Starfish to facilitate communication between distributed programs and to write MapReduce functions for processing large data sets • Using Politics to customize the processes running on individual server instances in a cloud computing environment • Providing reliable distributed queuing with the low-overhead Starling messaging server • Implementing comprehensive enterprise messaging with RabbitMQ and Advanced Message Queuing Protocol (AMQP) • Offloading heavyweight tasks with BackgrounDRb and DelayedJob
    Note: Description based on print version record. - Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491958100 , 1491958103
    Language: English
    Pages: 1 online resource (1 streaming video file (17 hr., 59 min., 26 sec.)) , digital, sound, color
    Keywords: Internet videos ; Streaming video ; Go (Computer program language) ; Electronic videos ; local ; Vidéos sur Internet ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video ; Electronic videos
    Abstract: "Go, the new open source language from Google, is known for its simple syntax, rich library, easy concurrency, and scalability. It's used in software systems where "scale big and run fast" is the daily mantra. As you work through real-world examples and task-based lessons, you'll learn the complete language and discover how useful Go can be."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 11, 2016 )
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...