出现在书名中的结果
共 24 条
Expert Python Programming(Second Edition)
The book would appeal to web developers and Python programmers who want to start using version 3.5 and write code efficiently. Basic knowledge of Python programming is expected.
A Human Resources Framework for the Public Sector
1人今日阅读
An Entirely New Way to Look at Human Resources in the Public Sector What makes a good worker? Why do some people naturally do well at their jobs while others struggle? These questions are at the heart of the human resource (HR) profession.
Pragmatic Project Management
Scale Your Project Management Efforts to Maximize Success! One size does not fit all in project management. Selecting an approach that is appropriate for the size and complexity of a project is essential to achieving success.
The Cornerstones of Engaging Leadership
1人今日阅读
In the 21st Century, people are the competitive advantage. The talent and level of dedication of an organization’s workforce make the difference in achieving success. The traditional command-oriented leadership style is not enough to keep today’s employees motivated—they need to be engaged.
Mastering Web Application Development with Express
If you are a Node.js developer who wants to take your Express skills to the next level and develop high performing, reliable web applications using best practices, this book is ideal for you. The only prerequisite is knowledge of Node.js.
Learning Concurrent Programming in Scala
This book is a must-have tutorial for software developers aiming to write concurrent programs in Scala, or broaden their existing knowledge of concurrency.This book is intended for Scala programmers that have no prior knowledge about concurrent programming, as well as those seeking to broaden their existing knowledge about concurrency. Basic knowledge of the Scala programming language will be helpful. Readers with a solid knowledge in another programming language, such as Java, should find this book easily accessible.
Bootstrap Leadership
Steve Arneson, one of America’s top leadership coaches, offers a complete blueprint for designing your own personal leadership development program—an approach proven successful in Steve’s work with executives at Fortune 500 companies like AOL, PepsiCo, and Capital One.
The Complete Project Manager
1人今日阅读
The Complete Project Manager: Integrating People, Organizational, and Technical Skills is the practical guide that addresses the “soft” project management skills that are so essential to successful project, program, and portfolio management.
Expert Python Programming(Third Edition)
Python is a dynamic programming language that's used in a wide range of domains thanks to its simple yet powerful nature. Although writing Python code is easy, making it readable, reusable, and easy to maintain is challenging. Complete with best practices, useful tools, and standards implemented by professional Python developers, the third edition of Expert Python Programming will help you overcome this challenge.The book will start by taking you through the new features in Python 3.7. You'll then learn the advanced components of Python syntax, in addition to understanding how to apply concepts of various programming paradigms, including object-oriented programming, functional programming, and event-driven programming. This book will also guide you through learning the best naming practices, writing your own distributable Python packages, and getting up to speed with automated ways of deploying your software on remote servers. You’ll discover how to create useful Python extensions with C, C++, Cython, and CFFI. Furthermore, studying about code management tools, writing clear documentation, and exploring test-driven development will help you write clean code.By the end of the book, you will have become an expert in writing efficient and maintainable Python code.
Mastering Elixir
1人今日阅读
Running concurrent, fault-tolerant applications that scale is a very demanding responsibility. After learning the abstractions that Elixir gives us, developers are able to build such applications with inconceivable low effort. There is a big gap between playing around with Elixir and running it in production, serving live requests. This book will help you fll this gap by going into detail on several aspects of how Elixir works and showing concrete examples of how to apply the concepts learned to a fully fledged application. In this book, you will learn how to build a rock-solid application, beginning by using Mix to create a new project. Then you will learn how the use of Erlang's OTP, along with the Elixir abstractions that run on top of it (such as GenServer and GenStage), that allow you to build applications that are easy to parallelize and distribute. You will also master supervisors (and supervision trees), and comprehend how they are the basis for building fault-tolerant applications. Then you will use Phoenix to create a web interface for your application. Upon fnishing implementation, you will learn how to take your application to the cloud, using Kubernetes to automatically deploy, scale, and manage it. Last, but not least, you will keep your peace of mind by learning how to thoroughly test and then monitor your application.
The Complete Project Manager's Toolkit
The Complete Project Manager’s Toolkit will enable you to implement the easy-to-understand, universal, powerful, and immediately applicable concepts presented in The Complete Project Manager.
SignalR:Real-time Application Development(Second Edition)
1人今日阅读
If you are a .Net developer with good understanding of the .Net platform then this is an ideal book for you to learn how to build real-time apps using the SignalR framework.
AWS SysOps Cookbook
AWS is an on-demand remote computing service providing cloud infrastructure over the internet with storage, bandwidth, and customized support for APIs. This updated second edition will help you implement these services and efficiently administer your AWS environment.You will start with the AWS fundamentals and then understand how to manage multiple accounts before setting up consolidated billing. The book will assist you in setting up reliable and fast hosting for static websites, sharing data between running instances and backing up data for compliance. By understanding how to use compute service, you will also discover how to achieve quick and consistent instance provisioning. You’ll then learn to provision storage volumes and autoscale an app server. Next, you’ll explore serverless development with AWS Lambda, and gain insights into using networking and database services such as Amazon Neptune. The later chapters will focus on management tools like AWS CloudFormation, and how to secure your cloud resources and estimate costs for your infrastructure. Finally, you’ll use the AWS well-architected framework to conduct a technology baseline review self-assessment and identify critical areas for improvement in the management and operation of your cloud-based workloads.By the end of this book, you’ll have the skills to effectively administer your AWS environment.
The Project Management Answer Book
With a new chapter on Scrum agile, updates throughout, and many additional PMP test tips, this new edition builds on the solid foundation of the first edition. The structure of this update maps closely to the PMBOK guide V5 and is designed to assist anyone studying for the PMP and other exams.
Modern Python Cookbook
Python is the preferred choice of developers, engineers, data scientists, and hobbyists everywhere. It is a great language that can power your applications and provide great speed, safety, and scalability. It can be used for simple scripting or sophisticated web applications. By exposing Python as a series of simple recipes, this book gives you insight into specific language features in a particular context. Having a tangible context helps make the language or a given standard library feature easier to understand.This book comes with 133 recipes on the latest version of Python 3.8. The recipes will benefit everyone, from beginners just starting out with Python to experts. You'll not only learn Python programming concepts but also how to build complex applications.The recipes will touch upon all necessary Python concepts related to data structures, object oriented programming, functional programming, and statistical programming. You will get acquainted with the nuances of Python syntax and how to effectively take advantage of it.By the end of this Python book, you will be equipped with knowledge of testing, web services, configuration, and application integration tips and tricks. You will be armed with the knowledge of how to create applications with flexible logging, powerful configuration, command-line options, automated unit tests, and good documentation.
Node.js Design Patterns
In this book, we will show you how to implement a series of best practices and design patterns to help you create efficient and robust Node.js applications with ease.We kick off by exploring the basics of Node.js, analyzing its asynchronous event driven architecture and its fundamental design patterns. We then show you how to build asynchronous control flow patterns with callbacks, promises and async/await. Next, we dive into Node.js streams, unveiling their power and showing you how to use them at their full capacity. Following streams is an analysis of different creational, structural, and behavioral design patterns that take full advantage of JavaScript and Node.js. Lastly, the book dives into more advanced concepts such as Universal JavaScript, scalability and messaging patterns to help you build enterprise-grade distributed applications.Throughout the book, you’ll see Node.js in action with the help of several real-life examples leveraging technologies such as LevelDB, Redis, RabbitMQ, ZeroMQ, and many others. They will be used to demonstrate a pattern or technique, but they will also give you a great introduction to the Node.js ecosystem and its set of solutions.
Pacing for Growth
It's a concept she calls Intelligent Restraint. Eyring shows leaders how to evaluate their company's and team's current capacity for growth and identify the right capabilities and pacing strategies to increase growth steadily and sustainably.
Make Talent Your Business
1人今日阅读
Axelrod and Coyle draw from their research with exceptional managers from companies like Corning, Microsoft, Siemens, Merck, and many more to illustrate five powerful practices that can be used in any organization, of any size, in any industry.
Power Position Your Agency
New York Times Bestseller! Are you working too many hours for too few clients? Does it seem that you do more paperwork than peoplework?Will you spend more hours on the road than in front of people thi
Plain Language in Government Writing
A Plain-English Guide to Government Writing Whether you’re in the public or private sector, good writing skills are critical to your success in the workplace. A Step by Step Guide shows you how to apply federal plain-language guidelines to every type of writing.
Human Capital Management
The authors highlight not only the successful outcomes of various agency programs, but also consider the bumps and hurdles encountered and overcome along the way. Rather than a theoretical presentation of what might, or should, work, Human Capital Management.
Mastering Node.js
1人今日阅读
This book contains an extensive set of practical examples and an easy-to-follow approach to creating 3D objects.This book is great for anyone who already knows JavaScript and who wants to start creating 3D graphics that run in any browser. You don’t need to know anything about advanced math or WebGL; all that is needed is a general knowledge of JavaScript and HTML. The required materials and examples can be freely downloaded and all tools used in this book are open source.
Mastering Akka
1人今日阅读
If you want to use the Lightbend platform to create highly performant reactive applications, then this book is for you. If you are a Scala developer looking for techniques to use all features of the new Akka release and want to incorporate these solutions in your current or new projects, then this book is for you. Expert Java developers who want to build scalable, concurrent, and reactive application will find this book helpful.
Mastering Node.js(Second Edition)
This book is targeted at JavaScript developers who want to take an in-depth look at the latest Node.js framework to create faster, scalable, real-time backend applications. Basic JavaScript programming knowledge—and also some previous Node.js development experience—are mandatory to get the best out of this book