0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (90)
  • R250 - R500 (505)
  • R500+ (3,213)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide - Exam 1Z0-815, Exam 1Z0-816, and Exam 1Z0-81... OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide - Exam 1Z0-815, Exam 1Z0-816, and Exam 1Z0-81 (Paperback)
J Boyarsky
R1,615 Discovery Miles 16 150 Ships in 12 - 19 working days

This OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide was published before Oracle announced major changes to its OCP certification program and the release of the new Developer 1Z0-819 exam. No matter the changes, rest assured this Study Guide covers everything you need to prepare for and take the exam. NOTE: The OCP Java SE 11 Programmer I Exam 1Z0-815 and Programmer II Exam 1Z0-816 have been retired (as of October 1, 2020), and Oracle has released a new Developer Exam 1Z0-819 to replace the previous exams. The Upgrade Exam 1Z0-817 remains the same. This is the most comprehensive prep guide available for the OCP Oracle Certified Professional Java SE 11 Developer certification--it covers Exam 1Z0-819 and the Upgrade Exam 1Z0-817 (as well as the retired Programmer I Exam 1Z0-815 and Programmer II Exam 1Z0-816)! Java is widely-used for backend cloud applications, Software as a Service applications (SAAS), and is the principal language used to develop Android applications. This object-oriented programming language is designed to run on all platforms that support Java without the need for recompilation. Oracle Java Programmer certification is highly valued by employers throughout the technology industry. The OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide in an indispensable resource for anyone preparing for the certification exam. This fully up-to-date guide covers 100% of exam objectives for Exam 1Z0-819 and Upgrade Exam 1Z0-817 (in addition to the previous Exam 1Z0-815 and Exam 1Z0-816). In-depth chapters present clear, comprehensive coverage of the functional-programming knowledge necessary to succeed. Each chapter clarifies complex material while reinforcing your understanding of vital exam topics. Also included is access to Sybex's superior online interactive learning environment and test bank that includes self-assessment tests, chapter tests, bonus practice exam questions, electronic flashcards, and a searchable glossary of important terms. The ultimate study aid for the challenging OCP exams, this popular guide: Helps you master the changes in depth, difficultly, and new module topics of the latest OCP exams Covers all exam objectives such as Java arrays, primitive data types, string APIs, objects and classes, operators and decision constructs, and applying encapsulation Allows developers to catch up on all of the newest Java material like lambda expressions, streams, concurrency, annotations, generics, and modules Provides practical methods for building Java applications, handling exceptions, programming through interfaces, secure coding in Java SE, and more Enables you to gain the information, understanding, and practice you need to pass the OCP exams The OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide is a must-have book for certification candidates needing to pass these challenging exams, as well as junior- to senior-level developers who use Java as their primary programming language.

Professional Java Native Interfaces with SWT/JFace (Paperback): JL Guojie Professional Java Native Interfaces with SWT/JFace (Paperback)
JL Guojie
R885 Discovery Miles 8 850 Ships in 12 - 19 working days

Professional Java Native Interfaces takes a solutions-based approach in showing how SWT/JFace works, discussing each common component, providing useful, practical ideas, tips and techniques to make the Java developers' work easier. The author provides relevant and timely examples, both stand-alone applications and smaller code snippets that readers can incorporate into their own code.

To provide a truly real-world quality, the author builds an email/ftp client sample application to show readers how to combine everything into a presentable Java native UI application.

HTML & CSS - Design and Build Websites (Hardcover): J Duckett HTML & CSS - Design and Build Websites (Hardcover)
J Duckett 1
R1,027 R954 Discovery Miles 9 540 Save R73 (7%) Ships in 12 - 19 working days

A full-color introduction to the basics of HTML and CSS from the publishers of Wrox! Every day, more and more people want to learn some HTML and CSS. Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. * Introduces HTML and CSS in a way that makes them accessible to everyone hobbyists, students, and professionals and it s full-color throughout * Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging * Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisure This educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way! This book is also available as part of a set in hardcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781119038634; and in softcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781118907443.

Java Programming (Paperback, 9th edition): Joyce Farrell Java Programming (Paperback, 9th edition)
Joyce Farrell
R1,403 R1,303 Discovery Miles 13 030 Save R100 (7%) Ships in 10 - 15 working days

