Kick off your book project in 3 hours! Live workshop on Zoom. You’ll leave with a real book project, progress on your first chapter, and a clear plan to keep going. Saturday, June 6, 2026. Learn more…
The easiest (and shortest) entry point to Event Storming and Domain-Driven Design you will find for free. I designed this book to be as close to a workshop experience as possible, and I did my best to make it so. Instead of focusing solely on abstract concepts, you will follow a real-world case study throughout the chapters.
An illustrated book perfect for teaching your little ones the basics of the C# programming language!
In this book you will learn the following: Build Console appsCreate Web APIsTest your codeCreate and publish reusable packages that others can consumeOrganize your files in a projectWork with files and directoriesParse text with the string library and regular expressions.
¿Kubernetes te parece difícil? Esta es la precuela técnica que necesitas. Deja de copiar Dockerfiles a ciegas y domina los cimientos: imágenes, redes, volúmenes y Docker Compose. La guía definitiva en español para entender los contenedores y construir la base sólida de todo Ingeniero DevOps.
A rigorous treatment of linear models for self learning data scientists. This book is only available in pdf form.
This ebook aims to teach Linux command line tools and Shell Scripting for beginner to intermediate level users. The main focus is towards managing your files and performing text processing tasks. Plenty of examples and exercises are provided to make it easier to understand a particular tool and its various features.
Discover handy Vim features and use cases in this concise guide. Best suited for beginner to intermediate level users.
You might be already aware of popular coreutils commands like head, tail, tr, sort, etc. This book will teach you more than twenty of such specialized text processing tools provided by the GNU coreutils package.
Know Python basics but don't know what to do next? Take the next step in your programming journey with real world inspired Python projects.
Short, introductory guide for the Python programming language. This book is well suited if you already know programming basics and as a workshop reference.
When it comes to command line text processing, there are several well known tools like grep for filtering, sed for substitution and awk for field processing. Compared to such tools, Perl has a feature rich regular expression engine, plenty of builtin modules and a thriving ecosystem. Another advantage is that Perl is more portable.
This book will help you learn about various command line options and features that make it possible to write compact Ruby one-liners.
This book will dive deep into field processing, show examples for filtering features, multiple file processing, how to construct solutions that depend on multiple records, how to compare records and fields between two or more files, how to identify duplicates while maintaining input order and so on.
Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn JavaScript Regular Expressions, a mini-programming language for all sorts of text processing needs.