Category

List of articles for category: "Backend"
Build and Deploy a Serverless GraphQL React App Using AWS Amplify Image

Build and Deploy a Serverless GraphQL React App Using AWS Amplify

Recently I recognized that some SaaS (Software as a Service) products use AWS Amplify which helps them to build serverless full-stack applications.
Create an RSS Feed With Nuxt 3 and Nuxt Content v2 Image

Create an RSS Feed With Nuxt 3 and Nuxt Content v2

My portfolio website is built with Nuxt 3 and Nuxt Content v2.
How I Built a Twitter Keyword Monitoring Using a Serverless Node.js Function With AWS Amplify Image

How I Built a Twitter Keyword Monitoring Using a Serverless Node.js Function With AWS Amplify

In this article, I will demonstrate to you how I built a simple serverless Node.
How I Replaced Revue With a Custom-Built Newsletter Service Using Nuxt 3, Supabase, Serverless, and Amazon SES Image

How I Replaced Revue With a Custom-Built Newsletter Service Using Nuxt 3, Supabase, Serverless, and Amazon SES

Twitter will shut down Revue on January 18, 2023, which I previously used as a newsletter provider for Weekly Vue News.
How to Deploy a Heroku Backend to a Netlify Subdomain Image

How to Deploy a Heroku Backend to a Netlify Subdomain

On my main domain mokkapps.
How To Generate Angular & Spring Code From OpenAPI Specification Image

How To Generate Angular & Spring Code From OpenAPI Specification

If you are developing the backend and frontend part of an application you know that it can be tricky to keep the data models between the backend & frontend code in sync.
How to Use Environment Variables to Store Secrets in AWS Amplify Backend Image

How to Use Environment Variables to Store Secrets in AWS Amplify Backend

The twelve-factor app is a known methodology for building software-as-a-service apps.
JHipster - The Fastest Way To Build A Production-Ready Angular & Spring Boot Application Image

JHipster - The Fastest Way To Build A Production-Ready Angular & Spring Boot Application

In the last years, I mainly worked on the frontend part of web & mobile applications, but I also did some minor backend work.
Monitoring Spring Boot Application With Micrometer, Prometheus And Grafana Using Custom Metrics Image

Monitoring Spring Boot Application With Micrometer, Prometheus And Grafana Using Custom Metrics

It is important to monitor an application's metrics and health which helps us to improve performance, manage the app in a better way, and notice unoptimized behavior.
NestJS - The missing piece to easily develop full-stack TypeScript web applications Image

NestJS - The missing piece to easily develop full-stack TypeScript web applications

I think we all know this problem: You need to develop a new web application, and therefore, you need to implement the application's core in the backend and frontend.