0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (98)
  • R250 - R500 (547)
  • R500+ (3,320)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages > General

Apache Cookbook 2e (Paperback, 2nd Revised edition): Rich Bowen Apache Cookbook 2e (Paperback, 2nd Revised edition)
Rich Bowen
R1,155 R918 Discovery Miles 9 180 Save R237 (21%) Ships in 10 - 15 working days

There's plenty of documentation on installing and configuring the Apache web server, but where do you find help for the day-to-day stuff, like adding common modules or fine-tuning your activity logging? That's easy. The new edition of the Apache Cookbook offers you updated solutions to the problems you're likely to encounter with the new versions of Apache. Written by members of the Apache Software Foundation, and thoroughly revised for Apache versions 2.0 and 2.2, recipes in this book range from simple tasks, such installing the server on Red Hat Linux or Windows, to more complex tasks, such as setting up name-based virtual hosts or securing and managing your proxy server. Altogether, you get more than 200 timesaving recipes for solving a crisis or other deadline conundrums, with topics including: * Security * Aliases, Redirecting, and Rewriting * CGI Scripts, the suexec Wrapper, and other dynamic content techniques * Error Handling * SSL * Performance This book tackles everything from beginner problems to those faced by experienced users. For every problem addressed in the book, you will find a worked-out solution that includes short, focused pieces of code you can use immediately. You also get explanations of how and why the code works, so you can adapt the problem-solving techniques to similar situations. Instead of poking around mailing lists, online documentation, and other sources, rely on the Apache Cookbook for quick solutions when you need them. Then you can spend your time and energy where it matters most.

Ruby on Rails for PHP and Java Developers (Paperback, 2007 ed.): Deepak Vohra Ruby on Rails for PHP and Java Developers (Paperback, 2007 ed.)
Deepak Vohra
R1,933 R1,575 Discovery Miles 15 750 Save R358 (19%) Ships in 12 - 17 working days

The web framework Ruby on Rails for developing database based web applications provides a Model-View-Controller framework. The required web server WEBrick is included with Ruby on Rails. The framework is configured with the MySQL database by default, but may be configured with another database.

The book covers developing web applications with Ruby on Rails. Technologies discussed include Ajax, directory services, and web services. A comparison is made with PHP, the most commonly used scripting language for developing web applications.

Beginning Git and GitHub - A Comprehensive Guide to Version Control, Project Management, and Teamwork for the New Developer... Beginning Git and GitHub - A Comprehensive Guide to Version Control, Project Management, and Teamwork for the New Developer (Paperback, 1st ed.)
Mariot Tsitoara
R1,514 R1,427 Discovery Miles 14 270 Save R87 (6%) Ships in 9 - 15 working days

Learn the fundamentals of version control through step-by-step tutorials that will teach you the ins-and-outs of Git. This book is your complete guide to how Git and GitHub work in a professional team environment. Divided into three parts - Version Control, Project Management and Teamwork - this book reveals what waits for you in the real world and how to resolve the problems you may run into. Once past the basics of Git, you'll see how to manage a software project, and finally how to utilize Git and GithHub to work effectively as a team. You'll examine how to plan, follow and execute a project with GitHub, and then apply those concepts to real-world situations. Workaround the pitfalls that most programmers fall into when driving a project with Git by using proven tactics to avoid them. You will also be taught the easiest and quickest ways to resolve merge conflicts. A lot of modern books on Git don't go into depth about non-technical topics. Beginning Git and GitHub will help you cover all the bases right at the start of your career. What You'll Learn Review basic and advanced concepts of Git Apply Project Management skills using GitHub Solve conflicts or, ideally, avoid them altogether Use advanced concepts for a more boosted workflow Who This book Is For New developers, developers that have never worked in a team environment before, developers with basic knowledge of Git or GitHub, or anyone who works with text documents.

Ruby Performance Optimization (Paperback): Alexander Dymo Ruby Performance Optimization (Paperback)
Alexander Dymo
R927 R749 Discovery Miles 7 490 Save R178 (19%) Ships in 10 - 15 working days