Discover the power of Java (TM) for developing applications today when you trust the engaging, hands-on approach in Farrell's JAVA PROGRAMMING, 9E. Even if you're a first-time programmer, JAVA PROGRAMMING can show you how to quickly start developing useful programs, all while still mastering the basic principles of structured and object-oriented programming. Unique, reader-friendly explanations and meaningful programming exercises emphasize business applications and game creation while useful debugging exercises and contemporary case problems further expand your understanding. Additional digital learning resources within MindTap provide interactive learning tools as well as coding IDE (Integrated Development Environment) labs for practicing and expanding your skills.

Programming for Linguists: Perl for Language Resea rchers (Paperback): Michael Hammond Programming for Linguists: Perl for Language Resea rchers (Paperback)
Michael Hammond
R1,726 Discovery Miles 17 260 Ships in 12 - 19 working days

This book is an introduction to the rudiments of Perl programming. It provides the general reader with an interest in language with the most usable and relevant aspects of Perl for writing programs that deal with language.Through a series of simple examples and exercises, the reader is gradually introduced to the essentials of good programming. The examples are carefully constructed to make the introduction of new concepts as simple as possible, while at the same time using sample programs that make sense to someone who works with language as data. Many of these programs can be used immediately with minimal or no modification. The text is accompanied by exercises at the end of each chapter and all the code is available from the companion website: http: //www .u.arizona.edu/~hammond.

Creating Components - Object Oriented, Concurrent, and Distributed Computing in Java (Paperback): Charles W. Kann Creating Components - Object Oriented, Concurrent, and Distributed Computing in Java (Paperback)
Charles W. Kann
R3,085 Discovery Miles 30 850 Ships in 12 - 19 working days

Concurrency is a powerful technique for developing efficient and lightning- fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. However, mastering concurrency is one of the greatest challenges for both new and veteran programmers. Software developers with all levels of experience can refer to Creating Components: Object Oriented, Concurrent, and Distributed Computing in Java to better understand how concurrency works, more effectively deploy it in program components, and reuse these components to improve program design, quality, and performance.

This text introduces concurrent and component programming to students, engineers, and programmers who are familiar with Java and procedural and GUI programming. It helps them to understand and apply concurrency in Java component programming, while exploring distributed program implementation, Java threads, objects, interfaces, exceptions, component reuse, and system design and management.

By providing the fundamental concepts of object-oriented components and offering templates for distributed program components, this valuable resource reveals how programmers can apply concurrency and components to solve complex problems.

Computer Graphics for Java Programmers 2e (Paperback, 2nd Edition): L. Ammeraal Computer Graphics for Java Programmers 2e (Paperback, 2nd Edition)
L. Ammeraal
R1,642 Discovery Miles 16 420 Ships in 12 - 19 working days

A great many varied and interesting visual effects can be achieved with computer graphics, for which a fundamental understanding of the underlying mathematical concepts – and a knowledge of how they can be implemented in a particular programming language – is essential.

"Computer Graphics for Java Programmers, 2nd edition" covers elementary concepts in creating and manipulating 2D and 3D graphical objects, covering topics from classic graphics algorithms to perspective drawings and hidden-line elimination. 

Completely revised and updated throughout, the second edition of this highly popular textbook contains a host of ready-to-run-programs and worked examples, illuminating general principles and geometric techniques. Ideal for classroom use or self-study, it provides a perfect foundation for programming computer graphics using Java.

HTML & CSS: Design and Build Websites (Paperback, New): J Duckett HTML & CSS: Design and Build Websites (Paperback, New)
J Duckett
R863 R704 Discovery Miles 7 040 Save R159 (18%) Ships in 9 - 17 working days

A full-color introduction to the basics of HTML and CSS from the publishers of Wrox! Every day, more and more people want to learn some HTML and CSS. Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. * Introduces HTML and CSS in a way that makes them accessible to everyone hobbyists, students, and professionals and it s full-color throughout * Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging * Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisure This educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way! This book is also available as part of a set in hardcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781119038634; and in softcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781118907443.

Flash Professional CS5 Digital Classroom - (Book and Video Training) (Paperback): Fred Gerantabee, AGI Creative Team Flash Professional CS5 Digital Classroom - (Book and Video Training) (Paperback)
Fred Gerantabee, AGI Creative Team
R485 Discovery Miles 4 850 Ships in 2 - 4 working days

