Mejora tu código Javascript aplicando Clean Code. Con este e-book aprenderás a escoger mejores nombres para las variables, a escribir funciones más simples y legibles, a diseñar clases mejor estructuradas y otros conceptos que, sin duda, podrás aplicar en tu día a día como desarrollador. En definitiva, este e-book te ayudará a ser mejor profesional
End of life for Windows Server 2008 is just around the corner and now with this book you will have the knowledge to upgrade or migrate to Windows Server 2019. The book covers Active Direct, DHCP, DNS, NTP, Storage Spaces Direct, and more.
The grep command is a versatile and feature-rich version of search functionality usable from the command line. The most notable feature is regular expressions, a mini-programming language to precisely define a matching criteria. In this book, you'll learn about GNU grep and ripgrep with plenty of examples and exercises.
Erfahren Sie, wie Sie mit Extbase und Fluid moderne TYPO3 Extensions entwickeln können! Die vollständig überarbeitete dritte Ausgabe des Buches basiert auf TYPO3 v9 LTS und berücksichtigt alle modernen Praktiken und neuen Aspekte dieser stabilen LTS-Version. https://www.extbase-book.org (Deutsche Übersetzung: Vanessa Nickel)
Learn how to develop modern TYPO3 extensions with Extbase and Fluid! The reworked and restructured 3rd edition of the book is based on TYPO3 v9 LTS and takes all modern practices and new aspects of this latest stable LTS release into account. https://www.extbase-book.org
Performance is a process not a project. Every engineer should think about performance.
"Kotlin Compact" is for all Java professionals who want to get into Kotlin development with minimal time and effort.
What skills do technical coaches need to be effective in supporting an organizational transformation program? How can they influence the choices and behaviors of client personnel? How does their work fit into the larger transformation effort? How can we stop repeating common anti-patterns in transforming organizations and get results?
Raspberry Pi Computing: Gas Sensors aims to provide a full description of the process of setting up a Raspberry Pi computer to measure and record data from gas sensors. We'll look at different versions of the Pi, along with loading and configuring the software required with some basic Linux use.
Uma série de dicas de carreira para devs
Manual tasks are error prone and nobody enjoys doing repetitive work. We have countless use cases for robotics process automation. Once you've realized the potential of RPA you won't wait to implement this powerful approach.
¿Quieres conocer todo lo que brinda Node.js? Pues este es el libro que te guiará en ese proceso, animate!!
Software development continues to be one of the fastest growing fields in the US, but getting that first job can be brutal. Land the Job gives a tried and tested approach that helps job-hunters get their first job in Software Development in just six months. I publish a newsletter and articles to my site that cover career advice.
"What I cannot create, I do not understand" - Richard Feynman This book will guide you on your journey to deeper Machine Learning understanding by developing algorithms in Python from scratch! Learn why and when Machine learning is the right tool for the job and how to improve low performing models!
We read code much more often than we write it — often to make a one-line change you have to read and understand hundreds of lines of code. That’s why code readability is so important.