You don't have to accept slow Ruby or Rails performance. In this comprehensive guide to Ruby optimization, you'll learn how to write faster Ruby code--but that's just the beginning. See exactly what makes Ruby and Rails code slow, and how to fix it. Alex Dymo will guide you through perils of memory and CPU optimization, profiling, measuring, performance testing, garbage collection, and tuning. You'll find that all those "hard" things aren't so difficult after all, and your code will run orders of magnitude faster. This is the first book ever that consolidates all the Ruby performance optimization advice in one place. It's your comprehensive guide to memory optimization, CPU optimization, garbage collector tuning, profiling, measurements, performance testing, and more. You'll go from performance rookie to expert. First, you'll learn the best practices for writing Ruby code that's easy not only on the CPU, but also on memory, and that doesn't trigger the dreaded garbage collector. You'll find out that garbage collection accounts for 80% of slowdowns, and often takes more than 50% of your program's execution time.And you'll discover the bottlenecks in Rails code and learn how selective attribute loading and preloading can mitigate the performance costs of ActiveRecord. As you advance to Ruby performance expert, you'll learn how profile your code, how to make sense out of profiler reports, and how to make optimization decisions based on them. You'll make sure slow code doesn't creep back into your Rails application by writing performance tests, and you'll learn the right way to benchmark Rails. And finally, you'll dive into the Ruby interpreter internals to really understand why garbage collection makes Ruby so slow, and how you can tune it up. What You Need: Some version of Ruby. The advice from this book applies to all modern Ruby versions from 1.9 to 2.2. 80% of the material will also be useful for legacy Ruby 1.8 users, and there is 1.8-specific advice as well.

Beginning Ansible Concepts and Application - Provisioning, Configuring, and Managing Servers, Applications, and Their... Beginning Ansible Concepts and Application - Provisioning, Configuring, and Managing Servers, Applications, and Their Dependencies (Paperback, 1st ed.)
Shaun R Smith, Peter Membrey
R1,633 R1,264 Discovery Miles 12 640 Save R369 (23%) Ships in 10 - 15 working days

Learn the concepts and develop the skills to be a true Ansible artist and use it inside and outside the box. This book applies key concepts immediately while building up your Ansible skills layer by layer through easy to grasp examples and engaging projects. You'll also think about security, why testing is important, and how to use version control safely. As a beginner to Ansible, you'll be guided step-by-step through creating your first Ansible playbook to deploying your first server and writing more complex cross-dependency playbooks. From the first line of code to the last, you'll constantly iterate and simplify your playbooks, iwhile taking on more complex topics as you construct a full Wordpress website stack consisting of a database, web servers, and load balancer. This book will prompt you to think about how these fit together and will explain what to do to ensure maintainability long into the future. Don't just use Ansible. Completely change how you go about provisioning, configuring, and managing servers, applications, and their dependencies with this powerful, open source automation tool. In exchange for this power and efficiency, Ansible demands a very different way of thinking about resources and how they all fit together. This can be hard to get your head around if you've never done it before. Every step of the way, Beginning Ansible Concepts and Application show you best practices so that you can confidently start using Ansible right away. What You'll Learn Set up an Ansible environment Create and run playbooks Organize groups of variables, vaults, roles, and tasks to ensure your playbooks are scalable Protect secrets using Ansible Vaults Automate the build of a Wordpress website Who This Book Is For Developers looking for a better way to manage their servers other than by logging in and typing commands. Also enthusiasts who want to learn not just how to use Ansible but how to use it correctly and confidently.

Building Web Apps with Ember.js (Paperback): Jesse Cravens Building Web Apps with Ember.js (Paperback)
Jesse Cravens; Contributions by Thomas Q. Brady
R731 R537 Discovery Miles 5 370 Save R194 (27%) Ships in 12 - 17 working days

If you're a web developer interested in building scalable single-page applications - full-stack, browser-based apps that connect to a backend - this practical guide shows you how to use Ember.js, the popular JavaScript framework based on the model-view-controller (MVC) architectural pattern. Through the course of the book, you'll learn how to build a prototype Ember application (a musician index called Rock'n'Roll Call), using routers, templates, models, controllers, and views. You'll also understand how Ember's convention over configuration approach helps you persist data, build backend technologies, and create widgets for developing production-capable applications that behave like desktop software. Set up workflow management and boilerplate code creation Learn how Ember's "developer ergonomics" help you use less code Write templates for the book's prototype with Handlebars.js Use routers to manage application states without reloading the page Connect controllers and views with events, and sync data with data-binding Build an Ember backend with a RESTful API or Ruby on Rails Use the Ember-Data library to persist data and talk to the backend Write reusable encapsulated widgets to extend your applications

