• React Design Patterns and Best Practices: Design, build and deploy production-ready web applications using standard industry practices, 2nd Edition

    Build modular React web apps that are scalable, maintainable and powerful using design patterns and insightful practices Key Features Get familiar with design patterns in React like Render props and Controlled/uncontrolled inputs Learn about class/ functional, style and high order components with React Work through examples that can be used to create reusable code and extensible designs Book Description React is an adaptable JavaScript library for building complex UIs from small, detached bits called components. This book is designed to take you through the most valuable design patterns in... [Read More]

    • ASIN: 1789530172
    • ASIN: 1789530172
    • ISBN: 1789530172
    • Manufacturer: Packt Publishing

  • Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition

    Build maintainable websites with elegant Django design patterns and modern best practicesKey FeaturesExplore aspects of Django from Models and Views to testing and deploymentUnderstand the nuances of web development such as browser attack and data designWalk through various asynchronous tools such as Celery and ChannelsBook DescriptionBuilding secure and maintainable web applications requires comprehensive knowledge. The second edition of this book not only sheds light on Django, but also encapsulates years of experience in the form of design patterns and best practices. Rather than sticking t... [Read More]

    • ASIN: 1788831349
    • ASIN: 1788831349
    • ISBN: 1788831349
    • Manufacturer: Packt Publishing

  • Effective Java

    The Definitive Guide to Java Platform Best Practices–Updated for Java 7, 8, and 9   Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms increases the need for specific best-practices advice, and this book delivers.   As in previous editions, each chapter of Effective Java, Third Edition, consists of several “items,” each presented... [Read More]

    • ASIN: 0134685997
    • ASIN: 0134685997
    • ISBN: 0134685997
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • Good Days Start With Gratitude: A 52 Week Guide To Cultivate An Attitude Of Gratitude: Gratitude Journal

    Good Days Start With Gratitude is a 52 week guide to cultivate an attitude of gratitude! It is a self exploration journal designed to focus on being thankful for what we have, the big things in life, as well as the simple joys. Each well designed weekly spread contains an inspirational quote, space to write 3 things you are thankful for each day of the week, and a weekly checkpoint. If you start each day by writing down three things you are thankful for - a good cup of coffee, the smell of rain, starting a good book - you begin each day on the right note. Do it daily and make it a habit to foc... [Read More]

    • ASIN: 1976436184
    • ASIN: 1976436184
    • ISBN: 1976436184
    • Manufacturer: CreateSpace Independent Publishing Platform

  • Head First HTML and CSS: A Learner's Guide to Creating Standards-Based Web Pages

    Tired of reading HTML books that only make sense after you're an expert? Then it's about time you picked up Head First HTML and CSS, and really learned HTML. You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your web pages over time so they work in all browsers and mobile devices. Oh, and if you've never heard of CSS, that's okay--we won't tell anyone you're still partying like it's 1999--but if you'... [Read More]

    • ASIN: 0596159900
    • ASIN: 0596159900
    • ISBN: 0596159900
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • CSS Secrets: Better Solutions to Everyday Web Design Problems

    In this practical guide, CSS expert Lea Verou provides 47 undocumented techniques and tips to help intermediate-to advanced CSS developers devise elegant solutions to a wide range of everyday web design problems.Rather than focus on design, CSS Secrets shows you how to solve problems with code. You'll learn how to apply Lea's analytical approach to practically every CSS problem you face to attain DRY, maintainable, flexible, lightweight, and standards-compliant results.Inspired by her popular talks at over 60 international web development conferences, Lea Verou provides a wealth of information... [Read More]

    • ASIN: 1449372635
    • UPC: 783324946192
    • ASIN: 1449372635
    • ISBN: 1449372635
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

  • Threat Modeling: Designing for Security

    The only security book to be chosen as a Dr. Dobbs Jolt Award Finalist since Bruce Schneier's Secrets and Lies and Applied Cryptography!Adam Shostack is responsible for security development lifecycle threat modeling at Microsoft and is one of a handful of threat modeling experts in the world. Now, he is sharing his considerable expertise into this unique book. With pages of specific actionable advice, he details how to build better security into the design of systems, software, or services from the outset. You'll explore various threat modeling approaches, find out how to test your designs aga... [Read More]

    • ASIN: 1118809998
    • UPC: 001118809998
    • ASIN: 1118809998
    • ISBN: 1118809998
    • Brand: imusti
    • Manufacturer: Wiley

  • Effective Python: 59 Specific Ways to Write Better Python (Effective Software Development Series)

    It's easy to start writing code with Python: that's why the language is so immensely popular. However, Python has unique strengths, charms, and expressivity that can be hard to grasp at first -- as well as hidden pitfalls that can easily trip you up if you aren't aware of them. Effective Python will help you harness the full power of Python to write exceptionally robust, efficient, maintainable, and well-performing code. Utilizing the concise, scenario-driven style pioneered in Scott Meyers's best-selling Effective C++, Brett Slatkin brings together 59 Python best practices, tips, shortcuts, a... [Read More]

    • ASIN: 0134034287
    • UPC: 884807658059
    • ASIN: 0134034287
    • ISBN: 9780134034287
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides)

    Since 1996, JavaScript: The Definitive Guide has been the bible for JavaScript programmers—a programmer's guide and comprehensive reference to the core language and to the client-side JavaScript APIs defined by web browsers.The 6th edition covers HTML5 and ECMAScript 5. Many chapters have been completely rewritten to bring them in line with today's best web development practices. New chapters in this edition document jQuery and server side JavaScript. It's recommended for experienced programmers who want to learn the programming language of the Web, and for current JavaScript programmers who... [Read More]

    • ASIN: 0596805527
    • ASIN: 0596805527
    • ISBN: 0596805527
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • Perl Best Practices: Standards and Styles for Developing Maintainable Code

    Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they're solving, solutions they're creating, and algorithms they're implementing. So they write code in the way that seems natural, that happens intuitively, and that feels good.But if you're serious about your profession, intuition isn't enough. Perl Best Practices author Damian Conway explains that rules,... [Read More]

    • ASIN: 0596001738
    • UPC: 636920001737
    • ASIN: 0596001738
    • ISBN: 9780596001735
    • Manufacturer: O'Reilly Media

  • Web Design with HTML, CSS, JavaScript and jQuery Set

    A two-book set for web designers and front-end developers This two-book set combines the titles HTML & CSS: Designing and Building Web Sites and JavaScript & jQuery: Interactive Front-End Development. Together these two books form an ideal platform for anyone who wants to master HTML and CSS before stepping up to JavaScript and jQuery. HTML & CSS covers structure, text, links, images, tables, forms, useful options, adding style with CSS, fonts, colors, thinking in boxes, styling lists and tables, layouts, grids, and even SEO, Google analytics, ftp, and HTML5. JavaScript & jQuery offers an exce... [Read More]

    • ASIN: 1119038634
    • ASIN: 1119038634
    • ISBN: 1119038634
    • Brand: imusti
    • Manufacturer: Wiley

  • Modern PHP: New Features and Good Practices

    PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best practices—reveals these new language features in action. You’ll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment. If you hav... [Read More]

    • ASIN: 1491905018
    • ASIN: 1491905018
    • ISBN: 1491905018
    • Brand: imusti
    • Manufacturer: O'Reilly Media

  • Thoth Tarot Deck

    The magnificent Crowley Thoth Tarot Deck contains the kabbalistic and astrological attributions described in Aleister Crowley's The Book Of Throth. Small 78-card deck with instructions and bonus full-color spread sheet. The Crowley Thoth Tarot Decks currently available are published by AGMuller and distributed by U. S. Games Systems, Inc.This deck no longer features the 2 extra Magus cards.

    • ASIN: 1572815108
    • UPC: 084262002620
    • ASIN: 1572815108
    • ISBN: 1572815108
    • Brand: AzureGreen
    • Manufacturer: U S Games Systems

  • Web Accessibility: Web Standards and Regulatory Compliance

    The power of the Web lies in the fact that anyone and everyone can access it, and this should also extend to users with disabilities. Accessibility is about making websites accessible to those with aural, visual, or physical disabilities, or rather, constructing websites that don't exclude these people from accessing the content or services provided. This isn't difficult to accomplish and doesn't require anything more than your normal tool set-HTML, CSS, JavaScript, Flash, or whatever else. All you need to do is use these tools in the right way, and bear in mind the guidelines that exist to he... [Read More]

    • ASIN: 1590596382
    • ASIN: 1590596382
    • ISBN: 1590596382
    • Brand: Brand: friendsofED
    • Manufacturer: Apress

  • AWS Certified Advanced Networking Official Study Guide: Specialty Exam

    The official study guide for the AWS certification specialty exam The AWS Certified Advanced Networking Official Study Guide – Specialty Exam helps to ensure your preparation for the AWS Certified Advanced Networking – Specialty Exam. Expert review of AWS fundamentals align with the exam objectives, and detailed explanations of key exam topics merge with real-world scenarios to help you build the robust knowledge base you need to succeed on the exam—and in the field as an AWS Certified Networking specialist. Coverage includes the design, implementation, and deployment of cloud-based solu... [Read More]

    • ASIN: 1119439833
    • ASIN: 1119439833
    • ISBN: 1119439833
    • Manufacturer: Sybex

  • Effective Cybersecurity : A Guide to Using Best Practices and Standards

    The Practical, Comprehensive Guide to Applying Cybersecurity Best Practices and Standards in Real Environments In Effective Cybersecurity, William Stallings introduces the technology, operational procedures, and management practices needed for successful cybersecurity. Stallings makes extensive use

    • UPC: 56133768

  • Perl Best Practices : Standards and Styles for Developing Maintainable Code

    Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they

    • UPC: 3984532
    • Rating: 5.0

  • Army Cyber Mission Force: Ambitions and Realities: Recruiting, Retaining, and Organizing Personnel, Getting the Best and the Brightest, Need to Depart from Standard Army Personnel Practices - eBook

    The 2010 US Army Training and Doctrine Commands Concept Capability Plan for Cyberspace Operations directed the Army to begin development of a Cyber Mission Force. The direction to build a Cyber Mission Force followed a

    • UPC: 231330152

  • C++ Coding Standards : 101 Rules, Guidelines, and Best Practices

    Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world's most respected C++ experts distill the rich collective experience of

    • UPC: 2691971

  • America's Voluntary Standards System : A 'Best Practice' Model for Asian Innovation Policies?

    New

    • UPC: 53371897

  • Best Practice : Bringing Standards to Life in America's Classrooms

    "The single most powerful variable in student achievement is the quality of teaching. But what does quality mean? What does it look like in real classrooms? It looks like the teaching in this book." -Steven

    • UPC: 19405507

  • Supporting Students, Meeting Standards : Best Practices for Engaged Learning in First, Second, and Third Grades

    Teaching Enthusiastic, Independent Learners This resource for f?irst, second, and third grade teachers describes best practices for promoting learning and development while helping students meet standards. You will ?find information, ideas, experiences, and activities that

    • UPC: 738471631

  • A Treatise on American Advocacy : Based Upon the Standard English Treatise, Entitled Hints on Advocacy, by Richard Harris. All New Matter Added Being Such as Conforms Peculiarly to American Practice ... While the Best Features of the English Book Have...

    A Treatise on American Advocacy

    • UPC: 810268840

  • Evaluating Public Communication : Exploring New Models, Standards, and Best Practice

    9781138228580

    • UPC: 56076334

  • Knowing Where to Draw the Line : Ethical and Legal Standards for Best Classroom Practice

    Organized for both easy reference and thorough examination, this book instructs teachers on how to deal with students, parents, administrators, and local communities, covering an exhaustive list of legal issues, including sexual harassment, discipline, contract

    • UPC: 306031158

  • Django Design Patterns and Best Practices: Industry-standard web development

    • UPC: 174193336576
    • Category: Non-fiction
    • Price: 57 EUR

  • Django Design Patterns and Best Practices Industry-standard web... 9781788831345

    • UPC: 233225180765
    • Category: Non-Fiction
    • Price: 32 GBP

  • Website Standards and Best Practices

    5 Best Practices for Designing a Timeless Website

    Best Practices For UX and Web Design 2019