Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

The Principles of Beautiful Web Design
  • Language: en

The Principles of Beautiful Web Design

  • Type: Unknown
  • -
  • Published: Unknown
  • -
  • Publisher: Unknown

None

User Journey Mapping
  • Language: en
  • Pages: 74

User Journey Mapping

A user journey map is a powerful asset that's used to understand how people use our products. It is an essential tool for building websites, applications, and services. By visualizing user goals, phases in the journey, tasks, pain points, and sometimes feelings, a map can help teams build products by showing a global view of the user's journey, bringing stakeholders and product teams together. It can be used to brainstorm new opportunities, fix issues, design new services, and understand gaps within an organization. This book will show you how to research, present, and use a user journey map. You'll learn: What a user journey map is, and what it's useful for The different types of maps and how to use them How to conduct user research for mapping How to run workshops How to use your maps effectively

Lean Websites
  • Language: en
  • Pages: 252

Lean Websites

A practical book on website performance for web developers, concentrating mainly on front-end performance improvement. It covers plenty of solid theory, but is also packed with useful, real world hints and tips that you can use on your sites today. Topics covered include: User experience, design and performance Measuring and monitoring performance Setting up a page weight budget Network and server improvements Optimizing images and video Optimizing scripts and third party content Lean DOM operations The book also comes with a handy "cheat sheet" summarizing many of the key tips contained within the book.

Learn Angular: The Collection
  • Language: en
  • Pages: 344

Learn Angular: The Collection

Angular is not just a framework, but rather a platform that empowers developers to build applications for the web, mobile, and the desktop. This collection is a set of books aimed at getting you up to speed with Angular. It contains: Learn Angular: Your First Week, a collection of articles introducing Angular Learn Angular: Build a Todo App, an in-depth project tutorial that builds a complete Angular application from start to finish Learn Angular: 4 Angular Projects presents four practical Angular projects Learn Angular: Related Tools & Skills contains a collection of articles outlining essential tools and skills that every modern JavaScript developer should know. This book is for all front-end developers who want to become proficient with Angular and its related tools. You'll need to be familiar with HTML and CSS and have a reasonable level of understanding of JavaScript in order to follow the discussion.

The Web Performance Collection
  • Language: en
  • Pages: 330

The Web Performance Collection

Performance simply matters. Technology may allow us to "go bigger", but maybe not necessarily be better when it comes to performance. Now is the time to utilize the amazing tools that are available to us for making websites and applications faster, and to learn how to improve user experience and satisfaction. This collection contains four books: Front-end Performance is a collection of practical articles on front-end website performance for front-end developers. It's packed with useful, real world hints and tips that you can use on your sites today. Back-end Performance is a collection of articles on back-end website performance for web developers. It outlines useful strategies and practical...

Sexy Web Design
  • Language: en
  • Pages: 299

Sexy Web Design

Sexy Web Design is an easy-to-follow guide that reveals the secrets of how to build your own breathtaking web interfaces from scratch. You'll be guided through the entire process of creating a gorgeous, usable web site by applying the timeless principles of user-centered design. Even if you're short on design skills, with this book you'll be creating your own stunning web sites in no time at all. Throughout, the focus is on simple and practical techniques that anyone can use - you don't need to have gone to art school or have artistic flair to create stunning designs using the methods outlined in this book. The book's full-color layout and large format (8" x 10") make Sexy Web Design a pleas...

Level Up Your Web Apps With Go
  • Language: en
  • Pages: 400

Level Up Your Web Apps With Go

Go is an open-source language from Google that's a bit like C. Designed for programmer productivity, it's got a clean syntax, and emphasizes concurrency. This book gives you all you need to use Go in your web applications. You'll learn the basic concepts - language structures, the standard library, and Go tools - then tackle more advanced features like concurrency concepts, testing methodologies, and package structures. At each step, you'll get advice for better coding in Go. You'll see how to structure projects, how to use concurrency effectively, and best practices for testing - as well as many valuable hints and tips gleaned from real world experience of developing web applications with Go. You'll learn: Get to grips with Go language basics (types, the standard library, tools) Use Go with HTTP Work with images Understand concurrency Test effectively Master deployment And much more ...

CSS Grid Layout: 5 Practical Projects
  • Language: en
  • Pages: 84

CSS Grid Layout: 5 Practical Projects

CSS has grown from a language for formatting documents into a robust language for designing web applications. Its syntax is easy to learn, making CSS a great entry point for those new to programming. Indeed, it's often the second language that developers learn, right behind HTML. One of CSS's new features is the Grid Layout Module, which enables complex layout designs that previously would have been very difficult to achieve. In this book, we'll examine five projects that use grid layout. It contains: Redesigning a Site to Use CSS Grid Layout by Ilya Bodrov Redesigning a Card-based Tumblr Layout with CSS Grid by Giulio Mainardi Easy and Responsive Modern CSS Grid Layout by Ahmed Bouchefra Progressively Enhanced CSS Layouts from Floats to Flexbox to Grid by Diogo Souza Make Forms Great with CSS Grid by Craig Buckler This book is suitable for developers with some CSS experience.

Svelte: A Beginner's Guide
  • Language: en
  • Pages: 59

Svelte: A Beginner's Guide

Svelte is a relatively new JavaScript frontend framework for developing websites and web apps. The praise that Svelte has received over the last two years is testament to it not being "just another frontend framework". It won "breakthrough of the year" on the State of JS survey 2019, followed by topping the satisfaction rating in 2020. It was also voted the most loved web framework in the Stack Overflow 2021 survey. Svelte appeals to developers with its combination of a small bundle size, very good performance, and ease of use. At the same time, it comes packed with a lot of goodies. A simple state management solution to build upon is already provided, as well as ready-to-use transitions and animations. This book will start by shedding light on how Svelte achieves this, and then we'll look at how to implement applications with Svelte using the various possibilities Svelte provides.

Jump Start Git
  • Language: en
  • Pages: 130

Jump Start Git

Get a Jump Start on version control with Git today! If you've worked on a web development project of any size, you've probably used Git, the most broadly adopted distributed version control system available. It enables you to store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since it's distributed, it smoothes the path for dev team collaboration. This short, practical book will help you to: Understand Git's core philosophy. Get started with Git: install it, learn the basic commands, and set up your first project. Work with Git as part of a collaborative team. Use Git's debugging tools for maximum debug efficiency. Master Git workflow Take control with Git's advanced features: reflog, rebase, stash, and more. Use Git with cloud-based Git repository host services like Github and Bitbucket. See how Git's used effectively on large open-source projects. Whether you're a Git newbie or you've been using it for some time but only really scratching the surface of its capabilities, this book will help you to gain a deep understanding of how Git works, and how to use it to streamline your workflow.