141 resultater (0,38597 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Elixir in Action - Sasa Juric - Bog - Manning Publications - Plusbog.dk

Elixir in Action - Sasa Juric - Bog - Manning Publications - Plusbog.dk

Programming Elixir 1.6 - Dave Thomas - Bog - The Pragmatic Programmers - Plusbog.dk

Programming Elixir 1.6 - Dave Thomas - Bog - The Pragmatic Programmers - Plusbog.dk

This book is the introduction to Elixir for experienced programmers, completely updated for Elixir 1.6 and beyond. Explore functional programming without the academic overtones (tell me about monads just one more time). Create concurrent applications, butget them right without all the locking and consistency headaches. Meet Elixir, a modern, functional, concurrent language built on the rock-solid Erlang VM. Elixir''s pragmatic syntax and built-in support for metaprogramming will make you productive and keep you interestedfor the long haul. Maybe the time is right for the Next Big Thing. Maybe it''s Elixir. Functional programming techniques help you manage the complexities of today''s real-world, concurrent systems; maximize uptime; and manage security. Enter Elixir, with its modern, Ruby-like, extendable syntax, compile and runtime evaluation, hygienic macro system, and more. But, just as importantly, Elixir brings a sense of enjoyment to parallel,functional programming. Your applications become fun to work with, and the language encourages you to experiment. Part 1 covers the basics of writing sequential Elixir programs. We''ll look at the language, the tools, and the conventions. Part 2 uses these skills to start writing concurrent code-applications that use all the cores on your machine, or all the machines on your network! And we do it both with and without OTP. Part 3 looks at the more advanced features of the language, from DSLs and code generation to extending the syntax. This edition is fully updated with all the new features of Elixir 1.6, with a new chapter on structuring OTP applications, and new sections on the debugger, code formatter, Distillery, and protocols. What You Need: You''ll need a computer, a little experience with another high-levellanguage, and a sense of adventure. No functional programmingexperience is needed.

DKK 430.00
1

From Ruby to Elixir - Stephen Bussey - Bog - Pragmatic Bookshelf - Plusbog.dk

From Ruby to Elixir - Stephen Bussey - Bog - Pragmatic Bookshelf - Plusbog.dk

Elixir will change the way you think about programming. Use your Ruby experience to quickly get up to speed so you can see what all of the buzz is about. Go from zero to production applications that are reliable, fast, and scalable. Learn Elixir syntax and pattern matching to conquer the basics. Then move onto Elixir''s unique process model that offers a world-class way to go parallel without fear. Finally, use the most common libraries like Ecto, Phoenix, and Oban to build a real-world SMS application. Now''s the time. Dive in and learn Elixir. Whether you''re a seasoned Ruby developer looking to expand your skill set or a programming beginner looking for a solid foundation in Elixir, this book has what you need to get up to speed quickly. Elixir is a functional language with a fairly small footprint. This makes it easier to learn and put into production than other languages. Plus, it''s built on forty-year-old foundations that give your applications rock-solid stability. The first part of this book is all about developing expertise in the language. Learn about the core data types, build application data structures, enumerate over data, and use pattern matching to control the flow of an application. Elixir has an amazing process model that allows for (actually) easy parallel processing. Learn how to tap into this process model so you can leverage that power yourself. The second part of this book builds a real-world application using the most important libraries in a web developer''s toolbox. Each library is compared to its similar Ruby library so you''ll quickly see similarities and differences. We''ll use Ecto, Phoenix, and Oban to build a SMS application powered by Twilio. What are you waiting for? Tap into your Ruby knowledge and start building scalable Elixir applications today. What You Need: You''ll need Elixir 1.14+ and Erlang/OTP 24+ installed on a Mac OS X, Linux, or Windows machine.

DKK 430.00
1

Machine Learning in Elixir - Sean Moriarity - Bog - The Pragmatic Programmers - Plusbog.dk

Machine Learning in Elixir - Sean Moriarity - Bog - The Pragmatic Programmers - Plusbog.dk

Stable Diffusion, ChatGPT, Whisper - these are just a few examples of incredible applications powered by developments in machine learning. Despite the ubiquity of machine learning applications running in production, there are only a few viable language choices for data science and machine learning tasks. Elixir''s Nx project seeks to change that. With Nx, you can leverage the power of machine learning in your applications, using the battle-tested Erlang VM in a pragmatic language like Elixir. In this book, you''ll learn how to leverage Elixir and the Nx ecosystem to solve real-world problems in computer vision, natural language processing, and more. The Elixir Nx project aims to make machine learning possible without the need to leave Elixir for solutions in other languages. And even if concepts like linear models and logistic regression are new to you, you''ll be using them and much more to solve real-world problems in no time. Start with the basics of the Nx programming paradigm - how it differs from the Elixir programming style you''re used to and how it enables you to write machine learning algorithms. Use your understanding of this paradigm to implement foundational machine learning algorithms from scratch. Go deeper and discover the power of deep learning with Axon. Unlock the power of Elixir and learn how to build and deploy machine learning models and pipelines anywhere. Learn how to analyze, visualize, and explain your data and models. Discover how to use machine learning to solve diverse problems from image recognition to content recommendation - all in your favorite programming language. What You Need: You''ll need a computer with a working installation of Elixir v1.12 and Erlang/OTP 24. For some of the more compute intensive examples, you''ll want to use EXLA, which currently only supports x86-64 platforms. While not explicitly required, some examples will demonstrate programs running on accelerators such as CUDA/ROCm enabled GPUs and Google TPUs. Most of these programs will still run fine on a regular CPU, just for much longer periods of time.

DKK 485.00
1

Perfume on the Page in Nineteenth-Century France - Cheryl Krueger - Bog - University of Toronto Press - Plusbog.dk

Franciscans and the Elixir of Life - Zachary A. Matus - Bog - University of Pennsylvania Press - Plusbog.dk

Frontiers in Spray Drying - Jie Xiao - Bog - Taylor & Francis Ltd - Plusbog.dk

Network Programming in Elixir and Erlang - Andrea Leopardi - Bog - The Pragmatic Programmers - Plusbog.dk

Network Programming in Elixir and Erlang - Andrea Leopardi - Bog - The Pragmatic Programmers - Plusbog.dk

TCP, UDP, DNS, HTTP, and more: these are the network protocols that make up the fabric of the Internet. Erlang and Elixir are the perfect fit for building network-intensive applications—the BEAM''s actor model perfectly mirrors the way nodes operate in a network. Learn about networking and the power of the BEAM to write performant and reliable network applications. Create systems that are scalable, resilient, and efficient, thanks to language primitives and OTP. Take advantage of an ecosystem that has been solving network problems for more than thirty years. Learn about design patterns and common pitfalls for network applications on the BEAM. From smart appliances to gigantic data centers, from phones to satellites, networks are the way computers talk to each other. Learn how to use network protocols, choose or design serialization protocols, and architect systems with servers and clients. Start with the most widely-used protocol on the Internet: TCP. Build a chat server where multiple clients can chat in real time. Explore client-side TCP by building a client for Redis. Scale and harden server and client, thanks to features of the BEAM. Then dig into UDP, TCP''s "looser" sibling. Code a system for reporting metrics capable of rivaling hardened software like StatsD. Learn about DNS, which powers domain resolution for the Internet. Next, secure your TCP traffic with TLS. Lastly, explore HTTP, the protocol that even your microwave could be using. Build a JSON API, client, and server. Learn the differences between HTTP/1.1 and HTTP/2, and add real-time features via WebSockets. The BEAM was built for networks and has been honed for more than three decades. It''s the perfect fit. Leverage years of real-world experience building network-intensive applications from a member of the Elixir core team, and become an expert at network programming in Elixir and Erlang. What You Need: You''ll need a computer running a standard distribution of Erlang/OTP, and optionally Elixir. Any recent version of OTP (22 or later) and Elixir (1.11 or later) is fine. For some parts of the book, you''ll also need a working Internet connection.

DKK 463.00
1

Thermal Spray Coatings - - Bog - Taylor & Francis Ltd - Plusbog.dk

Thermal Spray Coatings - - Bog - Taylor & Francis Ltd - Plusbog.dk

This book provides the latest information about the research being conducted and established solutions available in the field of thermal spray coatings for various engineering applications. The readers of this book will be mainly the graduates, engineers and researchers who are pursuing their carrier in the field of thermal spraying. This book will cover the studies and research works of reputed scientists and engineers who have developed thermal spray coatings for thermal protection, bio-implants, renewal energy, wear and corrosion in hydraulic turbines and jet engines, hydrophobic surfaces etc. Hence, the book serves as a valuable resource of latest advancement in thermal spray technology and consolidated references for aspirants and professionals of surface engineering community. The book covers following topics for different industrial applications: 1) 1) Introduction: Historical developments, Science and Engineering aspects of thermal spray coating technology and different thermal spray coatings techniques and its comparison with other fabrication processes. 1) 1) 1) Recent advancements and applications of thermal spray coatings 1) - - Cold spray technology for additive manufacturing. - - - High-temperature corrosion and erosion resistant coatings and thermal barrier coatings for power plants, automotive sector, and jet engines. - - - Erosion and corrosion-resistant coatings for hydro-power plants, offshore, chemical and oil industries. - - - Bio-coatings for human body implants. - - - Thermal spray coating for super-hydrophobic surface. - 3. Case study of boiler tubes failure and prevention by thermal spray coatings.

DKK 505.00
1

Catalytic Hydroprocessing of Petroleum and Distillates - Michael Oballa - Bog - Taylor & Francis Ltd - Plusbog.dk

The Perfume Atomizer - Tirza True Latimer - Bog - Schiffer Publishing Ltd - Plusbog.dk

Computational Fluid Dynamics Simulation of Spray Dryers - Meng Wai Woo - Bog - Taylor & Francis Ltd - Plusbog.dk

Flame Spray Drying - Ireneusz Zbicinski - Bog - Taylor & Francis Ltd - Plusbog.dk