Rails Cookbook. Recipes for Rapid Web Development with Ruby

- Autor:
- Rob Orsini
- Promocja Przejdź


- Ocena:
- Bądź pierwszym, który oceni tę książkę
- Stron:
- 544
- Dostępne formaty:
-
ePubMobi
Opis książki: Rails Cookbook. Recipes for Rapid Web Development with Ruby
Rails Cookbook is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services.
With applications that are code light, feature-full and built to scale quickly, Rails has revolutionized web development. The Rails Cookbook addresses scores of real-world challenges; each one includes a tested solution, plus a discussion of how and why it works, so that you can adapt the techniques to similar situations. Topics include:
- Modeling data with the ActiveRecord library
- Setting up views with ActionView and RHTML templates
- Building your application's logic into ActionController
- Testing and debugging your Rails application
- Building responsive web applications using JavaScript and Ajax
- Ensuring that your application is security and performs well
- Deploying your application with Mongrel and Apache
- Using Capistrano to automate deployment
- Using the many Rails plugins
- Working with graphics
Whether you're new to Rails or an experienced developer, you'll discover ways to test, debug and secure your applications, incorporate Ajax, use caching to improve performance, and put your application into production. Want to get ahead of the Web 2.0 curve? This valuable cookbook will save you hundreds of hours when developing applications with Rails.
Wybrane bestsellery
-
Zestaw porad i rozwiązań problemów, przed którymi stają programiści stosujący ten zbiór bibliotek w swojej pracy. Omówione tu zagadnienia przydadzą się zarówno początkującym, jak i doświadczonym twórcom aplikacji sieciowych.(0,00 zł najniższa cena z 30 dni)
40.20 zł
67.00 zł(-40%) -
Jeśli chcesz się dowiedzieć, jak wykorzystać tę platformę w swoich projektach, jesteś na dobrym tropie! Dzięki tej książce poznasz możliwości i konstrukcje języka Ruby oraz mechanizm działania platformy Rails, a w szczególności interfejs Rack. Dowiesz się, jak zapewniać odpowiednią jakość swoich ...
Programowanie w języku Ruby. Mikrousługi i konteneryzacja Programowanie w języku Ruby. Mikrousługi i konteneryzacja
(0,00 zł najniższa cena z 30 dni)38.35 zł
59.00 zł(-35%) -
Książka stanowi kompletny zbiór informacji na temat języka Ruby. Jeśli naprawdę chcesz zrozumieć ten język, oto obowiązkowa pozycja do przeczytania! W trakcie lektury zapoznasz się z bogatym API, pozwalającym na przetwarzanie tekstu; zrozumiesz techniki związane z wykonywaniem działań na liczbach...(0,00 zł najniższa cena z 30 dni)
41.40 zł
69.00 zł(-40%) -
Learn to create fully functional web applications with authentication, content management systems, payment processing, RESTful APIs, and more
-
Discover the secrets to creating cutting-edge, compelling full stack applications using Spring Boot and React's rich and varied toolsets
Full Stack Development with Spring Boot and React - Third Edition Full Stack Development with Spring Boot and React - Third Edition
-
Design, build and deploy robust web applications using ASP.NET 6, Angular 13, and Entity Framework Core
-
The professional developer's essential guide to building robust, maintainable, and flexible web apps by leveraging C# 10 and .NET 6 features and component- and application-scale design patterns
An Atypical ASP.NET Core 6 Design Patterns Guide - Second Edition An Atypical ASP.NET Core 6 Design Patterns Guide - Second Edition
-
Fast-paced guide for designing effective Moodle courses; experiment with Moodle's features for free using MoodleCloud Key Features Apply principles of instructional design to create great Moodle learning experiences Enhance collaboration and spur creativity with Moodle Bring together instr...
-
Why is GraphQL the most innovative technology for fetching data since Ajax? By providing a query language for your APIs and a runtime for fulfilling queries with your data, GraphQL presents a clear alternative to REST and ad hoc web service architectures. With this practical guide, Alex Banks and...
Learning GraphQL. Declarative Data Fetching for Modern Web Apps Learning GraphQL. Declarative Data Fetching for Modern Web Apps
(0,00 zł najniższa cena z 30 dni)135.15 zł
159.00 zł(-15%) -
Develop a fully functional and dynamic Android application using the latest features of Firebase Key Features Explore all the latest tools in Firebase—Firebase Firestore, ML-Kit, and Firebase Predictions Master Firebase cloud messaging, remote configuration, and work with a real-time data...
Kup polskie wydanie:
Ebooka przeczytasz na:
-
czytnikach Inkbook, Kindle, Pocketbook i innych
-
systemach Windows, MacOS i innych
-
systemach Windows, Android, iOS, HarmonyOS
-
na dowolnych urządzeniach i aplikacjach obsługujących formaty: PDF, EPub, Mobi
Masz pytania? Zajrzyj do zakładki Pomoc »
Audiobooka posłuchasz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolonych urządzeniach i aplikacjach obsługujących format MP3 (pliki spakowane w ZIP)
Masz pytania? Zajrzyj do zakładki Pomoc »
Kurs Video zobaczysz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolonych urządzeniach i aplikacjach obsługujących format MP4 (pliki spakowane w ZIP)
Szczegóły książki
- ISBN Ebooka:
- 978-05-965-5464-4, 9780596554644
- Data wydania ebooka:
-
2007-01-16
Data wydania ebooka często jest dniem wprowadzenia tytułu do sprzedaży i może nie być równoznaczna z datą wydania książki papierowej. Dodatkowe informacje możesz znaleźć w darmowym fragmencie. Jeśli masz wątpliwości skontaktuj się z nami sklep@helion.pl.
- Język publikacji:
- angielski
- Rozmiar pliku ePub:
- 4.1MB
- Rozmiar pliku Mobi:
- 4.1MB
Spis treści książki
- Rails Cookbook
- SPECIAL OFFER: Upgrade this ebook with OReilly
- A Note Regarding Supplemental Files
- Foreword
- Preface
- Who This Book Is For
- Other Resources
- Web Sites
- Books
- Conventions Used in This Book
- Font Conventions
- Using Code Examples
- Safari Enabled
- Comments and Questions
- Acknowledgments
- 1. Getting Started
- Introduction
- Joining the Rails Community
- Problem
- Solution
- Discussion
- See Also
- Finding Documentation
- Problem
- Solution
- Discussion
- See Also
- Installing MySQL
- Problem
- Solution
- Windows
- Linux
- Mac OS X
- Discussion
- See Also
- Installing PostgreSQL
- Problem
- Solution
- Windows
- Linux
- Mac OS X
- Discussion
- See Also
- Installing Rails
- Problem
- Solution
- Discussion
- See Also
- Fixing Ruby and Installing Rails on OS X 10.4 Tiger
- Problem
- Solution
- Discussion
- See Also
- Running Rails in OS X with Locomotive
- Problem
- Solution
- Discussion
- See Also
- Running Rails in Windows with Instant Rails
- Problem
- Solution
- Discussion
- See Also
- Updating Rails with RubyGems
- Problem
- Solution
- Discussion
- See Also
- Getting Your Rails Project into Subversion
- Problem
- Solution
- Discussion
- See Also
- 2. Rails Development
- Introduction
- Creating a Rails Project
- Problem
- Solution
- Discussion
- See Also
- Jump-Starting Development with Scaffolding
- Problem
- Solution
- Discussion
- See Also
- Speeding Up Rails Development with Mongrel
- Problem
- Solution
- Discussion
- See Also
- Enhancing Windows Development with Cygwin
- Problem
- Solution
- Discussion
- See Also
- Understanding Pluralization Patterns in Rails
- Problem
- Solution
- Discussion
- See Also
- Developing Rails in OS X with TextMate
- Problem
- Solution
- Discussion
- See Also
- Cross-Platform Developing with RadRails
- Problem
- Solution
- Discussion
- See Also
- Installing and Running Edge Rails
- Problem
- Solution
- Discussion
- See Also
- Setting Up Passwordless Authentication with SSH
- Problem
- Solution
- Discussion
- See Also
- Generating RDoc for Your Rails Application
- Problem
- Solution
- Discussion
- See Also
- Creating Full-Featured CRUD Applications with Streamlined
- Problem
- Solution
- Discussion
- See Also
- 3. Active Record
- Introduction
- Setting Up a Relational Database to Use with Rails
- Problem
- Solution
- Discussion
- See Also
- Programmatically Defining Database Schema
- Problem
- Solution
- Discussion
- See Also
- Developing Your Database with Migrations
- Problem
- Solution
- Discussion
- See Also
- Modeling a Database with Active Record
- Problem
- Solution
- Discussion
- See Also
- Inspecting Model Relationships from the Rails Console
- Problem
- Solution
- Discussion
- See Also
- Accessing Your Data via Active Record
- Problem
- Solution
- Discussion
- See Also
- Retrieving Records with find
- Problem
- Solution
- Discussion
- See Also
- Iterating Over an Active Record Result Set
- Problem
- Solution
- Discussion
- See Also
- Retrieving Data Efficiently with Eager Loading
- Problem
- Solution
- Discussion
- See Also
- Updating an Active Record Object
- Problem
- Solution
- Discussion
- See Also
- Enforcing Data Integrity with Active Record Validations
- Problem
- Solution
- Discussion
- See Also
- Executing Custom Queries with find_by_sql
- Problem
- Solution
- Discussion
- See Also
- Protecting Against Race Conditions with Transactions
- Problem
- Solution
- Discussion
- See Also
- Adding Sort Capabilities to a Model with acts_as_list
- Problem
- Solution
- Discussion
- See Also
- Performing a Task Whenever a Model Object Is Created
- Problem
- Solution
- Discussion
- See Also
- Modeling a Threaded Forum with acts_as_nested_set
- Problem
- Solution
- Discussion
- See Also
- Creating a Directory of Nested Topics with acts_as_tree
- Problem
- Solution
- Discussion
- See Also
- Avoiding Race Conditions with Optimistic Locking
- Problem
- Solution
- Discussion
- See Also
- Handling Tables with Legacy Naming Conventions
- Problem
- Solution
- Discussion
- Automating Record Timestamping
- Problem
- Solution
- Discussion
- See Also
- Factoring Out Common Relationships with Polymorphic Associations
- Problem
- Solution
- Discussion
- See Also
- Mixing Join Models and Polymorphism for Flexible Data Modeling
- Problem
- Solution
- Discussion
- See Also
- 4. Action Controller
- Introduction
- Accessing Form Data from a Controller
- Problem
- Solution
- Discussion
- See Also
- Changing an Applications Default Page
- Problem
- Solution
- Discussion
- See Also
- Clarifying Your Code with Named Routes
- Problem
- Solution
- Discussion
- See Also
- Configuring Customized Routing Behavior
- Problem
- Solution
- Discussion
- See Also
- Displaying Alert Messages with Flash
- Problem
- Solution
- Discussion
- See Also
- Extending the Life of a Flash Message
- Problem
- Solution
- Discussion
- See Also
- Following Actions with Redirects
- Problem
- Solution
- Discussion
- See Also
- Generating URLs Dynamically
- Problem
- Solution
- Discussion
- See Also
- Inspecting Requests with Filters
- Problem
- Solution
- Discussion
- See Also
- Logging with Filters
- Problem
- Solution
- Discussion
- See Also
- Rendering Actions
- Problem
- Solution
- Discussion
- See Also
- Restricting Access to Controller Methods
- Problem
- Solution
- Discussion
- See Also
- Sending Files or Data Streams to the Browser
- Problem
- Solution
- Discussion
- See Also
- Storing Session Information in a Database
- Problem
- Solution
- Discussion
- See Also
- Tracking Information with Sessions
- Problem
- Solution
- Discussion
- See Also
- Using Filters for Authentication
- Problem
- Solution
- Discussion
- See Also
- 5. Action View
- Introduction
- Simplifying Templates with View Helpers
- Problem
- Solution
- Discussion
- See Also
- Displaying Large Datasets with Pagination
- Problem
- Solution
- Discussion
- See Also
- Creating a Sticky Select List
- Problem
- Solution
- Discussion
- See Also
- Editing Many-to-Many Relationships with Multiselect Lists
- Problem
- Solution
- Discussion
- See Also
- Factoring Out Common Display Code with Layouts
- Problem
- Solution
- Discussion
- See Also
- Defining a Default Application Layout
- Problem
- Solution
- Discussion
- See Also
- Generating XML with Builder Templates
- Problem
- Solution
- Discussion
- See Also
- Generating RSS Feeds from Active Record Data
- Problem
- Solution
- Discussion
- See Also
- Reusing Page Elements with Partials
- Problem
- Solution
- Discussion
- See Also
- Processing Dynamically Created Input Fields
- Problem
- Solution
- Discussion
- See Also
- Customizing the Behavior of Standard Helpers
- Problem
- Solution
- Discussion
- Creating a Web Form with Form Helpers
- Problem
- Solution
- Discussion
- See Also
- Formatting Dates, Times, and Currencies
- Problem
- Solution
- Discussion
- See Also
- Personalizing User Profiles with Gravatars
- Problem
- Solution
- Discussion
- See Also
- Avoiding Harmful Code in Views with Liquid Templates
- Problem
- Solution
- Discussion
- See Also
- Globalizing Your Rails Application
- Problem
- Solution
- Discussion
- See Also
- 6. RESTful Development
- Introduction
- REST Is a Conversation
- REST Is Design
- Rails and REST
- Introduction
- Creating Nested Resources
- Problem
- Solution
- Discussion
- See Also
- Supporting Alternative Data Formats by MIME Type
- Problem
- Solution
- Discussion
- See Also
- Modeling Relationships RESTfully with Join Models
- Problem
- Solution
- Discussion
- Moving Beyond Simple CRUD with RESTful Resources
- Problem
- Solution
- Discussion
- See Also
- Consuming Complex Nested REST Resources
- Problem
- Solution
- Discussion
- See Also
- Developing Your Rails Applications RESTfully
- Problem
- Solution
- Discussion
- See Also
- 7. Rails Application Testing
- Introduction
- Centralizing the Creation of Objects Common to Test Cases
- Problem
- Solution
- Discussion
- Creating Fixtures for Many-to-Many Associations
- Problem
- Solution
- Discussion
- See Also
- Importing Test Data with CSV Fixtures
- Problem
- Solution
- Discussion
- See Also
- Including Dynamic Data in Fixtures with ERb
- Problem
- Solution
- Discussion
- See Also
- Initializing a Test Database
- Problem
- Solution
- Discussion
- See Also
- Interactively Testing Controllers from the Rails Console
- Problem
- Solution
- Discussion
- See Also
- Interpreting the Output of Test::Unit
- Problem
- Solution
- Discussion
- See Also
- Loading Test Data with YAML Fixtures
- Problem
- Solution
- Discussion
- See Also
- Monitoring Test Coverage with rake stats
- Problem
- Solution
- Discussion
- See Also
- Running Tests with Rake
- Problem
- Solution
- Discussion
- See Also
- Speeding Up Tests with Transactional Fixtures
- Problem
- Solution
- Discussion
- See Also
- Testing Across Controllers with Integration Tests
- Problem
- Solution
- Discussion
- See Also
- Testing Controllers with Functional Tests
- Problem
- Solution
- Discussion
- See Also
- Examining the Contents of Cookie
- Problem
- Solution
- Discussion
- See Also
- Testing Custom and Named Routes
- Problem
- Solution
- Discussion
- See Also
- Testing HTTP Requests with Response-Related Assertions
- Problem
- Solution
- Discussion
- See Also
- Testing a Model with Unit Tests
- Problem
- Solution
- Discussion
- See Also
- Unit Testing Model Validations
- Problem
- Solution
- Discussion
- See Also
- Verifying DOM Structure with Tag-Related Assertions
- Problem
- Solution
- Discussion
- See Also
- Writing Custom Assertions
- Problem
- Solution
- Discussion
- See Also
- Testing File Upload
- Problem
- Solution
- Discussion
- See Also
- Modifying the Default Behavior of a Class for Testing by Using Mocks
- Problem
- Solution
- Discussion
- See Also
- Improving Feedback by Running Tests Continuously
- Problem
- Solution
- Discussion
- See Also
- Analyzing Code Coverage with Rcov
- Problem
- Solution
- Discussion
- See Also
- 8. JavaScript and Ajax
- Introduction
- Adding DOM Elements to a Page
- Problem
- Solution
- Discussion
- See Also
- Creating a Custom Report with Drag and Drop
- Problem
- Solution
- Discussion
- See Also
- Dynamically Adding Items to a Select List
- Problem
- Solution
- Discussion
- Monitoring the Content Length of a Textarea
- Problem
- Solution
- Discussion
- See Also
- Updating Page Elements with RJS Templates
- Problem
- Solution
- Discussion
- Inserting JavaScript into Templates
- Problem
- Solution
- Discussion
- See Also
- Letting a User Reorder a List
- Problem
- Solution
- Discussion
- See Also
- Autocompleting a Text Field
- Problem
- Solution
- Discussion
- See Also
- Searching for and Highlighting Text Dynamically
- Problem
- Solution
- Discussion
- See Also
- Enhancing the User Interface with Visual Effects
- Problem
- Solution
- Discussion
- See Also
- Implementing a Live Search
- Problem
- Solution
- Discussion
- See Also
- Editing Fields in Place
- Problem
- Solution
- Discussion
- See Also
- Creating an Ajax Progress Indicator
- Problem
- Solution
- Discussion
- 9. Action Mailer
- Introduction
- Configuring Rails to Send Email
- Problem
- Solution
- Discussion
- See Also
- Creating a Custom Mailer Class with the Mailer Generator
- Problem
- Solution
- Discussion
- See Also
- Formatting Email Messages Using Templates
- Problem
- Solution
- Discussion
- See Also
- Attaching Files to Email Messages
- Problem
- Solution
- Discussion
- See Also
- Sending Email from a Rails Application
- Problem
- Solution
- Discussion
- See Also
- Receiving Email with Action Mailer
- Problem
- Solution
- Discussion
- See Also
- 10. Debugging Rails Applications
- Introduction
- Exploring Rails from the Console
- Problem
- Solution
- Discussion
- See Also
- Fixing Bugs at the Source with Ruby -cw
- Problem
- Solution
- Discussion
- See Also
- Debugging Your Application in Real Time with the breakpointer
- Problem
- Solution
- Discussion
- See Also
- Logging with the Built-in Rails Logger Class
- Problem
- Solution
- Discussion
- See Also
- Writing Debugging Information to a File
- Problem
- Solution
- Discussion
- See Also
- Emailing Application Exceptions
- Problem
- Solution
- Discussion
- See Also
- Outputting Environment Information in Views
- Problem
- Solution
- Discussion
- See Also
- Displaying Object Contents with Exceptions
- Problem
- Solution
- Discussion
- See Also
- Filtering Development Logs in Real Time
- Problem
- Solution
- Discussion
- See Also
- Debugging HTTP Communication with Firefox Extensions
- Problem
- Solution
- Discussion
- See Also
- Debugging Your JavaScript in Real Time with the JavaScript Shell
- Problem
- Solution
- Discussion
- See Also
- Debugging Your Code Interactively with ruby-debug
- Problem
- Solution
- Discussion
- See Also
- 11. Security
- Introduction
- Hardening Your Systems with Strong Passwords
- Problem
- Solution
- Discussion
- See Also
- Protecting Queries from SQL Injection
- Problem
- Solution
- Discussion
- See Also
- Guarding Against Cross-Site Scripting Attacks
- Problem
- Solution
- Discussion
- See Also
- Restricting Access to Public Methods or Actions
- Problem
- Solution
- Discussion
- See Also
- Securing Your Server by Closing Unnecessary Ports
- Problem
- Solution
- Discussion
- See Also
- 12. Performance
- Introduction
- Measuring Web Server Performance with Httperf
- Problem
- Solution
- Discussion
- See Also
- Benchmarking Portions of Your Application Code
- Problem
- Solution
- Discussion
- See Also
- Improving Performance by Caching Static Pages
- Problem
- Solution
- Discussion
- See Also
- Expiring Cached Pages
- Problem
- Solution
- Discussion
- See Also
- Mixing Static and Dynamic Content with Fragment Caching
- Problem
- Solution
- Discussion
- See Also
- Filtering Cached Pages with Action Caching
- Problem
- Solution
- Discussion
- See Also
- Speeding Up Data Access Times with memcached
- Problem
- Solution
- Discussion
- See Also
- Increasing Performance by Caching Post-Processed Content
- Problem
- Solution
- Discussion
- See Also
- 13. Hosting and Deployment
- Introduction
- Hosting Rails Using Apache 1.3 and mod_fastcgi
- Problem
- Solution
- Discussion
- See Also
- Managing Multiple Mongrel Processes with mongrel_cluster
- Problem
- Solution
- Discussion
- See Also
- Hosting Rails with Apache 2.2, mod_proxy_balancer, and Mongrel
- Problem
- Solution
- Discussion
- See Also
- Deploying Rails with Pound in Front of Mongrel, Lighttpd, and Apache
- Problem
- Solution
- Discussion
- See Also
- Customizing Pounds Logging with cronolog
- Problem
- Solution
- Discussion
- See Also
- Configuring Pound with SSL Support
- Problem
- Solution
- Discussion
- See Also
- Simple Load Balancing with Pen
- Problem
- Solution
- Discussion
- See Also
- Deploying Your Rails Project with Capistrano
- Problem
- Solution
- Discussion
- See Also
- Deploying Your Application to Multiple Environments with Capistrano
- Problem
- Solution
- Discussion
- See Also
- Deploying with Capistrano When You Cant Access Subversion
- Problem
- Solution
- Discussion
- See Also
- Deploying with Capistrano and mongrel_cluster
- Problem
- Solution
- Discussion
- See Also
- Disabling Your Web Site During Maintenance
- Problem
- Solution
- Discussion
- See Also
- Writing Custom Capistrano Tasks
- Problem
- Solution
- Discussion
- See Also
- Cleaning Up Residual Session Records
- Problem
- Solution
- Discussion
- See Also
- 14. Extending Rails with Plug-ins
- Introduction
- Finding Third-Party Plug-ins
- Problem
- Solution
- Discussion
- See Also
- Installing Plug-ins
- Problem
- Solution
- Discussion
- See Also
- Manipulating Record Versions with acts_as_versioned
- Problem
- Solution
- Discussion
- See Also
- Building Authentication with acts_as_authenticated
- Problem
- Solution
- Discussion
- See Also
- Simplifying Folksonomy with the acts_as_taggable
- Problem
- Solution
- Discussion
- See Also
- Extending Active Record with acts_as
- Problem
- Solution
- Discussion
- See Also
- Adding View Helpers to Rails as Plug-ins
- Problem
- Solution
- Discussion
- See Also
- Uploading Files with file_column
- Problem
- Solution
- Discussion
- See Also
- Uploading Files with acts_as_attachment
- Problem
- Solution
- Discussion
- See Also
- Disabling Records Instead of Deleting Them with acts_as_paranoid
- Problem
- Solution
- Discussion
- See Also
- Adding More Elaborate Authentication Using the Login Engine
- Problem
- Solution
- Discussion
- See Also
- 15. Graphics
- Introduction
- Installing RMagick for Image Processing
- Problem
- Solution
- Windows
- Linux
- Mac OS X
- Discussion
- See Also
- Uploading Images to a Database
- Problem
- Solution
- Discussion
- See Also
- Serving Images Directly from a Database
- Problem
- Solution
- Discussion
- See Also
- Creating Resized Thumbnails with RMagick
- Problem
- Solution
- Discussion
- See Also
- Generating PDF Documents
- Problem
- Solution
- Discussion
- See Also
- Visually Displaying Data with Gruff
- Problem
- Solution
- Discussion
- See Also
- Creating Small, Informative Graphs with Sparklines
- Problem
- Solution
- Discussion
- See Also
- A. Migrating to Rails 1.2
- Action Controller
- Active Record
- Action View
- Index
- About the Author
- Colophon
- SPECIAL OFFER: Upgrade this ebook with OReilly
O'Reilly Media - inne książki
-
FinOps brings financial accountability to the variable spend model of cloud. Used by the majority of global enterprises, this management practice has grown from a fringe activity to the de facto discipline managing cloud spend. In this book, authors J.R. Storment and Mike Fuller outline the proce...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%) -
Edge AI is transforming the way computers interact with the real world, allowing IoT devices to make decisions using the 99% of sensor data that was previously discarded due to cost, bandwidth, or power limitations. With techniques like embedded machine learning, developers can capture human intu...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%) -
Why is it difficult for so many companies to get digital identity right? If you're still wrestling with even simple identity problems like modern website authentication, this practical book has the answers you need. Author Phil Windley provides conceptual frameworks to help you make sense of all ...(0,00 zł najniższa cena z 30 dni)
194.65 zł
229.00 zł(-15%) -
Python was recently ranked as today's most popular programming language on the TIOBE index, thanks to its broad applicability to design and prototyping to testing, deployment, and maintenance. With this updated fourth edition, you'll learn how to get the most out of Python, whether you're a profe...(0,00 zł najniższa cena z 30 dni)
305.15 zł
359.00 zł(-15%) -
With the accelerating speed of business and the increasing dependence on technology, companies today are significantly changing the way they build in-house business solutions. Many now use low-code and no code technologies to help them deal with specific issues, but that's just the beginning. Wit...
Building Solutions with the Microsoft Power Platform Building Solutions with the Microsoft Power Platform
(0,00 zł najniższa cena z 30 dni)271.15 zł
319.00 zł(-15%) -
Companies are scrambling to integrate AI into their systems and operations. But to build truly successful solutions, you need a firm grasp of the underlying mathematics. This accessible guide walks you through the math necessary to thrive in the AI field such as focusing on real-world application...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%) -
DevOps engineers, developers, and security engineers have ever-changing roles to play in today's cloud native world. In order to build secure and resilient applications, you have to be equipped with security knowledge. Enter security as code.In this book, authors BK Sarthak Das and Virginia Chu d...(0,00 zł najniższa cena z 30 dni)
194.65 zł
229.00 zł(-15%) -
With the increasing use of AI in high-stakes domains such as medicine, law, and defense, organizations spend a lot of time and money to make ML models trustworthy. Many books on the subject offer deep dives into theories and concepts. This guide provides a practical starting point to help develop...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%) -
Why are so many companies adopting GitOps for their DevOps and cloud native strategy? This reliable framework is quickly becoming the standard method for deploying apps to Kubernetes. With this practical, developer-oriented book, DevOps engineers, developers, IT architects, and SREs will learn th...(0,00 zł najniższa cena z 30 dni)
271.15 zł
319.00 zł(-15%) -
Learn the essentials of working with Flutter and Dart to build full stack applications that meet the needs of a cloud-driven world. Together, the Flutter open source UI software development kit and the Dart programming language for client development provide a unified solution to building applica...(0,00 zł najniższa cena z 30 dni)
228.65 zł
269.00 zł(-15%)
Dzieki opcji "Druk na żądanie" do sprzedaży wracają tytuły Grupy Helion, które cieszyły sie dużym zainteresowaniem, a których nakład został wyprzedany.
Dla naszych Czytelników wydrukowaliśmy dodatkową pulę egzemplarzy w technice druku cyfrowego.
Co powinieneś wiedzieć o usłudze "Druk na żądanie":
- usługa obejmuje tylko widoczną poniżej listę tytułów, którą na bieżąco aktualizujemy;
- cena książki może być wyższa od początkowej ceny detalicznej, co jest spowodowane kosztami druku cyfrowego (wyższymi niż koszty tradycyjnego druku offsetowego). Obowiązująca cena jest zawsze podawana na stronie WWW książki;
- zawartość książki wraz z dodatkami (płyta CD, DVD) odpowiada jej pierwotnemu wydaniu i jest w pełni komplementarna;
- usługa nie obejmuje książek w kolorze.
W przypadku usługi "Druk na żądanie" termin dostarczenia przesyłki może obejmować także czas potrzebny na dodruk (do 10 dni roboczych)
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.
Książka, którą chcesz zamówić pochodzi z końcówki nakładu. Oznacza to, że mogą się pojawić drobne defekty (otarcia, rysy, zagięcia).
Co powinieneś wiedzieć o usłudze "Końcówka nakładu":
- usługa obejmuje tylko książki oznaczone tagiem "Końcówka nakładu";
- wady o których mowa powyżej nie podlegają reklamacji;
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.


Oceny i opinie klientów: Rails Cookbook. Recipes for Rapid Web Development with Ruby Rob Orsini (0)
Weryfikacja opinii następuję na podstawie historii zamówień na koncie Użytkownika umieszczającego opinię. Użytkownik mógł otrzymać punkty za opublikowanie opinii uprawniające do uzyskania rabatu w ramach Programu Punktowego.