PHP & MySQL fur Dummies 2e (German, Paperback, 2. Auflage): J Valade PHP & MySQL fur Dummies 2e (German, Paperback, 2. Auflage)
J Valade
R606 Discovery Miles 6 060 Ships in 12 - 17 working days

PHP ist nach wie vor die wichtigste serverseitige Websprache und MySQL das wichtigste Webdatenbank-Managementsystem. Als Team sind die beiden unschlagbar, wenn es um die Erstellung dynamischer Webseiten geht. In diesem Buch erklArt Ihnen Janet Valade die Grundlagen und das Zusammenspiel von PHP und MySQL anhand typischer Anwendungsbeispiele.

Head First HTML5 Programming (Paperback): Eric Freeman Head First HTML5 Programming (Paperback)
Eric Freeman; Contributions by Elisabeth Robson
R1,434 R1,074 Discovery Miles 10 740 Save R360 (25%) Ships in 12 - 17 working days

HTML has been on a wild ride. Sure, HTML started as a mere markup language, but more recently HTML's put on some major muscle. Now we've got a language tuned for building web applications with Web storage, 2D drawing, offline support, sockets and threads, and more. And to speak this language you've got to go beyond HTML5 markup and into the world of the DOM, events, and JavaScript APIs.Now you probably already know all about HTML markup (otherwise known as structure) and you know all aboutCSS style (presentation), but what you've been missing is JavaScript (behavior). If all you know about are structure and presentation, you can create some great looking pages, but they're still just pages. When you add behavior with JavaScript, you can create an interactive experience; even better, you can create full blown web applications."Head First HTML5 Programming" is your ultimate tour guide to creating web applications with HTML5 and JavaScript, and we give you everything you need to know to build them, including: how to add interactivity to your pages, how to communicate with the world of Web services, and how to use the great new APIs being developed for HTML5.Here are just some of the things you'll learn in "Head First HTML5 Programing" Learn how to make your pages truly interactive by using the power of the DOM.Finally understand how JavaScript works and take yourself from novice to well-informed in just a few chapters.Learn how JavaScript APIs fit into the HTML5 ecosystem, and how to use any API in your web pages.Use the Geolocation API to know where your users are.Bring out your inner artist with Canvas, HTML5's new 2D drawing surface.Go beyond just plugging a video into your pages, and create custom video experiences.Learn the secret to grabbing five megabytes of storage in every user's browser.Improve your page's responsiveness and performance with Web workers.And much more.

The Definitive Guide to Jakarta Faces in Jakarta EE 10 - Building Java-Based Enterprise Web Applications (Paperback, 2nd ed.):... The Definitive Guide to Jakarta Faces in Jakarta EE 10 - Building Java-Based Enterprise Web Applications (Paperback, 2nd ed.)
Bauke Scholtz, Arjan Tijms
R1,868 R1,465 Discovery Miles 14 650 Save R403 (22%) Ships in 10 - 15 working days

Learn and master the new features in the new Eclipse Jakarta Faces (formerly JavaServer Faces or JSF) web framework in this definitive guide written by two of the driving forces of the Faces project and the co-creators of the OmniFaces library. Authors Bauke Scholtz and Arjan Tijms take you through real-world examples that demonstrate how these new features are used with other APIs in Jakarta EE. You'll see the new and exciting ways Jakarta Faces applications can use to communicate between a client and a server, such as using WebSockets, invoking bean methods directly from Ajax, executing client-side JavaScript when Ajax calls complete, and more Along the way you'll broaden your knowledge of Faces components and web APIs best practices, and learn a great deal about the internals of Faces and the design decisions that have been made when building the Faces API. For example, you'll see what artefacts are now CDI injectable, how CDI changed Faces internally, and what some of the caveats are when working with the CDI versions of a Faces artefact. Furthermore, you'll build an example application from scratch. After reading The Definitive Guide to Jakarta Faces in Jakarta EE 10, you'll be ready to build your own efficient and secure web applications. What You Will Learn Leverage the new features in Jakarta Faces in Jakarta EE in your existing applications Integrate Faces and CDI Use the brand new Component Search Expression framework, which enables you to more easily locate components from your template Extend the Component Search Expression framework with your own search operators Work with the different ways of mapping requests to Faces, make your application use extension-less URLs, and programmatically inspect which resources are present in your application Master the best practices for web application development and see which are obsolete Who This Book Is For Existing JSF or Java developers who need to create a web UI. No prior knowledge of Faces is required, but the book does skew towards the more experienced developer. Concepts such as dependency injection and MVC are assumed to be known, as is a general knowledge about HTML, HTTP and other web standards.

