Posts for: #Python

How I configured hugo deploy to my server

Hugo: Deploy to server First, I want to say, that there are a lot of ways to deploy your hugo site to the server. I will show you my way, which I use for my blog. I’m not pretending that it’s the best way, but it works for me. What is hugo ? Hugo is a static site generator that allows you to create a website with little to no code.
Read more →

FastAPI Template

FastAPI Template: A template for creating FastAPI projects with best practices. FastAPI is a modern, fast and high-performance web framework for building APIs with Python. It is based on standard Python type hints and has many features to help you create robust and scalable applications. However, setting up a new FastAPI project can be tedious and time-consuming, especially if you want to use some common tools and best practices such as:
Read more →