Python Django and Wagtail CMS based Website using PostgreSQL serving a Demo. Hosted at Vercel Cloud by Serverless Functions. Wagtail CMS is the Backend Administration of the Website. DevOps by GitHub + Vercel
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
Wagtail CMS was built on top of Django which uses Python as programming language
This Wagtail Website is serving static content - secured by HTTPS
CI / CD by commit the code change from VS Code + GitHub + Vercel
The source code at GitHubThe Git-based Headless CMS called Decap used with my Blog
Note: The Decap CMS was formerly known as Netlify CMS and it keeps most of the features of Netlify CMS
This Blog is using a CI / CD Pipeline as an important concept of DevOps. An Editor of the Blog can use Git-based CMS for content administration while an Administrator or Developer of the Blog can use GitHub as a CMS as well as VS Code
The CI / CD Pipeline was implemented by
A few examples of how it works:
When a developer makes a change to the code of the Blog and commit the code to GitHub by VS Code or GitHub as a CMS an automated Build will happen. If no errors are detected the created files from that build will be deployed to Netlify Cloud where the Blog is hosted
An Editor saves a Post of the Blog (A Markdown file) by the Decap CMS which starts the build and deployment by a commit to GitHub
In addition to the Headless Git-based CMS, I have experience with the CMS listed below:
Python Django and MariaDB Starter Website serving a simple Blog hosted at Vercel Cloud using Serverless Functions implementing DevOps by GitHub + Vercel
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
This Django Website is serving static content - secured by HTTPS
A simple Blog demonstrates how to use Models by the Django Admin and display the Posts by the Frontend
The files models.py and views.py are splitted up for showing how to scale the folder structure if the Django Website should grow with a lot of views and models
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubPython Django and MariaDB Website serving a simple Demo hosted at Azure App Service which have a free plan as well as plans for scaling up if needed. The Website uses DevOps by GitHub Actions + Azure App Service
Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time can be up to 1 minute. A white screen or 503 status code may happen too. Just try again after few minutes or a bit later until the Website loads
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
This Django Website is serving static content - secured by HTTPS
CI / CD by commit the code change from VS Code + GitHub Actions + Azure App Service
The source code at GitHubPython Django and MariaDB Website serving a simple Blog hosted at Azure App Service which have a free plan as well as plans for scaling up if needed. The Website uses DevOps by GitHub Actions + Azure App Service
Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time can be up to 1 minute. A white screen or 503 status code may happen too. Just try again after few minutes or a bit later until the Website loads
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
This Django Website is serving static content - secured by HTTPS A simple Blog demonstrates how to use Models by the Django Admin and display the Posts by the Frontend
The files models.py and views.py are splitted up for showing how to scale the folder structure if the Django Website should grow with a lot of views and models
CI / CD by commit the code change from VS Code + GitHub Actions + Azure App Service
The source code at GitHubPython Django and Wagtail CMS based Website using MariaDB serving a Demo. Hosted at Vercel Cloud by Serverless Functions. Wagtail CMS is the Backend Administration of the Website. DevOps by GitHub + Vercel
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
Wagtail CMS was built on top of Django which uses Python as programming language
This Wagtail Website is serving static content - secured by HTTPS
CI / CD by commit the code change from VS Code + GitHub + Vercel
The source code at GitHubPython Django and PostgreSQL Starter Website serving a simple Blog hosted at Vercel Cloud using Serverless Functions implementing DevOps by GitHub + Vercel
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
This Django Website is serving static content - secured by HTTPS
A simple Blog demonstrates how to use Models by the Django Admin and display the Posts by the Frontend
The files models.py and views.py are splitted up for showing how to scale the folder structure if the Django Website should grow with a lot of views and models
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHub.NET 8 REST API at Azure with C# using Entity Framework Core + MS SQL consuming an Angular 14 Client at GH Pages - serving as a Membership System
Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time will be up to 30 seconds!
Unit Testing:
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
Functionality of the Web App
Tech used for building the Web App
Full Stack Next.js Web application with TypeScript and JWT Authentication using MongoDB and Mongoose ODM serving as a Membership System
Tech used for the Web Application
Next.js was used for creating this Full Stack Web application "Static Site Generator" SSG serving as a Membership System with login and registration towards a MongoDB. The Web App is secured by HTTPS and JWT Authentication.
A Next.js Web Application with JWT Authentication hosted at Vercel
Version used for this Web App
The Next.js framework being the "Static Site Generator" was used for creating this full stack web application serving as a login system by having a client using the API Routes of Next.js getting the data / User credentials from a JSON file. The web application is secured by HTTPS and JWT Authentication.
This Next.js Jamstack Web Application is hosted at Vercel Cloud and uses continuous build and deployment
A Next.js Web Application with Basic Authentication hosted a Netlify
Version used for this Web App
The Next.js framework being the "Static Site Generator" was used for creating this full stack web application serving as a login system by having a client using the API Routes of Next.js getting the data / User credentials from a JSON file. The web application is secured by HTTPS and Basic Authentication.
This Next.js Jamstack Web Application is hosted at Netlify Cloud and uses continuous build and deployment
Python Django and MySQL Starter Website serving a simple Blog Employees and Todos hosted at Vercel Cloud using Serverless Functions implementing DevOps by GitHub + Vercel
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
This Django Website is serving static content - secured by HTTPS
A simple Blog, a list of Employees and Todos demonstrates how to use Models (CRUD) by the Django Admin and display the Posts, Employees and Todos by the Frontend
The Employees and Todos are also administrated by the Frontend with CRUD functionality
The files models.py and views.py are splitted up for showing how to scale the folder structure if the Django Website should grow with a lot of views and models
Customized some of the Templates of the Django Admin Backend which display the Header and Menu
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubPython Django MySQL Starter Website serving a Membership System hosted at Vercel Cloud using Serverless Functions implementing DevOps by GitHub + Vercel
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
This Django Website is serving static content - secured by HTTPS
A simple Blog demonstrates how to use Models (CRUD) by the Django Admin and display the Posts by the Frontend
A Membership System was implemented by django-allauth serving Signup with Email Verification, Login, and Reset Password (when not logged in). Logout, Change Password, Manage Email, Deactivate and Delete Account (when logged in)
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubPython Django Starter Website without any Database serving static files hosted at Vercel Cloud using Serverless Functions implementing DevOps by GitHub + Vercel
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC)
This Django Website is serving static content - secured by HTTPS
This Python and Django Starther Website dont have a Database and no Django Admin Backend
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubPython and Flask Starter Website hosted at Vercel Cloud using Serverless Functions and implementing DevOps by GitHub + Vercel
Try the demo...This Flask Website is serving static content - secured by HTTPS
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubPython FastAPI with MongoDB and OpenAPI / Swagger serving CRUD handling Todo Task - hosted at Vercel Cloud using Serverless Functions and implementing DevOps by GitHub + Vercel
Try the demo...A Starter FastAPI + MongoDB + Swagger serving CRUD - secured by HTTPS
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubPython FastAPI with MongoDB and OpenAPI / Swagger serving CRUD handling - hosted at Vercel Cloud using Serverless Functions and implementing DevOps by GitHub + Vercel
Try the demo...A Starter FastAPI + MongoDB + Swagger serving CRUD - secured by HTTPS
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubASP.NET Core 2.2 REST API with C# consuming from a Vue 3 client using JWT Authentication for Login
The Vue 3 Client is hosted at GitHub Pages using Vite as Build Tool
The API is hosted at Microsoft Azure App Service - using .NET 8 in azure-pipeline
For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service
A Login system by a Vue 3 and a Angular client / ASP.NET Core 2.2 Web API with C# secured by HTTPSÂ and Authentication by a JWT with the Baerer schema in the Authorization Header
ASP.NET Core 2.2 REST API with C# consuming from a Vue 3 client using Basic Authentication for Login
The Vue 3 Client at GitHub Pages using Vite as Build Tool
The API is hosted at Microsoft Azure App Service - using .NET 8 in azure-pipeline
For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service
A Login system by a Vue client / ASP.NET Core 2.2 Web API with C# secured by HTTPSÂ and a Basic Authorization Header
Next.js 14 and Python FastAPI Starter hybrid Web App hosted at Vercel Cloud using Serverless Functions and implementing DevOps by GitHub + Vercel
Try the demo...A Starter Next.js + FastAPI Web App with endpoints - secured by HTTPS
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubNuxt 3 Hello World Web App ready for TypeScript and hosted at GitHub Pages using GitHub Actions as DevOps
Node Version: 18
Try the demo...A Hello World by Nuxt v3.0.0 using GitHub Actions and Pages for DevOps. This Nuxt Web App is a minimal default starter
Nuxt 3 Ionic TypeScript Web / Mobile Hybrid App using Capacitor IOS and Android. This starter template is hosted at GitHub Pages using GitHub Actions as DevOps
Node Version: 18.20.5
Try the demo...This starter template is ready for developing Web / Mobile Hybrid Apps using Nuxt v3.0.0, Ionic, Capacitor, Ios and Android
Next.js with TypeScript - DevOps by GitHub Actions and hosted at GitHub Pages
Version used for this Web App
A Create Next App with TypeScript using GitHub Actions and Pages as DevOps. This Next.js Web App is one of the default starters with a lot of useful links for learning Next.js.
Python and Flask minimal Web App without Templates hosted at Vercel Cloud implementing DevOps by GitHub + Vercel
Try the demo...A minimal Flask Web App without any Templates saying Hello - secured by HTTPS
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHubHello World with Docker and GitHub Actions
This simple action example prints "Hello World" to the log or "Hello" + the name of a person to greet
The code at GitHubAs a start, I am learning Docker by reading and using the online Docker Playground instead or installing Docker Desctop at my local system.