Learn Flash in a flash with this full-color book and video training package

Adobe Flash is used by designers, game programmers, and hobbyists to create interactive Web sites, digital experiences, and mobile content. The latest release of Flash promises exciting new capabilities and this book-and-video training package makes learning the new features of Flash less intimidating. Fifteen self-paced lessons encourage you to discover essential skills and explore new aspects of Flash. The tutorials featured in the videos are each approximately five minutes long and supplement the concepts and topics covered in the lessons.Features full-color, step-by-step tutorials that complement the topics covered in each lessonDemonstrates the basics of using the newest release of Flash, such as using layers and instances to build animation sequencesCovers intermediate and advanced capabilities, such as using ActionScript to create interactive Web page components

Jam-packed with information, this book takes you from Flash basics through intermediate-level topics and helps you find the information you need in both print and video.

Note: DVD and other supplementary materials are not included as part of eBook file. These materials are available for download upon purchase.

XML in Scientific Computing (Paperback): Constantine Pozrikidis XML in Scientific Computing (Paperback)
Constantine Pozrikidis
R2,039 Discovery Miles 20 390 Ships in 12 - 19 working days

While the extensible markup language (XML) has received a great deal of attention in web programming and software engineering, far less attention has been paid to XML in mainstream computational science and engineering. Correcting this imbalance, XML in Scientific Computing introduces XML to scientists and engineers in a way that illustrates the similarities and differences with traditional programming languages and suggests new ways of saving and sharing the results of scientific calculations. The author discusses XML in the context of scientific computing, demonstrates how the extensible stylesheet language (XSL) can be used to perform various calculations, and explains how to create and navigate through XML documents using traditional languages such as Fortran, C++, and MATLAB (R). A suite of computer programs are available on the author's website.

HTML, CSS and JavaScript in easy steps (Paperback): Mike McGrath HTML, CSS and JavaScript in easy steps (Paperback)
Mike McGrath
R717 R615 Discovery Miles 6 150 Save R102 (14%) Ships in 12 - 19 working days
Java Programming for Engineers (Paperback, New): Julio Sanchez, Maria P. Canton Java Programming for Engineers (Paperback, New)
Julio Sanchez, Maria P. Canton
R3,734 Discovery Miles 37 340 Ships in 12 - 19 working days

While teaching Java programming at Minnesota State University, the authors noticed that engineering students were enrolling in Java programming courses in order to obtain basic programming skills, but there were no Java books suitable for courses intended for engineers. They realized the need for a comprehensive Java programming tutorial that offers basic programming skills that can be applied in the field of engineering. With this in mind, the authors developed Java Programming for Engineers in order to meet the needs of both engineers and engineering students.

The text uses the personal computer as a development platform and assumes no prior programming experience or knowledge. The only skills expected of the reader are basic keyboarding and user-level familiarity with the PC. Topics covered range from mathematical expressions to linear systems to engineering graphics. Chapters on problem solving skills and the designing of engineering applications walk readers through real word problems they might encounter.

Divided into two parts, Part 1 is a description of the Java language, of the fundamentals of object orientation, input and output operations, and error handling. Part 2 is about Java programming for engineers. It starts with computer number systems, fixed- and variable-precision numeric data, mathematical programming in Java as could be of interest to engineers, and concludes with an overview of Java Graphics.

Learn Enough Developer Tools to Be Dangerous - Command Line, Text Editor, and Git Version Control Essentials (Paperback):... Learn Enough Developer Tools to Be Dangerous - Command Line, Text Editor, and Git Version Control Essentials (Paperback)
Michael Hartl
R871 Discovery Miles 8 710 Ships in 12 - 19 working days