HTML, CSS, and JavaScript All in One - Covering HTML5, CSS3, and ES6, Sams Teach Yourself (Paperback, 3rd edition): Julie... HTML, CSS, and JavaScript All in One - Covering HTML5, CSS3, and ES6, Sams Teach Yourself (Paperback, 3rd edition)
Julie Meloni, Jennifer Kyrnin
R947 R800 Discovery Miles 8 000 Save R147 (16%) Ships in 9 - 15 working days

A solid understanding of HTML, CSS, and JavaScript -- and how they work together -- is vital to any kind of contemporary web development. And these core technologies are only growing in importance as contemporary web development moves away from a reliance on proprietary technologies like Flash for rich interface and mobile applications. Teach Yourself HTML, CSS, and JavaScript All in One combines these three fundamental web development technologies into one clearly written, carefully organized, step-by-step tutorial that expertly guides the beginner through these three interconnected technologies. By the end of this book the reader will understand how these technologies work, and more importantly, how they work together to create modern web pages and sites. After completing the book's lessons the reader will be able to confidently create basic but professional-looking interactive web sites. Coverage of the HTML5, CSS3, and ECMAScript 6 standards is thoughtfully integrated into every chapter of the book, mentioning new features or tools within context of the task or topic at hand.

Blue Pelican Java (Hardcover): Charles E. Cook Blue Pelican Java (Hardcover)
Charles E. Cook
R1,259 Discovery Miles 12 590 Ships in 10 - 15 working days

"Blue Pelican Java" is a somewhat unusual high school computer science textbook. Most computer science texts will begin with a section on the history of computers followed with a flurry of definitions that are just "so many words" to the average student. The approach here is to first give the student some experience upon which to hang the definitions that come later. The usual practice of introducing classes and objects is deferred until the student has a firm grasp of the fundamentals (loops, decision structures, etc). Thus, the beginning student is not overwhelmed by the simultaneous introduction of OOPs and the fundamentals. The book includes plenty of exercises (many in "contest" form), programming projects, and a huge appendix.

Dynamic Web Programming and HTML5 (Paperback): Paul S. Wang Dynamic Web Programming and HTML5 (Paperback)
Paul S. Wang
R2,675 Discovery Miles 26 750 Ships in 12 - 17 working days

With organizations and individuals increasingly dependent on the Web, the need for competent, well-trained Web developers and maintainers is growing. Helping readers master Web development, Dynamic Web Programming and HTML5 covers specific Web programming languages, APIs, and coding techniques and provides an in-depth understanding of the underlying concepts, theory, and principles. The author leads readers through page structuring, page layout/styling, user input processing, dynamic user interfaces, database-driven websites, and mobile website development.

After an overview of the Web and Internet, the book focuses on the new HTML5 and its associated open Web platform standards. It covers the HTML5 markup language and DOM, new elements for structuring Web documents and forms, CSS3, and important JavaScript APIs associated with HTML5. Moving on to dynamic page generation and server-side programming with PHP, the text discusses page templates, form processing, session control, user login, database access, and server-side HTTP requests. It also explores more advanced topics such as XML and PHP/MySQL.

Suitable for a one- or two-semester course at the advanced undergraduate or beginning graduate level, this comprehensive and up-to-date guide helps readers learn modern Web technologies and their practical applications. Numerous examples illustrate how the programming techniques and other elements work together to achieve practical goals.

Online Resource
Encouraging hands-on practice, the book s companion website at http: //dwp.sofpower.com helps readers gain experience with the technologies and techniques involved in building good sites. Maintained by the author, the site offers:

  • Live examples organized by chapter and cross-referenced in the text
  • Programs from the text bundled in a downloadable code package
  • Searchable index and appendices
  • Ample resource listings and information updates
