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, May 16, 2026. Learn more…
Desarrollo Frontend es un manual con el que aprenderás las bases de conocimiento necesario para convertirte en desarrollador. De una forma sencilla y mediante ejercicios prácticos conocerás los lenguajes y técnicas básicas que todo desarrollador debe saber.
D3 Start to Finish shows you how to build a custom, interactive and beautiful data visualisation using the JavaScript library D3.js (versions 6 & 7). The book covers D3.js concepts such as selections, joins, requests, scale functions, events & transitions. You'll put these concepts into practice by building a custom, interactive data visualisation.
if you've read my chapter on naming in a famous software book (first or second edition) you may want to go a little deeper. Same author, same topic, all-new content!
Get started quickly, creating applications for the Model Context Protocol (MCP) using the official MCP SDKs for Python, Java 21, and Node.js. Quickly master, all of the concepts needed in order to build MCP servers, including transport protocols, tools, resources, prompts, roots, and sampling. Learn how to get familiar with popular MCP client applications such as, Claude Desktop, Postman, and the MCP Inspector.
What is 3P? Afferent coupling? Strict evaluation? What are CPH, cHTML, and CMF? How about Vanadium, OPcache, or Auto Forms Mode? Covering more than 4,000 terms and concepts, and including explanations from Wikipedia and MDN Web Docs, The Web Development Glossary 4K provides an overview of web development unlike any other book or site.
The foundation of all programs is organization of variables/functions into nested scopes. Yet, many never contemplate how & why these decisions are made and the impacts on code maintainability. Scope & Closures examines lexical scope, builds on its principles for the power of closure, and digs into the module pattern for better program structure.
Master Playwright by building real-world automation frameworks from scratch.This hands-on guide is designed for QA engineers, testers, and developers who want to become job-ready Playwright automation engineers.Instead of theory, this book focuses on real projects used in modern companies.Inside this book you will learn how to build:• A complete E-Commerce automation framework • Hybrid API + UI testing architecture • Enterprise SaaS dashboard automation • CI/CD pipelines using GitHub Actions • Dockerized and cloud-parallel test executionYou will also learn advanced topics like: • Network mocking for payment testing • Visual regression testing • Multi-user role-based automation • Handling flaky tests in production • Interview and resume preparationBy the end of this book, you will have multiple portfolio-ready Playwright projects and the confidence to crack automation interviews.Perfect for: QA engineers • Manual testers • SDETs • Developers
Webpack, a module bundler, is a powerful tool that helps you to develop complex web applications. "SurviveJS - Webpack" is meant for beginner to intermediate users of the tool that want to understand webpack better.
It seems like there's never been as much widespread desire before to learn JS. But with a million blogs, books, and videos out there, just where do you start? Get Started prepares you for the journey ahead, first surveying the language then detailing how the rest of the You Don't Know JS Yet book series guides you to knowing JS more deeply.
Build a kickass headless website using NextJS and Contentful CMS
You Don’t Know JS Yet: The Unbooks is the final, draft-edition release of the second edition series—featuring the complete but unedited drafts of Book 3: Objects & Classes and Book 4: Types & Grammar, plus two bonus chapters reflecting on the “lost” books that were never written. This is the raw, honest conclusion to You Don’t Know JS Yet—a gift for readers who still care about deeply understanding JavaScript.
Automate your workflow with the power of Node.js! If your job is loaded with manual work, then why not write scripts that can deal with it for you? With this book, you will learn how to deal with many tasks such as zipping files, emailing colleagues, and deploying your work at the press of a button.
Svelte es un soplo de aire fresco en el mundo del Desarrollo Web, dominado por React y Vue. Apuesta por evitar que escribas código repetitivo e inútil. Su sencillez hará que vuelvas a amar la Programación Web.
Unlock the mysteries of computer networks and boost your front-end development expertise! Front-End Engineer’s Guide to Computer Networks simplifies the essential concepts behind the internet, from the TCP/IP model to HTTP and WebSocket protocols, all explained in clear, beginner-friendly language. Transform how you build and understand web applications today!
Covers everything you need to know to get off the ground with UI testing. Examples are built using real-world scenarios, showing how you would actually write your tests. It's a step-by-step guide on how to effectively write UI test automation for the real world.