10-October-2023
A Webpack 5 boilerplate with React
Try the demo...A Webpack 5 boilerplate with React. The demo App serve React routing, a Webpack logo, my photo with some info and compiled PostCSS. Bootstrap CSS was used to make the demo mobile friendly.
07-October-2023
ASP.NET Core 2.2 Web API with C# towards Angular and React serving as Role based Membership system
Traditional webhosting is used for this Application
A Web API role based Membership System for authentication and registration managing Users by an Angular or React client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and Authentication by a JWT
Administrate Posts by an Angular client and the Web API after a successfully login
04-October-2023
Java Spring Boot JAX-RS Jersey RESTful Web API Application
Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time will be up to 2 minutes. A 403 Status code may happen too!
Try the demo...Migration from Java 8 to Java 11 ! Showing and administrate a dataset of persons by a Java Jersey REST and MVC Web Application using Jersey RESTful Web API, MVC, JSP, JAX-RS, JPA, Hibernate, Maven and MySQL. React, Fetch API (Not working in IE), AngularJS and jQuery for the frontend client
03-October-2023
Java Spring Boot RESTful Web API and Spring Security
Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time will be up to 2 minutes. A 403 Status code may happen too!
Try the demo...Migration from Java 8 to Java 11 ! Showing and administrate a dataset of persons by a Java REST API and MVC Web Application (Secured by login) using RESTful Web API, MVC, Security, JSP, JPA, Hibernate, Maven, MySQL and jQuery for the frontend.
10-August-2023
DevOps and Git-based Headless CMS used with my Blog
Note: The Decap CMS was formerly known as Netlify CMS and seems to keep most / all 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 and 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 / Netlify CMS system which starts the build and deployment by a commit to GitHub.
In addition to Headless Git-based CMS I have experience with API driven CMS listed below
To get more experience with Git based CMS a copy of the Gatsby Blog is hosted and administrated by Gatsby Cloud and Tina CMS using another repository at GitHub.