"
Introducing .NET 6 - Getting Started with Blazor, MAUI, Windows App SDK, Desktop Development, and Containers (Paperback, 1st... Introducing .NET 6 - Getting Started with Blazor, MAUI, Windows App SDK, Desktop Development, and Containers (Paperback, 1st ed.)
Nico Vermeir
R1,668 R1,299 Discovery Miles 12 990 Save R369 (22%) Ships in 10 - 15 working days

Welcome to .NET 6, Microsoft's unified framework that converges the best of the modern and traditional .NET Framework. This book will introduce you to the new aspects of Microsoft's fully supported .NET 6 Framework and will teach you how to get the most out of it. You will learn about the progress to one unified .NET, including MAUI and the revival of desktop development. You will dive into Roslyn, Blazor, CLI, Containers, Cloud, and much more, using a "framework first" learning approach. You will begin by learning what each tool is, its practical uses, and how to apply it and then you will try it out on your own for learning reinforcement. And, of course, there will be plenty of code samples using C# 10. Introducing .NET 6 is aimed at .NET developers, both junior developers and those coming from the .NET framework, who want to understand everything the modern framework has to offer, besides the obvious programming languages. While you will still see a lot of fabulous C# 10 throughout the book, the focus of this learning is all about .NET and its tooling. What You Will Learn Become a more versatile developer by knowing the variety of options available to you in the .NET 6 framework and its powerful tooling Know the different front-end frameworks .NET offers, such as UWP, WPF, and WinForms, and how they stack up to each other Understand the different communication protocols, such as REST and gRPC, for your back-end services Discover the secrets of cloud-native development, such as serverless computing with Azure Functions and deploying containers to Azure Container Services Master the command line, take your skill set to the cloud, and containerize your .NET 6 app Who This Book Is For Both students and more experienced developers, C# developers who want to learn more about the framework they use, developers who want to be more productive by diving deeper into the tooling that .NET 6 brings to the fold, developers who need to make technical decisions. A working knowledge of C# is recommended to follow the examples used in the book.

Mastering Azure API Management - A Practical Approach to Designing and Implementing an API-Centric Enterprise Architecture... Mastering Azure API Management - A Practical Approach to Designing and Implementing an API-Centric Enterprise Architecture (Paperback, 1st ed.)
Sven Malvik
R1,532 R1,196 Discovery Miles 11 960 Save R336 (22%) Ships in 10 - 15 working days

Unsure of how or where to get started with Azure API Management, Microsoft's managed service for securing, maintaining, and monitoring APIs? Then this guide is for you. Azure API Management integrates services like Azure Kubernetes Services (AKS), Function Apps, Logic Apps, and many others with the cloud and provides users with a single, unified, and well-structured facade in the cloud. Mastering Azure API Management is designed to help API developers and cloud engineers learn all aspects of Azure API Management, including security and compliance. It provides a pathway for getting started and learning valuable management and administration skills. You will learn what tools you need to publish a unified API facade towards backend services, independent of where and what they run on. You will begin with an overview of web APIs. You will learn about today's challenges and how a unified API management approach can help you address them. From there you'll dive into the key concepts of Azure API Management and be given a practical view and approach of API development in the context of Azure API Management. You'll then review different ways of integrating Azure API Management into your enterprise architecture. From there, you will learn how to optimally maintain and administer Azure API Management to secure your APIs, and learn from them, gaining valuable insights through logging and monitoring. What You Will Learn Discover the benefits of an enterprise API platform Understand the basic concepts of API management in the Microsoft cloud Develop and publish your APIs in the context of Azure API Management Onboard users through the developer portal Help your team or other developers to publish their APIs more efficiently Integrate Azure API Management securely into your enterprise architecture Manage and maintain to secure your APIs and gain insights Who This Book Is For API developers, cloud engineers, and Microsoft Azure enthusiasts who want to deep dive into managing an API-centric enterprise architecture with Azure API Management. To get the most out of the book, the reader should have a good understanding of micro services and APIs. Basic coding skills, including some experience with PowerShell and Azure, are also beneficial.

SharePoint 2010 at Work - Tricks, Traps, and Bold Opinions (Paperback): Mark Miller SharePoint 2010 at Work - Tricks, Traps, and Bold Opinions (Paperback)
Mark Miller
R973 R710 Discovery Miles 7 100 Save R263 (27%) Ships in 12 - 17 working days

If you work with SharePoint, you may have discovered that there are countless tricks for using this platform to solve real-world problems--and you certainly wouldn't mind learning some of them. That's the purpose behind EndUserSharePoint, a community site that lets end users share ingenious new ways for putting SharePoint to work.

This insightful and entertaining book presents a compilation of popular, well-written articles from the site, published by contributors for people who use SharePoint at their companies but don't have access to its technical server side. Each engaging story puts you into the narrative as a participant, rather than a passive observer, so you can easily visualize the situation and share the "aha " solution with the author. Learn some tricks, gain some insight--and have fun doing it.

These articles will help you: Build a documented framework for evaluating whether your company is getting the most value from SharePoint Create documentation and script management with OneNote and a SharePoint library Use the Data View Web Part to create hyperlinks from existing SharePoint data Implement data visualization in SharePoint without access to the server Creating document libraries with mixed content sources in any SharePoint version Pull information from disparate site collections into a single navigation system

Contributors include: Sadalit Van Buren Kerri Abraham Jim Bob Howard Marc D. Anderson Laura Rogers Waldek Mastykarz Alexander Bautz Dessie Lunsford Eric Alexander Peter Allen

"What a fantastic resource. No other book in the SharePoint community hits this 'power user' or 'end user' audience like this book does. There are powerful examples in here that will really solve business problems and set the reader on the right track." --Joel Oleson, Global SharePoint Evangelist, and one of the first SharePoint architects

Understanding Network Hacks - Attack and Defense with Python 3 (Paperback, 2nd ed. 2021): Bastian Ballmann Understanding Network Hacks - Attack and Defense with Python 3 (Paperback, 2nd ed. 2021)
Bastian Ballmann
R1,801 Discovery Miles 18 010 Ships in 10 - 15 working days

This book explains how to see one's own network through the eyes of an attacker, to understand their techniques and effectively protect against them. Through Python code samples the reader learns to code tools on subjects such as password sniffing, ARP poisoning, DNS spoofing, SQL injection, Google harvesting, Bluetooth and Wifi hacking. Furthermore the reader will be introduced to defense methods such as intrusion detection and prevention systems and log file analysis by diving into code.

Head First PHP & MySQL (Paperback): Lynn Beighley Head First PHP & MySQL (Paperback)
Lynn Beighley; Contributions by Michael Morrison
R1,410 R1,026 Discovery Miles 10 260 Save R384 (27%) Ships in 12 - 17 working days

If you're ready to create web pages more complex than those you can build with HTML and CSS, "Head First PHP & MySQL" is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more. "Head First PHP & MySQL" offers the same visually rich format that's turned every title in the "Head First" series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.This title discusses how to: use PHP to transform static HTML pages into dynamic web sites; create and populate your own MySQL database tables, and work with data stored in files; perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY; use cookies and sessions to track visitors' login information and personalize the site for users; protect your data from SQL injection attacks; use regular expressions to validate information on forms; dynamically display text based on session info and create images on the fly; and, pull syndicated data from other sites using PHP and XML. Throughout the book, you'll build sophisticated examples - including a mailing list, a job board, and an online dating site - to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, "Head First PHP & MySQL" is the ideal way to get going.

Learning PHP Design Patterns (Paperback): William Sanders Learning PHP Design Patterns (Paperback)
William Sanders
R989 R726 Discovery Miles 7 260 Save R263 (27%) Ships in 12 - 17 working days

Build server-side applications more efficiently - and improve your PHP programming skills in the process - by learning how to use design patterns in your code. This book shows you how to apply several object-oriented patterns through simple examples, and demonstrates many of them in full-fledged working applications. Learn how these reusable patterns help you solve complex problems, organize object-oriented code, and revise a big project by only changing small parts. With Learning PHP Design Patterns, you'll learn how to adopt a more sophisticated programming style and dramatically reduce development time. Learn design pattern concepts, including how to select patterns to handle specific problems Get an overview of object-oriented programming concepts such as composition, encapsulation, polymorphism, and inheritance Apply creational design patterns to create pages dynamically, using a factory method instead of direct instantiation Make changes to existing objects or structure without having to change the original code, using structural design patterns Use behavioral patterns to help objects work together to perform tasks Interact with MySQL, using behavioral patterns such as Proxy and Chain of Responsibility Explore ways to use PHP's built-in design pattern interfaces

Java Generics And Collections (Paperback): Maurice Naftalin Java Generics And Collections (Paperback)
Maurice Naftalin; Contributions by Philip Wadler
R860 R695 Discovery Miles 6 950 Save R165 (19%) Ships in 9 - 15 working days

This comprehensive guide shows you how to master the most important changes to Java since it was first released. Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features. "Java Generics and Collections" covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it. Topics covered include: Fundamentals of generics: type parameters and generic methods; Other new features: boxing and unboxing, foreach loops, varargs; Subtyping and wildcards; Evolution not revolution: generic libraries with legacy clients and generic clients with legacy libraries; Generics and reflection; Design patterns for generics; Sets, Queues, Lists, Maps, and their implementations; Concurrent programming and thread safety with collections; ane Performance implications of different collections. Generics and the new collection libraries they inspired take Java to a new level. If you want to take your software development practice to a new level, this book is essential reading.

Head First jQuery (Paperback): Ryan Benedetti Head First jQuery (Paperback)
Ryan Benedetti; Contributions by Ronan Cranley
R1,017 R754 Discovery Miles 7 540 Save R263 (26%) Ships in 12 - 17 working days

Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With "Head First jQuery," you'll quickly get up to speed on this amazing JavaScript library by learning how to navigate HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and building your own plug-ins.

If you want to learn--and understand--how to create interactive web pages, unobtrusive script, and cool animations that don't kill your browser, this book is for you.Use jQuery with DOM to overcome the limitations of HTML and CSS Learn how jQuery selectors and actions work together Write functions and wire them to interface elements Use jQuery effects to create actions on the page Make your pages come alive with animation Learn how use jQuery with the new HTML5 elements Build interactive web pages with jQuery and Ajax Create plug-ins to handle reusable functions Build forms and reports in web applications

Jump Start PHP (Paperback): Callum Hopkins Jump Start PHP (Paperback)
Callum Hopkins
R724 R529 Discovery Miles 5 290 Save R195 (27%) Out of stock

Get a Jump Start on PHP today

PHP is a key server-side technology in web development, enabling you to quickly and simply develop interactive, usable and engaging websites and applications.

In just one weekend with this SitePoint book, you'll learn how to: Install all of the software you need to begin developing PHP applicationsUnderstand PHP functions and syntaxBuild a complete, working PHP application from scratch: a simple social networking app

Plus you'll discover how to use modern techniques such as MVC and REST

Intermediate Perl 2e (Paperback, 2nd Revised edition): Randal L. Schwartz Intermediate Perl 2e (Paperback, 2nd Revised edition)
Randal L. Schwartz; Contributions by Brian D. Foy, Tom Phoenix
R1,260 R807 Discovery Miles 8 070 Save R453 (36%) Ships in 12 - 17 working days

This book picks up right where "Learning Perl" leaves off. With "Intermediate Perl," you'll graduate from short scripts to much larger programs, using features that make Perl a general-purpose language. This gentle but thorough guide introduces you to modules, complex data structures, and object-oriented programming.

Each chapter is small enough to be read in just an hour or two, ending with exercises to help you practice what you've learned. If you're familiar with the material in "Learning Perl" and have the ambition to go further, Intermediate Perl will teach you most of the core Perl language concepts you need for writing robust programs on any platform.

Topics include: Packages and namespaces References and scoping, including regular expression references Manipulating complex data structures Object-oriented programming Writing and using modules Testing Perl code Contributing to CPAN

Just like "Learning Perl," material in this book closely follows the popular introductory Perl course the authors have taught since 1991. This second edition covers recent changes to the language up to version 5.14.

Pro Microservices in .NET 6 - With Examples Using ASP.NET Core 6, MassTransit, and Kubernetes (Paperback, 1st ed.): Sean... Pro Microservices in .NET 6 - With Examples Using ASP.NET Core 6, MassTransit, and Kubernetes (Paperback, 1st ed.)
Sean Whitesell, Rob Richardson, Matthew D Groves
R1,845 Discovery Miles 18 450 Ships in 10 - 15 working days

Know the fundamentals of creating and deploying microservices using .NET 6 and gain insight from prescriptive guidance in this book on the when and why to incorporate them. The microservices architecture is a way of distributing process workloads to independent applications. This distribution allows for the independent applications to scale and evolve separately. It also enables developers to dismantle large applications into smaller, easier-to-maintain, scalable parts. While the return is valuable and the concept straightforward, applying it to an application is far more complicated. Where do you start? How do you find the optimal dividing point for your app, and strategically, how should your app be parceled out into separate services? Pro Microservices in .NET 6 will introduce you to all that and more. The authors get you started with an overview of microservices, .NET 6, event storming, and domain-driven design. You will use that foundational information to build a reference application throughout the book. From there, you will create your first microservice using .NET 6 that you can deploy into Docker and Azure Kubernetes Service. You will also learn about communication styles, decentralizing data, and testing microservices. Finally, you will learn about logging, metrics, tracing, and use that information for debugging. What You Will Learn Build a foundation of basic microservices architecture design Follow an example of using event storming and domain-driven design to understand the monolithic application modified for microservices Understand, via detailed commands, how Docker is used to containerize applications Get an overview of creating microservices from a monolithic application Call microservices using RPC and messaging communication styles with MassTransit Comprehend decentralizing data and handling distributed transactions Use Azure Kubernetes Service to host and scale your microservices Know the methods to make your microservices more robust Discover testing techniques for RPC and messaging communication styles Apply the applications you build for actual use Practice cross-cutting concerns such as logging, metrics, and tracing Who This Book Is For Developers and software architects. Readers should have basic familiarity with Visual Studio and experience with .NET, ASP.NET Core, and C#.

Designing Embedded Internet Devices (Paperback): Brian DeMuth, Dan Eisenreich Designing Embedded Internet Devices (Paperback)
Brian DeMuth, Dan Eisenreich
R1,598 Discovery Miles 15 980 Ships in 12 - 17 working days

Adding internet access to embedded systems opens up a whole new world of capabilities. For example, a remote data logging system could automatically send data via the internet and be reconfigured - such as to log new types of data or to measure at different intervals - by commands sent over the internet from any computer or device with internet access. Embedded internet and internet appliances are the focus of great attention in the computing industry, as they are seen as the future of computing, but the design of such devices presents many technical challenges.;This book describes how to design, build and program embedded systems with internet access, giving special attention to sensors and actuators which gather data for transmission over the internet or execute commands sent by the internet, It shows how to build sensors and control devices that connect to the "tiny internet interface" (TINI) and explains how to write programs that control them in Java. Several design case histories are given, including weather monitoring stations, communications centres, automation systems, and data acquisitions systems. The authors discuss how these technologies work and where to get detailed specifications, and they provide ideas for the reader to pursue beyond the book. The accompanying CD-ROM includes Java source code for all the applications described in the book, and an electronic version of the text.

Corporate Portals Empowered with XML and Web Services (Paperback): Anura Guruge Corporate Portals Empowered with XML and Web Services (Paperback)
Anura Guruge
R1,171 Discovery Miles 11 710 Ships in 12 - 17 working days

Following the humbling of the 'dot.coms' it is well implemented corporate portals that are ushering in a new and prosperous era of e-business. Corporate Portals Empowered with XML and Web Services provides decision makers with a clear and concise explanation of what portals are all about, why you really need a portal strategy, how you go about implementing one, and the issues you have to encounter and surmount. Guruge shows how you can successfully use XML and web services to empower your portals for collaboration, knowledge management, CRM, ERP and supply chain management.
.Extensive examples of corporate portals illustrate the viability of the technology
.Architectural and network diagrams show detailed portal implementations
.Comprehensive references to guides, solutions, products and terminology leverage living outside resources

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
JQuery in Easy Steps
Mike McGrath Paperback R357 R312 Discovery Miles 3 120
Java: A Beginner's Guide, Ninth Edition
Herbert Schildt Paperback R750 Discovery Miles 7 500
HTML and JavaScript BASICS
E. Turner, Karl Barksdale Paperback R1,487 R1,266 Discovery Miles 12 660
HTML5 and CSS - Complete, International…
Denise Woods Paperback R1,067 R932 Discovery Miles 9 320
NGINX Cookbook - Advanced Recipes for…
Derek Dejonghe Paperback R769 Discovery Miles 7 690
Drupal Web Profiles
Timi Ogunjobi Paperback R1,086 Discovery Miles 10 860
JavaScript for Web Warriors
Patrick Carey, Sasha Vodnik Paperback R1,395 R1,203 Discovery Miles 12 030
Starting Out with Python, Global Edition
Tony Gaddis Paperback R2,157 Discovery Miles 21 570
Java Programming
Joyce Farrell Paperback R1,373 R1,186 Discovery Miles 11 860
OCP Oracle Certified Professional Java…
J Boyarsky Paperback R757 Discovery Miles 7 570

 

Partners