All You Need to Know, and Nothing You Don't, About Core Tools for Software Development Three of the core tools needed for modern software development are the Unix command line, a text editor, and version control with Git. But you don't need to learn "everything" about them, just how to use them efficiently to solve real problems. In Learn Enough Developer Tools to Be Dangerous, renowned instructor Michael Hartl teaches the specific concepts, skills, and approaches you need so you can learn to write apps, get hired, collaborate, and maybe even launch your own company. Even if you've never used (or even heard of) these tools before, Hartl helps you quickly build technical sophistication and master the lore you need to succeed. Focused exercises help you internalize what matters, without wasting time on details pros don't care about. Soon, it'll be like you were born knowing this stuff--and you'll be suddenly, seriously dangerous. Learn enough about . . . Running a terminal, entering and editing commands, and using man pages Manipulating and inspecting files: from basic copying to finding patterns Organizing files with directories Learning Minimum Viable Vim Basic and advanced editing techniques with editors like Atom and VS Code Using the human-readable Markdown language for writing quick documentation Formatting source code and writing executable scripts Getting started with Git and GitHub Using key Git workflows: commit, push, branch, merge, and more Collaborating on Git projects and resolving code conflicts Setting up dev environments: macOS, Linux, Windows, and cloud Michael Hartl's Learn Enough series includes books and video courses that focus on the most important parts of each subject, so you don't have to learn everything to get started--you just have to learn enough to be dangerous and solve technical problems yourself. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Introduction to Interactive Programming on the Internet - Using HTML & Javascript (WSE) (Paperback): CD Knuckles Introduction to Interactive Programming on the Internet - Using HTML & Javascript (WSE) (Paperback)
CD Knuckles
R4,692 R3,460 Discovery Miles 34 600 Save R1,232 (26%) Ships in 12 - 19 working days

This unique book provides an introduction to programming on the Internet. Class-tested over a two-year period, this text covers the "nuts and bolts" of Internet programming. In addition to core fundamentals, readers are introduced to Web page construction HTML, managing an account on a web server, client-server model, and JavaScript programming.

World Wide Web - How to design and Construct Web Pages (Paperback, 2nd ed): Phil Bradley World Wide Web - How to design and Construct Web Pages (Paperback, 2nd ed)
Phil Bradley
R853 Discovery Miles 8 530 Ships in 12 - 19 working days

A practical introduction to the creation of Web pages, this title has been fully revised and expanded to include the most recent developments in HTML. As well as covering the design issues surrounding Web pages, it also includes sample HTML that can be incorporated into your pages, with worked examples. This second edition covers areas such as frames and tables, Java, and CGI scripts. Includes: 1. What is the Internet, and where does the Web fit into it? 2. Using the World Wide Web as a Web author 3. First steps in designing your Web page 4. Working with the search engines 5. Writing Web pages 6. Forms 7. Tables 8. Colour on your pages 9. Frames 10. JavaScript and CGI 11. Meta tags 12. Publishing your pages 13. Authoring tools 14. Adding multimedia to a page 15. Further Resources Glossary

Introduction to JavaScript Programming - The "Nothing but a Browser" Approach (Paperback): Eric Roberts Introduction to JavaScript Programming - The "Nothing but a Browser" Approach (Paperback)
Eric Roberts
R3,616 Discovery Miles 36 160 Ships in 12 - 19 working days

For courses in Java Programming. Introducing the fundamental concepts of programming with JavaScript A brand new textbook by Eric Roberts, Understanding Programming through JavaScript focuses on the fundamental concepts of programming, and is written for students with no prior knowledge or experience. It draws on a rich pedagogical heritage-including the immersive Karel the Robot microworld, time-testing programming guidelines, and a logical, step-by-step organization-to give them the foundational skills needed to pursue other coding languages, or a career in computer programming. Using the text, students will build their skills and develop live, interactive web applications that really work on web browsers, providing both instant feedback and gratification. This new text includes chapter openers that humanize computing, review questions for student self-testing, and many other valuable features.

World Wide Web - How to design and Construct Web Pages (Hardcover): Phil Bradley World Wide Web - How to design and Construct Web Pages (Hardcover)
Phil Bradley
R5,370 Discovery Miles 53 700 Ships in 12 - 19 working days

A practical introduction to the creation of Web pages, this title has been fully revised and expanded to include the most recent developments in HTML. As well as covering the design issues surrounding Web pages, it also includes sample HTML that can be incorporated into your pages, with worked examples. This second edition covers areas such as frames and tables, Java, and CGI scripts. Includes:1. What is the Internet, and where does the Web fit into it? 2. Using the World Wide Web as a Web author 3. First steps in designing your Web page 4. Working with the search engines 5. Writing Web pages 6. Forms 7. Tables 8. Colour on your pages 9. Frames 10. JavaScript and CGI 11. Meta tags 12. Publishing your pages 13. Authoring tools 14. Adding multimedia to a page 15. Further Resources Glossary

