1 follower
π΄ Freelancer | π¨π»βπ» Developer | βοΈ Blogger
Subscribe to my newsletter and never miss my upcoming articles
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. Monitoring each service is important to be able to maintain a system that consists ...
For me, it is important to see analytics about my portfolio website. This way, I can see which posts got the most views, which country my users are from, and which browser & operating system they are using. The simplest solution to add analytics to y...
title: Run, Build & Deploy Stencil and Storybook From One Repository published: true date: tags: javascript, webcomponents, webdev, storybook canonical_url: https://www.mokkapps.de/blog/run-build-and-deploy-stencil-and-storybook-from-one-repository/...
Photo by Ferenc Almasi on Unsplash React is known for its performance by using the Virtual DOM (VDOM). It only triggers an update for the parts of the real DOM that have changed. In my opinion, it is important to know when React triggers a re-rende...
On my main domain mokkapps.de I have deployed my private portfolio website. For different use cases, I want to have a Node.js backend deployed to a subdomain, e.g. api.mokkapps.de. This blog post describes how you can deploy a Heroku application to a...
This article summarizes a list of Angular interview questions which I would ask candidates and that I get often asked in interviews. Table of Contents 1. What is Angular? What is the difference between Angular and Vue.js / React? 2. Whatβs new in An...