Less Web Development Cookbook

eBook Download

BOOK EXCERPT:

Aimed at those who want to overcome the limitations of CSS, through this book you will begin to harness the efficiency of Less by building advanced, responsive, and modern websites. Experienced web developers, students, and even web designers will find this guide very useful as they enhance their CSS skills.

Product Details :

Genre : Computers
Author : Bass Jobsen
Publisher : Packt Publishing Ltd
Release : 2015-01-31
File : 394 Pages
ISBN-13 : 9781783981496


Less Web Development Essentials Second Edition

eBook Download

BOOK EXCERPT:

If you use CSS for web development tasks and want to learn how to create maintainable and reusable code, this is the book for you. Basic knowledge of web development would be helpful.

Product Details :

Genre : Computers
Author : Bass Jobsen
Publisher : Packt Publishing Ltd
Release : 2015-04-30
File : 270 Pages
ISBN-13 : 9781785286698


Magento 2 Development Cookbook

eBook Download

BOOK EXCERPT:

Over 60 recipes that will tailor and customize your experience with Magento 2 About This Book Solve common problems encountered while extending your Magento 2 store to fit your business needs Delve into the exciting and enhanced features of Magento 2 such as customizing security permissions, intelligent filtered search options, easy third-party integration, among others Learn to build and maintain a Magento 2 shop via a visual-based page editor and customize the look and feel using Magento 2's offerings on the go Who This Book Is For This book is for every developer who has knowledge of PHP and wants to extend or customize the functionality of their Magento 2 system. If you have prior experience of the Magento platform, you will find this book useful in exploring the advanced features. What You Will Learn Install a Magento 2 shop with sample data Upgrade the data in a Magento 1 shop to a Magento 2 shop Manage the look and feel of the shop with custom themes Extend the shop with custom functionality such as forms, grids, and more Accelerate your store with some performance tools Build and structure your own shipping module Test your shop with automated tests and manage your product display In Detail With the challenges of growing an online business, Magento 2 is an open source e-commerce platform with innumerable functionalities that gives you the freedom to make on-the-fly decisions. It allows you to customize multiple levels of security permissions and enhance the look and feel of your website, and thus gives you a personalized experience in promoting your business. Style and approach This book is packed with a wide range of techniques to modify and extend the functionality of your online store. It contains easy-to-understand recipes starting with the basics and moving on to cover advanced topics. Many recipes work with code examples that can be downloaded from the book's website.

Product Details :

Genre : Computers
Author : Bart Delvaux
Publisher : Packt Publishing Ltd
Release : 2015-12-28
File : 304 Pages
ISBN-13 : 9781785889141


Go Web Development Cookbook

eBook Download

BOOK EXCERPT:

86 recipes on how to build fast, scalable, and powerful web services and applications with Go Key Features Become proficient in RESTful web services Build scalable, high-performant web applications in Go Get acquainted with Go frameworks for web development Book Description Go is an open source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to deploying them on Amazon Cloud Services, this book will be your one-stop guide to learn web development in Go. The Go Web Development Cookbook teaches you how to create REST services, write microservices, and deploy Go Docker containers. Whether you are new to programming or a professional developer, this book will help get you up to speed with web development in Go. We will focus on writing modular code in Go; in-depth informative examples build the base, one step at a time. You will learn how to create a server, work with static files, SQL, NoSQL databases, and Beego. You will also learn how to create and secure REST services, and create and deploy Go web application and Go Docker containers on Amazon Cloud Services. By the end of the book, you will be able to apply the skills you've gained in Go to create and explore web applications in any domain. What you will learn Create a simple HTTP and TCP web server and understand how it works Explore record in a MySQL and MongoDB database Write and consume RESTful web service in Go Invent microservices in Go using Micro – a microservice toolkit Create and Deploy the Beego application with Nginx Deploy Go web application and Docker containers on an AWS EC2 instance Who this book is for This book is for Go developers interested in learning how to use Go to build powerful web applications. A background in web development is expected.