Adventures in Python (Paperback): C. Richardson Adventures in Python (Paperback)
C. Richardson 1
R459 Discovery Miles 4 590 Ships in 12 - 19 working days

The complete beginner's guide to Python, for young people who want to start today Adventures in Python is designed for 11-to 15-year olds who want to teach themselves Python programming, but don't know where to start. Even if you have no programming experience at all, this easy to follow format and clear, simple instruction will get you up and running quickly. The book walks you through nine projects that teach you the fundamentals of programming in general, and Python in particular, gradually building your skills until you have the confidence and ability to tackle your own projects. Video clips accompany each chapter to provide even more detailed explanation of important concepts, so you feel supported every step of the way. Python is one of the top programming languages worldwide, with an install base in the millions. It's a favourite language at Google, YouTube, the BBC, and Spotify, and is the primary programming language for the Raspberry Pi. As an open-source language, Python is freely downloadable, with extensive libraries readily available, making it an ideal entry into programming for the beginner. Adventures in Python helps you get started, giving you the foundation you need to follow your curiosity. * Start learning Python at its most basic level * Learn where to acquire Python and how to set it up * Understand Python syntax and interpretation for module programming * Develop the skills that apply to any programming language Python programming skills are invaluable, and developing proficiency gives you a head start in learning other languages like C++, Objective-C, and Java. When learning feels like fun, you won't ever want to stop so get started today with Adventures in Python.

Python Distilled (Paperback, 5th edition): David Beazley Python Distilled (Paperback, 5th edition)
David Beazley
R1,200 R1,073 Discovery Miles 10 730 Save R127 (11%) Ships in 12 - 19 working days

Expert insight for modern Python (3.6+) coding from the author of Python Essential Reference Python educator Dave Beazley's concise handbook focuses on the essential core of the Python programming language, with code examples to illuminate how Python works and how to structure programs that can be more easily explained, tested, and debugged. Rather than trying to cover every possible feature and quirk of a 30-year-old language, this pragmatic guide provides a concise narrative related to fundamental programming topics that form the foundation for Python projects of any size including Data abstraction Control flow Program structure Functions: master functions and functional programming idioms Objects: control objects and master the "protocols" that define their behavior Modules: plan for project growth by understanding modules and packages Generators Classes: understand classes from both high-level and technical perspectives I/O handling: proper techniques and abstractions Dicts "This is a pragmatic book that presents some of the most important topics about the Python programming language in a concise form, designed to make it easier to find out the most relevant information bits in a context where resources abound and frequently are just too overwhelming." -Victor Domingos, Software Developer, Slim Business Solutions, The No Title (R) Tech Blog

Digital Signal Processing (DSP) with Python Progra mming (Hardcover): Charbit Digital Signal Processing (DSP) with Python Progra mming (Hardcover)
Charbit
R3,998 Discovery Miles 39 980 Ships in 12 - 19 working days

The parameter estimation and hypothesis testing are the basic tools in statistical inference. These techniques occur in many applications of data processing., and methods of Monte Carlo have become an essential tool to assess performance. For pedagogical purposes the book includes several computational problems and exercices. To prevent students from getting stuck on exercises, detailed corrections are provided.

Java Software Solutions, Global Edition (Paperback, 9th edition): John Lewis, William Loftus Java Software Solutions, Global Edition (Paperback, 9th edition)
John Lewis, William Loftus
R2,670 Discovery Miles 26 700 Ships in 12 - 19 working days

For courses in Java programming Java Software Solutions establishes a strong foundation of programming techniques to foster well-designed object-oriented software. Heralded for its integration of small and large real-world examples, the worldwide best-selling text emphasises problem-solving and design skills and introduces students to the process of constructing high-quality software systems. The 9th Edition features a sweeping overhaul of Graphics Track coverage, to fully embrace the JavaFX API. This fresh approach enriches programmers' understandings of core object-oriented principles. The text uses a natural progression of concepts, focusing on the use of objects before teaching how to write them-equipping students with the knowledge and skill they need to design true object-oriented solutions.

