Book picks similar to
Cisco ASA: All-In-One Firewall, IPS, Anti-X, and VPN Adaptive Security Appliance by Jazib Frahim
cisco
reference
security
technology
CoffeeScript
Trevor Burnham - 2011
It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
Linux Command Line and Shell Scripting Bible
Richard Blum - 2008
Not only does this Bible give you a quick refresher on the structure of open-source Linux software, it also shows you how to bypass the hefty graphical user interface on Linux systems and start interacting the fast and efficient way?with command lines and automated scripts. You'll learn how to manage files on the filesystem, start and stop programs, use databases, even do Web programming?without a GUI?with this one-stop resource.
A Guide to the Project Management Body of Knowledge (PMBOK® Guide)
Project Management Institute - 1995
This internationally recognized standard provides the essential tools to practice project management and deliver organizational results.
Beautiful Architecture: Leading Thinkers Reveal the Hidden Beauty in Software Design
Diomidis Spinellis - 2008
In each essay, contributors present a notable software architecture, and analyze what makes it innovative and ideal for its purpose. Some of the engineers in this book reveal how they developed a specific project, including decisions they faced and tradeoffs they made. Others take a step back to investigate how certain architectural aspects have influenced computing as a whole. With this book, you'll discover:How Facebook's architecture is the basis for a data-centric application ecosystem The effect of Xen's well-designed architecture on the way operating systems evolve How community processes within the KDE project help software architectures evolve from rough sketches to beautiful systems How creeping featurism has helped GNU Emacs gain unanticipated functionality The magic behind the Jikes RVM self-optimizable, self-hosting runtime Design choices and building blocks that made Tandem the choice platform in high-availability environments for over two decades Differences and similarities between object-oriented and functional architectural views How architectures can affect the software's evolution and the developers' engagement Go behind the scenes to learn what it takes to design elegant software architecture, and how it can shape the way you approach your own projects, with Beautiful Architecture.
The American Sign Language Alphabet: Letters A-Z, Numbers 0-9 (FingerAlphabet BASIC Reference Guide Book Series 12)
Lassal - 2015
It is designed for libraries, institutions and individuals who need or prefer the information in ebook format. All the hand signs were approved by American sign language experts. The signs are shown in large illustrations from two view points in order to facilitate understanding, as well as grouped together in a comprehensive chart. BONUS: The book contains a link to a set of unique printable ASL alphabet charts for your personal use.Lassal's work for Fingeralphabet.org has earned her a nomination for The German Prize for Civic Engagement 2013.
Advanced Swift
Chris Eidhof - 2016
If you have read the Swift Programming Guide, and want to explore more, this book is for you.Swift is a great language for systems programming, but also lends itself for very high-level programming. We'll explore both high-level topics (for example, programming with generics and protocols), as well as low-level topics (for example, wrapping a C library and string internals).
JavaScript Patterns
Stoyan Stefanov - 2010
If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal -- whether you're writing a client-side, server-side, or desktop application with JavaScript.Written by JavaScript expert Stoyan Stefanov -- Senior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization tool -- JavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and moreLearn why literal notation patterns are simpler alternatives to constructor functionsDiscover different ways to define a function in JavaScriptCreate objects that go beyond the basic patterns of using object literals and constructor functionsLearn the options available for code reuse and inheritance in JavaScriptStudy sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and moreExamine patterns that apply specifically to the client-side browser environment
Power System Analysis and Design [With CDROM]
J. Duncan Glover - 2001
Like earlier editions of the book, physical concepts are highlighted while also giving necessary attention to math-ematical techniques. Both theory and modeling are developed from simple beginnings so that they can be readily extended to new and complex situations. Beginning in Ch. 3, students are introduced to new concepts critical to analyzing power systems, including coverage of both balanced and unbalanced operating conditions. The authors incorporate new tools and material to aid students with design issues and reflect recent trends in the field. Each book now contains a CD with Power World software. This package is commonly used in industry and will enable students to analyze and simulate power systems. The authors use the software to extend, rather than replace, the fully worked examples provided in previous editions. In the new edition, each Power World Simulator example includes a fully worked hand solution of the problem along with a Power World Simulator case (except when the problem size makes it impractical). The new edition also contains updated case studies on recent trends in the Power Systems field, including coverage of deregulation, increased power demand, economics, and alternative sources of energy. These case studies are derived from real life situations.
Continuous Delivery: Reliable Software Releases Through Build, Test, and Deployment Automation
Jez Humble - 2010
This groundbreaking new book sets out the principles and technical practices that enable rapid, incremental delivery of high quality, valuable new functionality to users. Through automation of the build, deployment, and testing process, and improved collaboration between developers, testers, and operations, delivery teams can get changes released in a matter of hours-- sometimes even minutes-no matter what the size of a project or the complexity of its code base. Jez Humble and David Farley begin by presenting the foundations of a rapid, reliable, low-risk delivery process. Next, they introduce the "deployment pipeline," an automated process for managing all changes, from check-in to release. Finally, they discuss the "ecosystem" needed to support continuous delivery, from infrastructure, data and configuration management to governance. The authors introduce state-of-the-art techniques, including automated infrastructure management and data migration, and the use of virtualization. For each, they review key issues, identify best practices, and demonstrate how to mitigate risks. Coverage includes - Automating all facets of building, integrating, testing, and deploying software - Implementing deployment pipelines at team and organizational levels - Improving collaboration between developers, testers, and operations - Developing features incrementally on large and distributed teams - Implementing an effective configuration management strategy - Automating acceptance testing, from analysis to implementation - Testing capacity and other non-functional requirements - Implementing continuous deployment and zero-downtime releases - Managing infrastructure, data, components and dependencies - Navigating risk management, compliance, and auditing Whether you're a developer, systems administrator, tester, or manager, this book will help your organization move from idea to release faster than ever--so you can deliver value to your business rapidly and reliably.
Your Guide to Weight Loss Smoothies: Healthy Smoothies to Lose Weight & Feel Great (Smoothie Recipes for Weight Loss, Green Smoothie Recipes, Smoothies for Weight Loss)
Sara Elliott Price - 2014
Read on your PC, Mac, smart phone, tablet or Kindle device. You’re about to unveil the power of smoothies... Not only will "Your Guide to Weight Loss Smoothies" motivate you to take action along your weight loss journey, but it will also provide you with proven weight loss inducing smoothie recipes. This book takes all the guesswork out of how to make lip smacking smoothies every time! As you know, one of the main road blocks to losing weight is not having a plan. Well, with this guide you don't need one! Simply read the book, grab the ingredients, throw them in your blender and drink! Yes, it really is that easy. Don't believe me? Check out what's inside...
How smoothies will jumpstart your weight loss
Why smoothies will melt the inches off fast
Easy (and delicious) ways to get in your daily greens
What to add to make your smoothies a complete meal
Why smoothies alone, can take your health to a whole new level
A variety of recipes to satisfy your taste buds
Learn what surprising weight-inducing ingredients you should avoid
Much, much more!
Grab your copy today! If you're looking for a fast weight loss fix that's easy and proven, then download this guide now and create the body you've always wanted! Tags: weight loss smoothies, green smoothie recipes, smoothies for weight loss, smoothie recipes for weight loss, smoothie recipe book, green smoothies, green smoothie diet, healthy smoothies, smoothie recipes for health, diet smoothies, paleo smoothies, green smoothies diet, green smoothie cleanse, green smoothies for weight loss, weight loss green smoothies, green smoothie detox, healthy green smoothies, healthy breakfast smoothies, healthy fruit smoothies, healthy smoothie recipe book
The Joy of Clojure
Michael Fogus - 2010
It combines the nice features of a scripting language with the powerful features of a production environment—features like persistent data structures and clean multithreading that you'll need for industrial-strength application development.The Joy of Clojure goes beyond just syntax to show you how to write fluent and idiomatic Clojure code. You'll learn a functional approach to programming and will master Lisp techniques that make Clojure so elegant and efficient. The book gives you easy access to hard soft ware areas like concurrency, interoperability, and performance. And it shows you how great it can be to think about problems the Clojure way. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideThe what and why of ClojureHow to work with macrosHow to do elegant application designFunctional programming idiomsWritten for programmers coming to Clojure from another programming background—no prior experience with Clojure or Lisp is required.
The Art of Deception: Controlling the Human Element of Security
Kevin D. Mitnick - 2001
Since his release from federal prison, in 1998, Mitnick has turned his life around and established himself as one of the most sought-after computer security experts worldwide. Now, in The Art of Deception, the world's most notorious hacker gives new meaning to the old adage, "It takes a thief to catch a thief." Focusing on the human factors involved with information security, Mitnick explains why all the firewalls and encryption protocols in the world will never be enough to stop a savvy grifter intent on rifling a corporate database or an irate employee determined to crash a system. With the help of many fascinating true stories of successful attacks on business and government, he illustrates just how susceptible even the most locked-down information systems are to a slick con artist impersonating an IRS agent. Narrating from the points of view of both the attacker and the victims, he explains why each attack was so successful and how it could have been prevented in an engaging and highly readable style reminiscent of a true-crime novel. And, perhaps most importantly, Mitnick offers advice for preventing these types of social engineering hacks through security protocols, training programs, and manuals that address the human element of security.
Act Of Contrition
Dominic Milne - 2015
Eddie is a reckless and dissolute operator, under investigation by the force and in debt to local mob chief, Vincent Mullis. When a killer starts targeting prostitutes in north London, Mullis is unusually keen for Eddie to solve the crime, but why? A serial killer is targeting prostitutes in Islington, the victims having a number of unusual links. The killings begin the same week that convicted killer and local man, Paddy Graham, is released from prison following a life sentence for murder. DS Eddie Kane has inadvertently found himself under the thumb of Vincent Mullis, who has taken ownership of a debt Eddie has built up with terminally-ill bookmaker, Arnie Duggan. Eddie’s troubles begin to spiral out of control when he is placed under investigation following a drugs-bust gone wrong. While suspended, he is forced to investigate the murders for Mullis, who wants to get to the murderer before the police. He then reluctantly hears a murder confession from his former bookmaker... In this heart-stopping, gripping crime drama, Eddie’s investigations lead him into a murky world of pornography, murder and revenge, all of which seems to centre around a local church and the charismatic vicar, Jonathan Carter. Eddie is feeling the pressure from all sides, but will there be any chance of salvation?
Bean Counter
T.A. Clark - 2016
When the head of Nick Rohmer’s Miami accounting firm is found dead after a suspicious accident, Nick finds his quiet, comfortable, boring life slipping out of his control. With most of the firm’s management either on vacation, sick, or dead, Nick is thrust into the unfamiliar position of actually having some responsibility. The weight does not sit easily on his shoulders. He’s relieved when the instructions from the Chicago head office are – don’t do anything until we get there. This he can do. He tries to stick to his ‘do nothing’ instructions even as the firm’s largest client threatens to jump ship. But Nick’s plan of inaction is short-lived when he is convinced to try to save the business. He secures an invitation to dinner on the private island of the mega-wealthy, and highly dysfunctional, Keene family. Things quickly go from bad to disastrous when another dead body shows up, and Nick finds he's the prime suspect. As he gets sucked into the mystery, Nick’s focus quickly changes from trying to save the business to trying to save his skin.