Nginx EssentialsNginx is an open source and cross-platform reverse proxy server designed for low memory usage and high performance and concurrency.
This book provides both basic and in-depth knowledge to help you effectively solve challenges with Nginx, or comfortably go through a transition period when switching to Nginx.
Starting with the basics, you will learn by example how to set up, configure, and operate an Nginx installation and use features of Nginx to elegantly solve challenges you experience every day when running your website. You will learn to use the rewrite engine to solve day-to-day tasks and be able to configure access restrictions in Nginx. You will also be able to manage inbound traffic using a number of Nginx features and use Nginx for load balancing and fault-tolerance features. Finally, you will learn how to solve common performance problems and apply a number of performance-tuning strategies.
Through easy exploration of the most intricate topics, this book aims to bring ...
CoreOS EssentialsThis book will help you get up and running on using CoreOS to develop effective computing networks. You will begin with understanding the basics of CoreOS. You will then discover what etcd is and how it is used, followed by launching Docker containers with systemd and fleet. Learn how to manage clusters, read system logs, and customize with cloud-config. You will set up the deployment to production using Docker builder and a private Docker registry. You will also see how to set up and use CoreUpdate and Enterprise Registry, and get an introduction to the new App Container called rkt and the newly introduced cluster manager known as Kubernetes.
This book will equip you with all the information you need to leverage the power of CoreOS and the related containers for the effective deployment of your applications. ...
NW.js EssentialsUsing Node.js, we can create web applications easily. Now, thanks to NW.js, we can also create desktop apps with it using a unique combination of HTML5 and Node. NW.js is a runtime application based on Chromium and Node.js.
In this book, you'll discover how to leverage well-known programming languages, such as JavaScript, HTML, and CSS in order to create NW.js desktop applications.
You will implement your first simple application right from the first chapter and see how easy it is to use the platform, after which you will learn about Native UI APIs and the different approaches to Node.js programming.
You'll get a complete picture of the many possible ways to package and deploy NW.js applications on Microsoft Windows, Mac OS X, and Linux. So, get ready to explore NW.js and build a real, and complex, application. ...
Mastering jQueryMastering jQuery has been written not only to help maximize your skills with core functionality in the library, but also to explore some of the more intriguing ways of using the library to achieve real-world solutions that could feature on any website or online environment.
You'll start with a look at some of the more advanced ways to incorporate the library into your pages, followed by working with forms and advanced form validation using regular expressions. Next you'll move on to animating in jQuery, advanced event handling, and using jQuery effects.
Finally, you will develop practical examples of using jQuery with external functionality such as node-webkit, before finishing with a session on optimizing your version of the library for maximum efficiency and exploring best practices for using QUnit. ...
Web Performance: The Definitive GuideSpeed is money - and increasing web performance can have a significant bottom line impact. This practical guide introduces a new model for thinking about end-to-end performance that everyone, from developers to engineers and analyst, can readily understand. Whether you want to write faster applications, or ensure site is fast all the time, you'll discover how to achieve performance in a new way. Learn how to identify, prioritize, and analyze problems, and then—most importantly - how to optimize performance. ...
Getting an IT Help Desk Job For DummiesIf you're looking for a job in IT, the help desk is the heart and soul of most IT operations, and an excellent starting point for a promising career. With the help of Getting an IT Help Desk Job For Dummies, you'll gain the knowledge and know-how to cut through the confusion of navigating the Information Technology job market. IT can be intimidating to hopeful-yet-inexperienced job candidates, but this guide will help you find and land the job of your dreams. Through easy-to-follow explanations, authoritative information, and a bit of humor, Getting an IT Help Desk Job For Dummies serves as your thorough and approachable guide to maximizing your competitive edge in this booming market.
The IT job market has continued to expand as technology matures and deepens its roots in business operations. This is good news for you! However, it makes it that much harder to get a job in IT, as recent grads and other professionals are practically stampeding to get their feet in the door of this ra ...
Salesforce Service Cloud For DummiesSalesforce Service Cloud empowers your service organization to interact with customers through any channel and provide an individualized experience that will be worth sharing—for your customers and for your company. Salesforce Service Cloud For Dummies is one the first books to focus specifically on Salesforce Service Cloud software. With it, you'll discover how to set up a sophisticated support center for your business in a matter of a few hours. Whether you're a service executive, manager, support agent, or system administrator, you will discover how to maximize usage of Service Cloud through best practices and step-by-step guidelines. This book will help your customer service departments gain a holistic view of the customers they serve, and provide your customers with meaningful, efficient interactions.
Take advantage of this opportunity to be heard above your competition with the help of Salesforce Service Cloud For Dummies. ...
AWS System AdministrationAfter getting over the excitement of the scaling and cost-saving possibilities offered by Amazon Web Services, system administrators quickly come up against complexities and gotchas in the management of systems. How can they make sure auto-scaling kicks in when it is suppose to? How do they make sure DNS sends traffic to the right systems? How do they integrate automated management tools such as Chef and Puppet?
This book is a comprehensive guide to the administrative features of AWS and how to make the most of them to minimize your administrative work. You'll learn how to configure and manage powerful AWS tools, such as CloudFormation, OpsWorks, Elastic Load Balancing, and Route 53. AWS administration is no easier than stand-alone server administration - it's just different, and very rewarding once you set up your automation right. This book shows you how. ...
NGINX High PerformanceNGINX is one of the most common free, open source web servers. Its performance-oriented architecture and small footprint makes it an ideal choice for high-traffic websites.
NGINX offers great performance and optimal resource utilization to its administrators. This practical guide walks you through how to tune one of the leading free open source web servers to attain optimal performance for high-traffic sites. It also explores ways to improve network utilization for high loads.
The tour starts with an overview of the NGINX architecture. You will build and configure NGINX for optimal utilization of the hardware available. The book demonstrates various practices to improve last mile content delivery by using timeouts, caching, and compression. You'll also discover various free open source tools to test and benchmark web server performance, allowing you to verify NGINX performance at every step. ...
Node.js By ExampleNode.js is a JavaScript - driven technology, which means that developers can use the same language to write backend code. Its growing community and the large amount of available modules make Node.js one of the most attractive development environments.
Node.js By Example covers Node.js fundamentals and teaches you how to use its technology to architect a project. It shows you how to manage an application's assets and how to implement the Model-View-Controller pattern. The next few chapters demonstrate how to develop the features of your social network. It also empowers you to communicate with a database, including storing, retrieving, and deleting data. The book ends by discussing the most popular ways to test your user interface in an efficient way. ...