One place for hosting & domains

      eBook

      How To Code in Node.js eBook


      Download the Complete eBook!

      How To Code in Node.js eBook in EPUB format

      How To Code in Node.js eBook in PDF format

      Introduction to the eBook

      Node.js is a popular open-source runtime environment that can execute JavaScript outside of the browser. The Node runtime is commonly used for back-end web development, leveraging its asynchronous capabilities to create networking applications and web servers. Node is also a popular choice for building command line tools.

      In this book, you will go through exercises to learn the basics of how to code in Node.js, gaining skills that apply equally to back-end and full stack development in the process.

      By the end of this book you will be able to write programs that leverage Node’s asynchronous code execution capabilities, complete with event emitters and listeners that will respond to user actions. Along the way you will learn how to debug Node applications using the built-in debugging utilities, as well as the Chrome browser’s DevTools utilities. You will also
      learn how to write automated tests for your programs to ensure that any features that you add or change function as you expect.

      Download the eBook

      You can download the eBook in either the EPUB or PDF format by following the links below.

      Download the Complete eBook!

      How To Code in Node.js eBook in EPUB format

      How To Code in Node.js eBook in PDF format

      After you’re finished this book, if you’d like to learn more about how to build tools and applications with Node.js, visit the DigitalOcean Community’s Node.js section.



      Source link

      How To Build a Website With CSS and HTML eBook


      Download the Complete eBook!

      How To Build a Website With CSS and HTML eBook in EPUB format

      How To Build a Website With CSS and HTML eBook in PDF format

      Introduction to the eBook

      This project-based eBook will introduce you to Cascading Style Sheets (CSS), a stylesheet language used to control the presentation of websites, by building a personal website using our demonstration site as a model. Though our demonstration site features Sammy the Shark, you can switch out Sammy’s information with your own if you wish to personalize your site.

      Gif of CSS demonstration site

      Alongside HTML and JavaScript, CSS is one of the core technologies of the World Wide Web. If you have some understanding of HTML and are looking to grow your front-end development skills, learning CSS is a great next step.

      The first half of this book will introduce CSS through hands-on exercises and the second half of the tutorial series will provide steps for recreating the demonstration website.

      By the end of this CSS book, you will have files ready for deploying a website to the cloud, as well as an understanding of how to continue modifying the site’s design with HTML and CSS. You will also have a foundation for learning additional front-end web development skills (such as JavaScript) and frameworks (like Tailwind).

      Download the Complete eBook!

      How To Build a Website With CSS and HTML eBook in EPUB format

      How To Build a Website With CSS and HTML eBook in PDF format



      Source link

      How To Build a Website With HTML eBook


      Download the Complete eBook!

      How To Build a Website With HTML eBook in EPUB format

      How To Build a Website With HTML eBook eBook in PDF format

      Introduction to the eBook

      If you are interested in learning how to build and design websites, Hyper Text Markup Language (HTML) is a great place to start. This project-based book will introduce you to HTML and its methods by building a personal website using our demonstration site (below) as a model. Once you learn the basics, you will know how change the website’s design and add personalized content. No prior coding experience is necessary to follow along the chapters in this book.

      This gif illustrate a scroll through our demonstration site

      HTML is the standard markup language used to display documents in a web browser. First developed by Tim Berners Lee in 1990 while working at the European Organization for Nuclear Research (CERN), HTML was one of the key innovative technologies used to publish the world’s first website on August 6, 1991. Thanks to a restoration project by CERN, you can now revisit the original website. Since that time, HTML has been significantly updated and expanded but its basic purpose to format and structure web pages remains the same.

      Today, HTML is one of many tools used to build the web. Knowing how to write HTML will provide a strong foundation for your career as a web designer and prepare you to learn additional front-end web development skills like CSS and JavaScript.

      In this book, you’ll learn how to create and customize a website using common HTML tags and techniques. After working through this book, you’ll have a site ready to deploy to the cloud.

      Download the Complete eBook!

      How To Build a Website With HTML eBook in EPUB format

      How To Build a Website With HTML eBook eBook in PDF format



      Source link