Real-time Phoenix - Build Highly Scalable Systems with Channels (Paperback): Stephen Bussey Real-time Phoenix - Build Highly Scalable Systems with Channels (Paperback)
Stephen Bussey
R1,279 R969 Discovery Miles 9 690 Save R310 (24%) Ships in 12 - 19 working days

Give users the real-time experience they expect, by using Elixir and Phoenix Channels to build applications that instantly react to changes and reflect the application's true state. Learn how Elixir and Phoenix make it easy and enjoyable to create real-time applications that scale to a large number of users. Apply system design and development best practices to create applications that are easy to maintain. Gain confidence by learning how to break your applications before your users do. Deploy applications with minimized resource use and maximized performance. Real-time applications come with real challenges - persistent connections, multi-server deployment, and strict performance requirements are just a few. Don't try to solve these challenges by yourself - use a framework that handles them for you. Elixir and Phoenix Channels provide a solid foundation on which to build stable and scalable real-time applications. Build applications that thrive for years to come with the best-practices found in this book. Understand the magic of real-time communication by inspecting the WebSocket protocol in action. Avoid performance pitfalls early in the development lifecycle with a catalog of common problems and their solutions. Leverage GenStage to build a data pipeline that improves scalability. Break your application before your users do and confidently deploy them. Build a real-world project using solid application design and testing practices that help make future changes a breeze. Create distributed apps that can scale to many users with tools like Phoenix Tracker. Deploy and monitor your application with confidence and reduce outages. Deliver an exceptional real-time experience to your users, with easy maintenance, reduced operational costs, and maximized performance, using Elixir and Phoenix Channels. What You Need: You'll need Elixir 1.9+ and Erlang/OTP 22+ installed on a Mac OS X, Linux, or Windows machine.

Seven Web Frameworks in Seven Weeks (Paperback): Jack Moffit Seven Web Frameworks in Seven Weeks (Paperback)
Jack Moffit; Contributions by Frederic Daoud
R921 R817 Discovery Miles 8 170 Save R104 (11%) Ships in 12 - 19 working days

Whether you need a new tool or just inspiration, "Seven Web Frameworks in Seven Weeks" explores modern options, giving you a taste of each with ideas that will help you create better apps. You'll see frameworks that leverage modern programming languages, employ unique architectures, live client-side instead of server-side, or embrace type systems. You'll see everything from familiar Ruby and JavaScript to the more exotic Erlang, Haskell, and Clojure. The rapid evolution of web apps demands innovative solutions: this survey of frameworks and their unique perspectives will inspire you and get you thinking in new ways to meet the challenges you face daily. This book covers seven web frameworks that are influencing modern web applications and changing web development: Sinatra, CanJS, AngularJS, Ring, Webmachine, Yesod, Immutant. Each of these web frameworks brings unique and powerful ideas to bear on building apps. Embrace the simplicity of Sinatra, which sheds the trappings of large frameworks and gets back to basics with Ruby. Live in the client with CanJS, and create apps with JavaScript in the browser. Be declarative with AngularJS; say what you want, not how to do it, with a mixture of declarative HTML and JavaScript. Turn the web into data with Ring, and use Clojure to make data your puppet. Become a master of advanced HTTP with Webmachine, and focus the power of Erlang. Prove web theorems with Yesod; see how Haskell's advanced type system isn't just for academics. Develop in luxury with Immutant, an enlightened take on the enterprise framework."Seven Web Frameworks" will influence your work, no matter which framework you currently use. Welcome to a wider web.What You Need: You'll need Windows, MacOS X or Linux, along with your favorite web browser. Each chapter will cover what you need to download and which language versions are required.

Build a Weather Station with Elixir and Nerves - Visualize Your Sensor Data with Phoenix and Grafana (Paperback): Alexander... Build a Weather Station with Elixir and Nerves - Visualize Your Sensor Data with Phoenix and Grafana (Paperback)
Alexander Koutmos
R584 Discovery Miles 5 840 Ships in 12 - 19 working days

