Getting Started With FastAPI And More

Github repository (sephira.org website and documentation coming soon) The SEPHIRA (Self Executing, Processing, and Handling of Information from Real-world Application) content management system is a comprehensive set of software created by Dennis James Stelmach designed to create enterprise-grade websites quickly…
In previous posts, we made an API with Flask and an Angular application. In this tutorial, we’ll make requests to the API through Angular’s HTTP service. Firstly, to keep our code clean and easy to change later, we will utilize…
In the last tutorial, we created an Angular application and added server-side rendering to it. In this tutorial, we will learn how to fetch the user from our API on the server and transfer it to the browser. A benefit…
In this tutorial, we will create an angular application with the angular-cli, then make it server-side rendered (SSR). We use server-side rendering to improve performance and help our search engine crawler visibility. Angular is a JavaScript framework that only loads…
In this tutorial, we will cover how to make a website or api using the Flask microframework in python. We will leverage MongoDB as our database, with other useful features such as user authentication with the bcrypt hashing algorithm and…