Название: Web на практике. CSS, HTML, javascript, MySQL, PHP для fullstack-разработчиков Автор: Кириченко А., Никольский А., Дубовик Е. Год: 2021 Формат: pdf Размер: 26 Мб Качество: Хорошее Язык: Русский Разработка многофункционального сайта, как правило, требует нескольких разных специалистов, но в данной книге мы расскажем, как все сделать самому! Fullstack-разработчик — это разработчик, который обладает знаниями всех технологий (полным стеком) для создания полноценных многофункциональных веб-сайтов. Данная книга посвящена Fullstack-разработке сайта. В книге рассмотрен полный цикл создания полноценных сайтов и Интернет-порталов:
Автор: Terry Ann Felke-Morris Название: Web Development and Design Foundations with HTML5, 10th edition Издательство: Pearson ISBN: 9780136681540 Язык: English Год: 2021 Формат: ePUB Размер: 112 mb Кол-во страниц: 768 Описание: Web Development and Design Foundations with HTML5 provides a well-rounded intro to the topic and hands-on practice to help you prepare for a career as a web professional.
Название: Zero To Mastery In Web Development Web Development Book To Become Zero To Hero In Web Development, This Amazing Web Development Book Covers A-Z Web … Автор: Dr. Rajiv K. Jain Издательство: Vayu Education Of India Год: 2022 Страниц: 253 Язык: английский Формат: pdf Размер: 10.2 MB Dynamic HTML, or DHTML, is a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language like HTML, a client-side scripting language such as javascript, a presentation definition language such as CSS, and the Document Object Model. It is NOT a language or a web standard. It’s an art of combining HTML, javascript, DOM. and CSS. DHTML allows scripting languages to change variables in a web page’s definition language, which in turn affects the look and function of “static" HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load. There are four parts to DHTML: - Document Object Model (DOM); - Scripts; - Cascading Style Sheets (CSS); - XHTML
Название: Figma 101: Complete beginner’s guide to UI/UX app and web design. Create interactive components with real projects Автор: Melvin K. Briscoe Издательство: Independently published Год: 2022 Страниц: 148 Язык: английский Формат: pdf, epub Размер: 16.9 MB The world of app mobile design, website design, blogs, and graphics design is changing, technology is allowing us to work more efficiently and use several powerful tools and one of the tools is called Figma. In this book, I'm going to demonstrate how to create and design your actual blog or website and of course several other app designs using iOS app design and Android apps design. I'm also going to cover certain design principles because it’s important especially if you're a beginner.
Название: Google Analytics Kickstarter Guide: Get Tips to Boost Your Traffic and Sales Using Google Analytics Автор: Grigor Yovov Издательство: BPB Publications Год: 2020 Страниц: 190 Язык: английский Формат: epub Размер: 10.1 MB Leverage Google Analytics to make data-driven decisions to shape your marketing strategy. This book will help you learn everything that you need to know about Google Analytics. We will start by setting up the account and updating the settings. Then, we will go through the main reports in Google Analytics will dive deep into the analysis. We will then analyze the users, their behavior, and their sources. This analysis will improve your business and website results. We will also go through the fundamentals of relating Google Analytics data to your marketing strategy. We will explore live examples of analysis with real Ecommerce data and learn approaches to analyze our data. At the end of the book, we will go through the Conversions section in Google Analytics. By the end of the book, you will be able to make informative decisions based on data related to your website visitors.
Название: Test-Driven Development with React: Apply Test-Driven Development in Your Applications Автор: Juntao Qiu Издательство: Apress Год: 2021 Страниц: 206 Язык: английский Формат: pdf (true), epub Размер: 10.4 MB Implement TDD for your React applications using Jest, React Router, Redux, and GraphQL/Relay, and learn BDD and end-to-end acceptance testing with CucumberJS and Puppeteer. Many programmers are aware of test-driven development (TDD), but struggle to apply it beyond basic examples. This React book teaches you how to build complex, real-world applications using TDD. It takes a first-principles approach to the TDD process using plain Jest, and includes test-driving the integration of libraries including React Router, Redux, and Relay (GraphQL).
Название: Become A Ninja With Angular (v12.0.0) Автор: Ninja Squad Издательство: Ninja Squad Год: 2021-05-13 Страниц: 324 Язык: английский Формат: pdf (true), html, epub Размер: 10.1 MB Книга "Стань ниндзя с Angular" поможет программистам понять философию Angular на практике (в настоящее время 12.0.0 ), новые инструменты (такие как ES2015, TypeScript, SystemJS, Webpack, Angular CLI ...) и каждую часть инфраструктуры. К концу чтения данного руководства вы сможете начать свой проект и создавать свои удивительные приложения!
Название: Building Micro-Frontends: Scaling Frontend Projects and Teams (Fifth Early Release) Автор: Luca Mezzalira Издательство: O’Reilly Media, Inc. Год: 2021-05-11 Страниц: 296 Язык: английский Формат: epub Размер: 10.1 MB Micro-frontends are the answer to today's increasingly complex web applications. Inspired by the microservices model, this approach lets organizations break interfaces into separate features managed by different teams of developers. In this practical guide, Luca Mezzalira shows software architects and senior developers how to build and deliver artifacts atomically rather than use a big bang deployment structure.
Название: Laravel Programming: A comprehensive beginner's guide to Laravel, 3nd Edition Автор: Emma William, Claudia Alves, Rufus Stewart Издательство: NLN LLC Год: 2021 Страниц: 105 Язык: английский Формат: pdf, azw3, epub Размер: 10.1 MB If you’re looking for a book that can help you to build amazing web applications, this is the book for you! Aimed at people who have some experience with Laravel, this cookbook has your back! There are many proven code rich recipes for working with Laravel. Each recipe includes practical advice, tips, and tricks for working with jQuery, AJAX, JSON, API, data persistence, complex application structure, modular PHP, testing, deployment and more.
Название: React Cookbook: Recipes for Mastering the React Framework (Fourth Early Release) Автор: David Griffiths, Dawn Griffiths Издательство: O’Reilly Media, Inc. Год: 2021-03-15 Страниц: 224 Язык: английский Формат: epub Размер: 10.1 MB React helps you create and work on an app in just a few minutes, but learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast. Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem.
Бесплатная электронная библиотека. Скачать книги бесплатно!
Наша электронная библиотека Bookskeeper.ru - это интернет-витрина, где любой посетитель может публиковать электронные варианты книг, журналов, газет, комиксов, в общем, любой литературы со ссылками для медленного, но бесплатного скачивания с файлообменников.
В нашем книжном хранилище Вы всегда найдете литературу на любой вкус человека любого возраста - от детских комиксов и расскрасок до серьезной научной литературы.
|