Product Details :

Genre : Computers
Author : Arpit Aggarwal
Publisher : Packt Publishing Ltd
Release : 2018-04-23
File : 326 Pages
ISBN-13 : 9781787288560


Modern Javascript Web Development Cookbook

eBook Download

BOOK EXCERPT:

Over 90 recipes to help you write clean code, solve common JavaScript problems, and work on popular use cases like SPAs, microservices, native mobile development with Node, React, React Native and Electron. Key FeaturesOver 90 practical recipes to help you write clean and maintainable JavaScript codes with the latest ES8Leverage the power of leading web frameworks like Node and React to build modern web appsFeatures comprehensive coverage of tools and techniques needed to create multi-platform apps with JavaScriptBook Description JavaScript has evolved into a language that you can use on any platform. Modern JavaScript Web Development Cookbook is a perfect blend of solutions for traditional JavaScript development and modern areas that developers have lately been exploring with JavaScript. This comprehensive guide teaches you how to work with JavaScript on servers, browsers, mobile phones and desktops. You will start by exploring the new features of ES8. You will then move on to learning the use of ES8 on servers (with Node.js), with the objective of producing services and microservices and dealing with authentication and CORS. Once you get accustomed to ES8, you will learn to apply it to browsers using frameworks, such as React and Redux, which interact through Ajax with services. You will then understand the use of a modern framework to develop the UI. In addition to this, development for mobile devices with React Native will walk you through the benefits of creating native apps, both for Android and iOS. Finally, you’ll be able to apply your new-found knowledge of server-side and client-side tools to develop applications with Electron. What you will learnUse the latest features of ES8 and learn new ways to code with JavaScriptDevelop server-side services and microservices with Node.jsLearn to do unit testing and to debug your codeBuild client-side web applications using React and ReduxCreate native mobile applications for Android and iOS with React NativeWrite desktop applications with ElectronWho this book is for This book is for developers who want to explore the latest JavaScript features, frameworks, and tools for building complete mobile, desktop and web apps, including server and client-side code. You are expected to have working knowledge of JavaScript to get the most out of this book.

Product Details :

Genre : Computers
Author : Federico Kereki
Publisher : Packt Publishing Ltd
Release : 2018-12-26
File : 632 Pages
ISBN-13 : 9781788992350


Django 2 Web Development Cookbook

eBook Download

BOOK EXCERPT:

Create unbelievably fast, robust and secure web apps with Django Web Framework and Python 3.6 Key FeaturesDiscover solutions to a variety of web application scenarios, leveraging the power of the Django frameworkUnderstand URL routing, models, forms, templates, and RESTful services with Django 2.14Test, deploy, and scale your web applications efficiently with Amazon Web ServicesBook Description Django is a framework designed to balance rapid web development with high performance. It handles high levels of user traffic and interaction, integrates with a variety of databases, and collects and processes data in real time. This book follows a task-based approach to guide you through developing with the Django 2.1 framework, starting with setting up and configuring Docker containers and a virtual environment for your project. You'll learn how to write reusable pieces of code for your models and manage database changes. You'll work with forms and views to enter and list data, applying practical examples using templates and JavaScript together for the optimum user experience. This cookbook helps you to adjust the built-in Django administration to fit your needs and sharpen security and performance to make your web applications as robust, scalable, and dependable as possible. You'll also explore integration with Django CMS, the popular content management suite. In the final chapters, you'll learn programming and debugging tricks and discover how collecting data from different sources and providing it to others in various formats can be a breeze. By the end of the book, you'll learn how to test and deploy projects to a remote dedicated server and scale your application to meet user demands. What you will learnGet started with the basic configuration necessary to start any Django projectBuild a database structure out of reusable model mixinsSecure web applications against malicious usage and address common performance bottlenecksIntegrate with, and extend, the Django CMSConstruct and manage complex and deep hierarchiesImport data from local sources and external web services and export it to third partiesWho this book is for This book is designed for Python developers working on fast and secure web apps that can scale over time. You’ll also find this book useful if you want to upgrade to latest Django framework. A background in Python 3 along with basic knowledge of the Django framework will be useful.