The Elixir programming language has become a go-to tool for creating reliable, fault-tolerant, and robust server-side applications. Thanks to Nerves, those same exact benefits can be realized in embedded applications. This book will teach you how to structure, build, and deploy production grade Nerves applications to network-enabled devices. The weather station sensor hub project that you will be embarking upon will show you how to create a full stack IoT solution in record time. You will build everything from the embedded Nerves device to the Phoenix backend and even the Grafana time-series data visualizations. Elixir as a programming language has found its way into many different software domains, largely in part to the rock-solid foundation of the Erlang virtual machine. Thanks to the Nerves framework, Elixir has also found success in the world of embedded systems and IoT. Having access to all of the Elixir and OTP constructs such as concurrency, supervision, and immutability makes for a powerful IoT recipe. Find out how to create fault-tolerant, reliable, and robust embedded applications using the Nerves framework. Build and deploy a production-grade weather station sensor hub using Elixir and Nerves, all while leveraging the best practices established by the Nerves community for structuring and organizing Nerves applications. Capture all of your weather station sensor data using Phoenix and Ecto in a lightweight server-side application. Efficiently store and retrieve the time-series weather data collected by your device using TimescaleDB (the Postgres extension for time-series data). Finally, complete the full stack IoT solution by using Grafana to visualize all of your time-series weather station data. Discover how to create software solutions where the underlying technologies and techniques are applicable to all layers of the project. Take your project from idea to production ready in record time with Elixir and Nerves.

Craft GraphQL APIs in Elixir with Absinthe (Paperback): Bruce Williams Craft GraphQL APIs in Elixir with Absinthe (Paperback)
Bruce Williams; Contributions by Ben Wilson
R1,153 R1,001 Discovery Miles 10 010 Save R152 (13%) Ships in 12 - 19 working days

Your domain is rich and interconnected, and your API should be too. Upgrade your web API to GraphQL, leveraging its flexible queries to empower your users, and its declarative structure to simplify your code. Absinthe is the GraphQL toolkit for Elixir, a functional programming language designed to enable massive concurrency atop robust application architectures. Written by the creators of Absinthe, this book will help you take full advantage of these two groundbreaking technologies. Build your own flexible, high-performance APIs using step-by-step guidance and expert advice you won't find anywhere else. GraphQL is a new way of structuring and building web services, and the result is transformational. Find out how to offer a more tailored, cohesive experience to your users, easily aggregate data from different data sources, and improve your back end's maintainability with Absinthe's declarative approach to defining how your API works. Build a GraphQL-based API from scratch using Absinthe, starting from core principles. Learn the type system and how to expand your schema to suit your application's needs. Discover a growing ecosystem of tools and utilities to understand, debug, and document your API. Take it to production, but do it safely with solid best practices in mind. Find out how complexity analysis and persisted queries can let you support your users flexibly, but responsibly too. Along the way, discover how Elixir makes all the difference for a high performance, fault-tolerant API. Use asynchronous and batching execution, or write your own custom add-ons to extend Absinthe. Go live with subscriptions, delivering data over websockets on top of Elixir (and Erlang/OTP's) famous solid performance and real-time capabilities. Transform your applications with the powerful combination of Elixir and GraphQL, using Absinthe. What You Need: To follow along with the book, you should have Erlang/OTP 19+ and Elixir 1.4+ installed. The book will guide you through setting up a new Phoenix application using Absinthe.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Lewis & Dryden's Marine History of the…
E W (Edgar Wilson) 1863-1930 Wright Hardcover R1,112 Discovery Miles 11 120
History and Antiquities of Roxburghshire…
Alexander Jeffrey Hardcover R1,077 Discovery Miles 10 770
Wiring Diagrams For Ob & I/Os
Randy Stephens Paperback R876 Discovery Miles 8 760
Frustrated Lewis Pairs
J. Chris Slootweg, Andrew R. Jupp Hardcover R4,168 Discovery Miles 41 680
Guide to FPGA Implementation of…
Jean-Pierre Deschamps, Gustavo D. Sutter, … Hardcover R6,325 Discovery Miles 63 250
Statistical Mechanics of Neural Networks
Hai-Ping Huang Hardcover R4,247 Discovery Miles 42 470
Towards Autonomous Robotic Systems…
Kaspar Althoefer, Jelizaveta Konstantinova, … Paperback R2,203 Discovery Miles 22 030
Robot Operating System (ROS) - The…
Anis Koubaa Hardcover R5,111 Discovery Miles 51 110
Web Engineering
Carson Thomas Hardcover R3,574 R3,230 Discovery Miles 32 300
The Executive Decisionmaking Process…
Ralph Sanders Hardcover R2,762 Discovery Miles 27 620

 

Partners