Overview of HTTP Request Handling

If you’ve read Ping: Your First Serverless Function, you might have had questions about what’s going on under the hood. In this article, we will explore the journey of an HTTP request within the world of Taubyte, focusing on the unique features such as the “Seer,” “Substrate,” “TNS,” and “Hoarder” protocols. DNS Query and Seer Protocol The process starts with a DNS query to resolve the domain name (e.g., weather-api.taubyte.com) into an IP address....

March 20, 2023 · 3 min · Samy Fodil

Under the Hood: Creating Projects on Taubyte-based Clouds

Taubyte is a decentralized open-source cloud computing platform that leverages the power of WebAssembly for efficient and secure serverless computing. Its unique features and benefits set it apart from traditional platforms. In this blog post, we’ll delve into the technical aspects of what happens under the hood when you create a project on a Taubyte-based cloud. This article aims to provide a detailed explanation tailored for software developers to understand the inner workings of this innovative platform....

March 20, 2023 · 3 min · Samy Fodil

What is Taubyte?

Are you a web 3 developer who has given up on the dream of building genuinely decentralized applications due to the absence of suitable cloud platforms? If so, you may be interested in learning more about a new cloud platform that may meet your needs. In that case, you are not the only one. Many developers have discovered that typical cloud platforms lack the flexibility necessary to meet the specific requirements of decentralized apps, making these platforms inappropriate for use in this context....

December 15, 2022 · 6 min · Samy Fodil

Avatar generator function

After contemplating how complex the implementation of an avatar generator is on one of the most popular Web 2.0 Clouds, I just had to prove how simple it can be on Taubyte (The Web 3.0 Cloud). Besides finding a nice package that generates the avatars, it took me less than 5min to have it live on avatar.examples.tau.link: https://avatar.examples.tau.link/goavatar?gender=male&username=fodil.samy Will generate: Steps to do the same below. Getting started If this is your first time using Taubyte, head to this article for a Quickstart....

September 23, 2022 · 3 min · Samy Fodil

Blog: Get a Hugo-based blog up

In the world of web content creation, Hugo, is, with no doubt, my favorite. If you’re not familiar with Hugo or the concept of static website generators, I suggest checking https://gohugo.io/documentation/. Though is post, I’ll show you how to get a blog up and running in less than 10min! Login Head to console.taubyte.com, log in and create a new project. If it’s your first time, follow this quick intro here....

September 21, 2022 · 6 min · Samy Fodil