Mostrando 12,261 - 12,280 Resultados de 12,439 Para Buscar '"LinkedIn"', tiempo de consulta: 0.09s Limitar resultados
  1. 12261
    Publicado 2019
    “…Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Hands-on-Application-Development-with-PyCharm ...…”
    Libro electrónico
  2. 12262
    Publicado 2019
    “…Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/TrainingByPackt/Deep-Learning-for-Natural-Language-Processing . …”
    Libro electrónico
  3. 12263
    Publicado 2019
    “…Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github..…”
    Libro electrónico
  4. 12264
    Publicado 2019
    “…Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Hands-On-Embedded-Programming-with-Qt . …”
    Libro electrónico
  5. 12265
    Publicado 2020
    “…What you will learn Discover how AI is changing the way we understand the wider determinants of health, how the environment influences our genes and why the solutions for living longer are linked to living greener Inform your perspective on how technology can deal with the health emergency in front of us – by minimizing health and wealth inequalities Learn why our “life data” is so important and how sharing i..…”
    Libro electrónico
  6. 12266
    Publicado 2017
    “…Please visit www.lisacrispin.com for her blog, along with links to publications, podcasts and webinars. Follow Lisa on Twitter, @lisacrispin. …”
    Video
  7. 12267
    Publicado 2016
    “…Kevin can be followed on these social media platforms: Blog: http://kwtrain.com Twitter: http://twitter.com/kwallaceccie Facebook: http://facebook.com/kwallaceccie YouTube: http://youtube.com/kwallaceccie LinkedIn: http://linkedin.com/in/kwallaceccie Google+: http://google.com/+KevinWallace Skill Level Beginning What You Will Learn Computer networking fundamentals Who Should Take This Course Anyone interested in learning fundamental networking concepts. …”
    Video
  8. 12268
    Publicado 2017
    “…Modern Web Essentials (9 sessions): Ben Ilegbodu (Eventbrite) deconstructs the CSS Flexbox; Bryan Braun (Sparkbox) flips through 14 different web animation methods; Mike North (LinkedIn) unlocks a security primer designed for web developers; and Google developer expert Rachel Andrew (Edgeofmyseat.com) illustrates modern CSS layout methods and the core tasks they're designed to accomplish. …”
    Video
  9. 12269
    Publicado 2020
    “…What you will learn Find out how to visualize data using Grafana Understand how to work with the major components of the Graph panel Explore mixed data sources, query inspector, and time interval settings Discover advanced dashboard features such as annotations, templating with variables, dashboard linking, and dashboard sharing techniques Connect user authentication to Google, GitHub, and a variety of external services Find out how Grafana can provide monitoring support for cloud service infrastructures Who this book is for This book is for business intelligence developers, business analysts, data analysts, and anyone interested in performing time-series data analysis and monitoring using Grafana. …”
    Libro electrónico
  10. 12270
    Publicado 2019
    “…Cloud engineering tutorials, such as Patrick Meenan (Facebook) on fixing broken HTTP/2 deployments; Michael Kehoe (LinkedIn) on using Terraform to modernize your cloud infrastructure; and Ben Bleything (Google) on using the open source InSpec framework to build infrastructure and compliance tests. …”
    Video
  11. 12271
    Publicado 2017
    “…The videos feature easy-to-understand explanations of key concepts, realistic examples, and demonstrations of industrial-grade deployments. View the link resources..…”
    Video
  12. 12272
    Publicado 2017
    “…Taught by top data strategists and thinkers at Silicon Valley Data Science, MapR Technologies, LinkedIn, Unisys, UC Berkeley, Deloitte Touche Consulting, and from VCs at Kleiner, Perkins, Caufield & Byers, the Summit is like an MBA in data-driven business. …”
    Video
  13. 12273
    Publicado 2011
    “…The book also has a companion website at www.topdownbook.com, which includes updates to the book, links to white papers, and supplemental information about design resources. …”
    Libro electrónico
  14. 12274
    Publicado 2011
    “…You’ll Learn How To: • Craft flexible strategies that can quickly learn from experience • Eliminate "silos" that prevent effective measurement and execution • Overcome obstacles ranging from culture to processes to individual behavior • Build a powerful online sales engine to track customers through the entire relationship • Avoid dangerous data and weed out junk leads • Integrate web KPIs into business decision-making • Link web to lead to CRM analysis • Redefine messages to respond to your key audiences’ personas • Architect and design sites to improve user experience and conversion • Write highly findable content, and then make it even more visible • Start a feedback loop for continually optimizing both tactics and strategy • Globalize Internet marketing for diverse languages and cultures • Translate your performance into boardroom-ready reports CATHERINE JUON, Co-Founder & Catalyst of Pure Visibility, has worked in the Internet space for nearly 20 years. …”
    Libro electrónico
  15. 12275
    Publicado 2013
    “…· Identify the protocols that operate at specific OSI layers · Learn the details of custom subnetting with IPv4 · Understand and implement IPv6 · Connect, configure, and manage Cisco routers and switches · Set up security for routers and switches · Create VLANs and set up switch-to-switch trunk links · Configure, verify, and troubleshoot OSPFv2 and OSPFv3 · Anticipate the actions a router will take · Understand and use CDP for neighbor discovery · Learn the detailed learning and forwarding process of both routers and switches · Filter traffic from one network to another with access control lists (ACLs) · Deploy Network Address Translation (NAT) and IOS router DHCP services · Troubleshoot many types of network problems Mike Valentine has been in the IT field for 16 years, focusing on network design and implementatio..…”
    Libro electrónico
  16. 12276
    por Jones, Bradley
    Publicado 2013
    “…Coverage includes: Understanding C program components and structure Mastering essential C syntax and program control Using core language features, including numeric arrays, pointers, characters, strings, structures, and variable scope Interacting with the screen, printer, and keyboard Using functions and exploring the C Function Library Working with memory and the compiler Contents at a Glance PART I: FUNDAMENTALS OF C 1 Getting Started with C 2 The Components of a C Program 3 Storing Information: Variables and Constants 4 The Pieces of a C Program: Statements, Expressions, and Operators 5 Packaging Code in Functions 6 Basic Program Control 7 Fundamentals of Reading and Writing Information PART II: PUTTING C TO WORK 8 Using Numeric Arrays 9 Understanding Pointers 10 Working with Characters and Strings 11 Implementing Structures, Unions, and TypeDefs 12 Understanding Variable Scope 13 Advanced Program Control 14 Working with the Screen, Printer, and Keyboard PART III: ADVANCED C 15 Pointers to Pointers and Arrays of Pointers 16 Pointers to Functions and Linked Lists 17 Using Disk Files 18 Manipulating Strings 19 Getting More from Functions 20 Exploring the C Function Library 21 Working with Memory 22 Advanced Compiler Use PART IV: APPENDIXES A ASCII Chart B C/C++ Reserved Words C Common C Functions D Ans..…”
    Libro electrónico
  17. 12277
    por Graziani, Rick
    Publicado 2013
    “…Throughout, Graziani presents all the IOS command syntax you’ll need, offering specific examples, diagrams, and Cisco-focused IPv6 configuration tips. You’ll also find links to Cisco white papers and official IPv6 RFCs that support an even deeper understanding. …”
    Libro electrónico
  18. 12278
    Publicado 2013
    “…· Identify the protocols that operate at specific OSI layers · Learn the details of custom subnetting with IPv4 · Understand and implement IPv6 · Connect, configure, and manage Cisco routers and switches · Set up security for routers and switches · Create VLANs and set up switch-to-switch trunk linksFilter traffic from one network to another with access control lists (ACLs) · Deploy Network Address Translation (NAT) and IOS router DHCP services · Learn to predict and verify Spanning Tree Protocol (STP) · Configure and verify OSPFv2, OSPFv3, and EIGRP · Leverage redundancy protocols including HSRP and GLBP · Implement WAN technologies including PPP, HDLC, and Frame Relay · Troubleshoot switches and routers, including routing protocols Companion CD The companion CD contains a digital edition of the Cram Sheet and the powerful Pears..…”
    Libro electrónico
  19. 12279
    Publicado 2014
    “…These lessons and rules apply across all of your online assets — like web pages, home page, landing pages, blogs, email, marketing offers, and on Facebook, Twitter, LinkedIn, and other social media. Ann deconstructs the strategy and delivers a practical approach to create ridiculously compelling and competent content. …”
    Libro electrónico
  20. 12280
    por Vital, Joël
    Publicado 2021
    “…This study by Joel Vital makes accessible for the first time a whole range of remains from the mid-Rhone Valley in the Final Bronze Age It bus not proved possible to examine dwelling-site organization nor stratigraphy for the Baume des Anges site, which originally spanned a period ranging from the Chalcolithic the Final Bronze Age 3b nevertheless, systematic analysts of the archaeological artefacts, mainly ceramic and metallic, has established both their dates and their geographical origins Statistical treatment of data indicates persistent geographic links with northern Italy during the Early and Late Bronze Ages and with the northern Alpine regions in the Final Bronze Age The new and definitive chronological framework established by this study ret eats on one band a synchronization with the different stages of development of the Bronze Age in continental Europe, and on the other hand the lengthening of...…”
    Electrónico