Product Details :

Genre : Computers
Author : Jake Kronika
Publisher : Packt Publishing Ltd
Release : 2018-10-31
File : 533 Pages
ISBN-13 : 9781788838085


Microsoft Azure Development Cookbook Second Edition

eBook Download

BOOK EXCERPT:

If you are an architect, this book will help you make the correct decisions about which Azure building blocks to use. If you are a developer, this book will help you understand how to use them appropriately, and if you are a .NET developer, this book is a pure delight.

Product Details :

Genre : Computers
Author : Roberto Freato
Publisher : Packt Publishing Ltd
Release : 2014-09-25
File : 682 Pages
ISBN-13 : 9781782170334


Coffeescript Application Development Cookbook

eBook Download

BOOK EXCERPT:

If you are interested in developing modern applications, this book will help you leverage the vast JavaScript ecosystem while using an elegant language, helping you avoid the shortcomings of JavaScript.

Product Details :

Genre : Computers
Author : Mike Hatfield
Publisher : Packt Publishing Ltd
Release : 2015-03-31
File : 368 Pages
ISBN-13 : 9781783289707


Odoo Development Cookbook

eBook Download

BOOK EXCERPT:

Take your Odoo development skills to the next level by following real-world examples to solve complex business problems with this trusted community edition book, officially endorsed by Odoo Key Features Create web client components using the latest features in the Odoo Web Library Discover new widgets for display screens, fields, and attributes in Odoo 17 Build apps and websites with confidence with the help of this trusted community edition Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionThe latest version of the powerful Odoo framework uncovers a wide variety of features for rapid application development. Written by seasoned Odoo experts, this updated Odoo Development Cookbook will help you explore Odoo 17’s new features and use them to develop applications from scratch. You'll learn about website development concepts and get to grips with the Odoo Web Library (OWL), as well as create a new Odoo module from the ground up before progressing to advanced framework concepts. The book also shows you how to modify existing applications, including Point of Sale (POS) applications. Going beyond backend development, you'll discover advanced JavaScript recipes for creating new views and widgets. You'll get a clear understanding of website development and be on your way to becoming a proficient Odoo developer by studying performance optimization, debugging, and automated testing. By the end of this book, you'll have the knowledge you need to build impressive applications and be well-versed in Odoo development best practices.What you will learn Build intuitive websites with Odoo CMS using dynamic building blocks Get to grips with advanced concepts such as caching, prefetching, and debugging Modify backend JavaScript components and POS applications with the updated OWL framework Connect and access any object in Odoo via Remote Procedure Calls (RPCs) Manage, deploy, and test an Odoo instance with Odoo.sh Configure IoT Box to add and upgrade Point of Sale (POS) hardware Find out how to implement in-app purchase services Who this book is for This book is for developers who are new to the Odoo framework and want to develop effective business applications. Experienced Odoo developers looking to revisit specific topics or discover new features in Odoo 17 may also benefit from this book. Basic knowledge of Python programming and JavaScript programming is necessary to get the most out of this book.

Product Details :

Genre : Computers
Author : Husen Daudi
Publisher : Packt Publishing Ltd
Release : 2024-05-31
File : 774 Pages
ISBN-13 : 9781805129479


Html5 Multimedia Development Cookbook

eBook Download

BOOK EXCERPT:

Recipes for practical, real-world HTML5 multimedia driven development.

Product Details :

Genre : Computers
Author : Dale Cruse
Publisher : Packt Publishing Ltd
Release : 2011-05-19
File : 457 Pages
ISBN-13 : 9781849691055