📄️ Server
Welcome to the advanced section where you will learn the core principles of Pine and how I was able to build simple yet efficient solutions. Through out this guide, you will learn how you can implement Pine's solutions on your own.
📄️ Routing
In this section, we shall discuss Pine's routing solution and what I did to try and optimizing the routing process when a request is made.
📄️ Bind
You may have seen the Bind example in the landing page or in the basics section. This is just a very simple helper function that validates that some of the properties of the request body, params or query match the expected type you specify.