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

Full-Stack Development with Angular and GraphQL
  • Language: en
  • Pages: 287

Full-Stack Development with Angular and GraphQL

  • Type: Book
  • -
  • Published: 2021-12
  • -
  • Publisher: Unknown

None

Node.js: Related Tools & Skills
  • Language: en
  • Pages: 81

Node.js: Related Tools & Skills

While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and database I/O can be executed very quickly indeed. In this book, we'll take a look at a selection of the related tools and skills that will make you a much more productive Node developer. It contains: Unit Test Your JavaScript Using Mocha and Chai by Jani Hartikainen An Introduction to Functional JavaScri...

Your First Week With Bootstrap
  • Language: en
  • Pages: 107

Your First Week With Bootstrap

Bootstrap stands as one of the most popular, open-source, front-end frameworks on the Web. Since its official release in 2011, it has undergone several changes, and it's now one of the most stable and responsive frameworks available. It's loved by web developers of all levels, as it gives them the capability to build a functional, attractive website design within minutes. A novice developer with just some basic knowledge of HTML and little CSS can easily get started with Bootstrap. In this book we'll take you through Bootstrap basics, introduce you to its major features, and get you building your first Bootstrap sites. It contains: Why I Love Bootstrap, and Why You Should Too by Syed Fazle R...

React: Tools & Resources
  • Language: en
  • Pages: 67

React: Tools & Resources

This book is a collection of in-depth guides to some some of the tools and resources most used with React, such as Jest and React Router, as well as a discussion about how React works well with D3, and a look at Preact, a lightweight React alternative. These tutorials were all selected from SitePoint's React Hub. It contains: Getting Started with Redux by Michael Wanyoike React Router v4: The Complete Guide by Manjunath M How to Test React Components Using Jest by Jack Franklin Building Animated Components, or How React Makes D3 Better by Swizec Teller Using Preact as a React Alternative by Ahmed Bouchefra

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.

CSS: Tools & Skills
  • Language: en
  • Pages: 58

CSS: Tools & Skills

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. As CSS's feature set and abilities have grown, so has its depth. This book contains a selection fo articles that look at essential CSS tools and skills for front-end developers today. It contains: How to Use Gulp.js to Automate Your CSS Tasks by Craig Buckler CSS Optimization Tools for Boosting PWA Performance by Ahmed Bouchefra CSS Debugging and Optimization: Code Quality Tools by Tiffany B. Brown CSS Debugging and Optimization: Developer Tools by Tiffany B. Brown CSS Debugging and Optimization: Minification with CSSO by Tiffany B. Brown How to Create Printer-friendly Pages with CSS by Craig Buckler

Ethereum: Tools & Skills
  • Language: en
  • Pages: 100

Ethereum: Tools & Skills

As the Ethereum platform has grown, so has the ecosystem of tools that support it. In this book, we'll examine some of the most popular Ethereum tools, and walk you through how to use them when building your own Ethereum-based apps. It contains: Remix: Develop Smart Contracts for the Ethereum Blockchain by Ahmed Bouchefra An Introduction to Geth and Running Ethereum Nodes by Mislav Javor Introducing Mist, a Human-friendly Geth Interface by Mislav Javor Introducing Truffle, a Blockchain Smart Contract Suite by Mislav Javor Quality Solidity Code with OpenZeppelin and Friends by Tonino Jankov Truffle: Testing Smart Contracts by Mislav Javor Truffle Migrations Explained by Mislav Javor Flattening Contracts and Debugging with Remix by Ahmed Bouchefra Debugging with Truffle CLI by Mislav Javor Using Puppeth, the Ethereum Private Network Manager by Bruno Skvorc This book is for anyone interested in using the Ethereum platform for development. It's advised that you read The Developer's Guide to Ethereum before reading this book if you are not familiar with blockchain technology.

Modern CSS
  • Language: en
  • Pages: 70

Modern CSS

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. As CSS's feature set and abilities have grown, so has its depth. This book is a collection of articles that explore some of the amazing thngs that developers can do with CSS today; things that in the past might only have been achievable with some pretty complex JavaScript previously, if at all. It contains: Using CSS Transforms in the Real World by Craig Buckler Variable Fonts: What They Are, and How to Use Them by Claudio Ribeiro Scroll Snap in CSS: Controlling Scroll Action by Tiffany B. Brown Real World Use of CSS with SVG by Craig Buckler CSS and PWAs: Some Tips for Building Progressive Web Apps by David Attard 20 Tips for Optimizing CSS Performance by Craig Buckler Advanced CSS Theming with Custom Properties and JavaScript by Ahmed Bouchefra This book is for developers with some experience of CSS.

Full Stack Development with Angular and GraphQL
  • Language: en
  • Pages: 390

Full Stack Development with Angular and GraphQL

Design and develop full-stack and cross-platform Angular applications using the latest web tooling, development techniques, and modern app architecture Key FeaturesImplement scalability and maintainability to your full stack apps using Angular modules and componentsGet the complete source code of the example social network app built using GraphQL and ApolloManage your Angular applications state using Apollo client for a seamless user experienceBook Description GraphQL is an alternative to traditional REST technology for querying Web APIs. Together with Angular and TypeScript, it provides a tech stack option for building future-proof web applications that are robust and maintainable at any sc...

8 Practical Bootstrap Projects
  • Language: en
  • Pages: 71

8 Practical Bootstrap Projects

Bootstrap stands as one of the most popular, open-source, front-end frameworks on the Web. Since its official release in 2011, it has undergone several changes, and it's now one of the most stable and responsive frameworks available. It's loved by web developers of all levels, as it gives them the capability to build a functional, attractive website design within minutes. A novice developer with just some basic knowledge of HTML and little CSS can easily get started with Bootstrap. In this book, we'll share a selection of nine different practical projects that you can follow along with. It contains: Spicing Up the Bootstrap Carousel with CSS3 Animations by Maria Antonietta Perna A Full-scree...