{"title":"Branko Ajzele","description":null,"products":[{"product_id":"magento-2-developer-s-guide-book-branko-ajzele-9781785886584","title":"Magento 2 Developer's Guide","description":"If you're looking to work with the latest version of Magento, the popular e-commerce platform, then this book is for you. Magento 2 Developer's Guide gets you up and running with essential techniques for extending and customizing your Magento 2 store to fit the requirements of your organization.","brand":"WoB","offers":[{"title":"GB \/ VERY_GOOD \/ INTERNAL","offer_id":49522179604753,"sku":"GOR009048457","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"US \/ NEW \/ INGRAM","offer_id":51050985029905,"sku":"NIN9781785886584","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ NEW \/ INGRAM","offer_id":52590186430737,"sku":"NLS9781785886584","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1785886584.jpg?v=1751154612"},{"product_id":"magento-2-development-quick-start-guide-book-branko-ajzele-9781789343441","title":"Magento 2 Development Quick Start Guide","description":"Create an interactive online store and customize it further using Magento  Key Features  A straightforward guide to developing with Magento Examples of different types of extension Customize the Magento storefront and admin areas  Book DescriptionMagento is an open-source, enterprise-level e-commerce platform with unlimited scope for customization. This makes it a great choice not only for vendors but for developers as well. This book guides you through Magento development, teaching you how to develop modules that extend or change its functionality, leading to more ?exible and profitable Magento stores. You start with a structural overview of the key Magento development components. You will learn where things such as plugins, events, models, controllers, layouts, and UI components ft into the development landscape. You will go through examples of using these components to extend Magento. As you progress, you will be building a diverse series of small but practical Magento modules. By the end of this book, you will not only have a solid foundation in the Magento development architecture; but you will also have practical experience in developing modules to customize and extend Magento stores.What you will learn  Develop a simple shipping module Build admin interfaces with the built-in form and listing UI components Implement JavaScript components for improved customer experience Accommodate vendor needs by adding new catalog-related features Develop your way to a better checkout Improve customer interaction with new customer-related extensions Create new web APIs to make your modules more extensible  Who this book is forThis book is for competent PHP developers, with only basic knowledge of the Magento platform required.","brand":"WoB","offers":[{"title":"US \/ GOOD \/ SBYB","offer_id":49950100062481,"sku":"CIN1789343445G","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ NEW \/ INGRAM","offer_id":52615658373393,"sku":"NLS9781789343441","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"US \/ NEW \/ INGRAM","offer_id":53084040331537,"sku":"NIN9781789343441","price":0.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1789343445.jpg?v=1751313367"},{"product_id":"getting-started-with-magento-extension-development-book-branko-ajzele-9781783280391","title":"Getting Started with Magento Extension Development","description":"This practical guide to building Magento modules from scratch takes you step-by-step through the whole process, from first principles to practical development. At the end of it you'll have acquired expertise based on thorough understanding.  Key Features  Get a detailed insight into the structure of Magento Learn about event\/observer-driven modules Get a hands-on introduction to custom shipping and payment methods  Book DescriptionModules, are a group of php and xml files meant to extend the system with new functionality, or override core system behavior. Most of the base Magento system is built using the module system, so you can see why they are an important feature for this rich open-source e-commerce solutions. This book explores key module development techniques and teaches you to modify, understand and structure your modules making it easy for you to get a strong foundation for clean and unobtrusive Magento module development.  Getting Started with Magento Extension Development is a practical, hands-on guide to building Magento modules from scratch. This book provides an in depth introduction and helps you discover features such as; blocks, controllers, models, configuration files, and other crucial elements which contribute to the Magento architecture. This book introduces the you to real-world modules and helps provide a strong foundation which you need to become a professional Magento module developer. The book further explores best practices and tips and tricks offering you the ultimate go to guide.  Getting Started with Magento Extension Development focuses on three areas. First you are guided through the entire Magento structure, where each important directory or file is explored in detail. Then the essence of the module structure and development is explained through the detailed coverage of models, blocks, controllers, configuration, and other files that manifest a single module. Finally, a detailed set of instructions is given for building four real-world modules, including a payment and shipping module.What you will learn  Explore the module structure Learn about Block classes, Model classes, and Controller classes Get to grips with Configuration files Understand the importance of Event\/Observer programming Learn CRON jobs Discover the key module functionality  Who this book is forThis book contains valuable insights for both newbies and already established Magento developers. This book is targeted at new and intermediate PHP developers starting afresh with Magento module development.","brand":"WoB","offers":[{"title":"- \/ - \/ -","offer_id":51192823349521,"sku":"","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"US \/ NEW \/ INGRAM","offer_id":51192825676049,"sku":"NIN9781783280391","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ NEW \/ INGRAM","offer_id":52132278173969,"sku":"NLS9781783280391","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1783280395.jpg?v=1750865564"},{"product_id":"mastering-php-7-book-branko-ajzele-9781785882814","title":"Mastering PHP 7","description":"Effective, readable, and robust codes in PHP  About This Book  • Leverage the newest tools available in PHP 7 to build scalable applications • Embrace serverless architecture and the reactive programming paradigm, which are the latest additions to the PHP ecosystem • Explore dependency injection and implement design patterns to write elegant code  Who This Book Is For  This book is for intermediate level developers who want to become a master of PHP. Basic knowledge of PHP is required across areas such as basic syntax, types, variables, constants, expressions, operators, control structures, and functions.  What You Will Learn  • Grasp the current state of PHP language and the PHP standards • Effectively implement logging and error handling during development • Build services through SOAP and REST and Apache Trift • Get to know the benefits of serverless architecture • Understand the basic principles of reactive programming to write asynchronous code • Practically implement several important design patterns • Write efficient code by executing dependency injection • See the working of all magic methods • Handle the command-line area tools and processes • Control the development process with proper debugging and profiling  In Detail  PHP is a server-side scripting language that is widely used for web development. With this book, you will get a deep understanding of the advanced programming concepts in PHP and how to apply it practically The book starts by unveiling the new features of PHP 7 and walks you through several important standards set by PHP Framework Interop Group (PHP-FIG). You'll see, in detail, the working of all magic methods, and the importance of effective PHP OOP concepts, which will enable you to write effective PHP code. You will find out how to implement design patterns and resolve dependencies to make your code base more elegant and readable. You will also build web services alongside microservices architecture, interact with databases, and work around third-party packages to enrich applications. This book delves into the details of PHP performance optimization. You will learn about serverless architecture and the reactive programming paradigm that found its way in the PHP ecosystem. The book also explores the best ways of testing your code, debugging, tracing, profiling, and deploying your PHP application. By the end of the book, you will be able to create readable, reliable, and robust applications in PHP to meet modern day requirements in the software industry.  Style and approach  This is a comprehensive, step-by-step practical guide to developing scalable applications using PHP 7.1","brand":"WoB","offers":[{"title":"GB \/ NEW \/ INGRAM","offer_id":52151951229201,"sku":"NLS9781785882814","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"US \/ NEW \/ INGRAM","offer_id":53110116221201,"sku":"NIN9781785882814","price":0.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/9781785882814.jpg?v=1757615066"},{"product_id":"modular-programming-with-php-7-book-branko-ajzele-9781786462954","title":"Modular Programming with PHP 7","description":"Utilize the power of modular programming to improve code readability, maintainability, and testability About This Book This book demonstrates code reusability and distributed development to get high speed, maintainable, and fast applications It illustrates the development of a complete modular application developed using PHP7 in detail This book provides a high-level overview of the Symfony framework, a set of tools and a development methodology that are needed to build a modular web shop application Who This Book Is For This step-by-step guide is divided into two sections. The first section explores all the fundamentals of modular design technique with respect to PHP 7. The latter section demonstrates the practical development of individual modules of a web shop application. What You Will Learn Discover the new features of PHP 7 that are relevant to modular application development Write manageable code based on the GoF design patterns and SOLID principles Define the application requirements of a working modular application Explore the ins and outs of the Symfony framework Build a set of modules based on the Symfony framework that comprise a simple web shop app Use core modules to set the structure and dependencies for other modules to use Set up entities that are relevant to the module functionality and see how to manage these entities In Detail Modular design techniques help you build readable, manageable, reusable, and more efficient codes. PHP 7, which is a popular open source scripting language, is used to build modular functions for your software. With this book, you will gain a deep insight into the modular programming paradigm and how to achieve modularity in your PHP code. We start with a brief introduction to the new features of PHP 7, some of which open a door to new concepts used in modular development. With design patterns being at the heart of all modular PHP code, you will learn about the GoF design patterns and how to apply them. You will see how to write code that is easy to maintain and extend over time with the help of the SOLID design principles. Throughout the rest of the book, you will build different working modules of a modern web shop application using the Symfony framework, which will give you a deep understanding of modular application development using PHP 7. Style and approach This book is for intermediate-level PHP developers with little to no knowledge of modular programming who want to understand design patterns and principles in order to better utilize the existing frameworks for modular application development.","brand":"WoB","offers":[{"title":"GB \/ NEW \/ INGRAM","offer_id":52434052382993,"sku":"NLS9781786462954","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"US \/ NEW \/ INGRAM","offer_id":53084030238993,"sku":"NIN9781786462954","price":0.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/9781786462954.jpg?v=1759179704"}],"url":"https:\/\/www.worldofbooks.com\/en-gb\/collections\/author-books-by-branko-ajzele.oembed","provider":"World of Books ","version":"1.0","type":"link"}