Here I’m going to suggest to you a very simple deployment practice that we can follow in regards to deploy an Angular-based front-end app.
Setup local Kubernetes cluster on Apple M1 with Tanzu Community Edition
The 2022 State of Logs Report provides a detailed view of how this practice is shaping engineering and the technologies of the future.
Monitor Key Nginx Metrics with Grafana
I will setup a very simple php page with docker and nginx.
In this tutorial, I will show you how Materialize works by using it to run SQL queries on continuously produced nginx logs. By the end of the tutorial, you will
REST (Representational State Transfer) methodology is basically a way to build web services. 'll talk about how to build a REST application and an API for it.
Web applications in C language means performance and it's easier than you think
NGINX Open Source is an open source web server and reverse proxy that has grown in popularity in recent years because of its scalability, outstanding performance, and small footprint. NGINX Open Source was first created to solve the C10K problem (serving 10,000 simultaneous connections on a single web server).
Part 1 of this series provides detailed description on GraphQL server and how to start setting it up using springboot, Schema Definition Language (SDL) and its types.
I will setup a very simple html page with docker and nginx.
FOSS is the big boy LEGO of the Innovative World
This tutorial walks you through the process of connecting services written in Python and Go via the gRPC framework using mutual TLS authentication.
Today I want to give you an easy-to-use template in order to use Docker with PHP, explained so you can understand how it works in just 10 minutes.
Parse JSON in C language with Vely framework
CRA allows you to easily build apps as static/minified files. Because everything is static, adding dynamism can be a challenge. This post addresses that!
When it comes to application permissions, two results emerge from this situation:
Learn how to install multiple versions of PHP on Ubuntu the native way (without using Docker, Vagrant, etc.).
This post will help you to learn how to deploy your React applications to production. We are going to use Docker and NGINX to secure API keys and proxy requests
How one test works to analyse millions of Nginx logs from a live website and what to learn from the analysis results while processing it in a timely way.
Redirects are an SEO expert's biggest friend but, at the same time, something that can kill your SEO scores when done wrong.
Apache APISIX, the Apache-led API Gateway, comes out of the box with many plugins to implement your use case.
How to launch a Node js app behind an Nginx proxy on Amazon EC2 instance in a step by step walkthrough.
This is a follow up on a story that I've published a few years ago. It still receives a huge amount of traffic so I decided to update it with the latest information.
For many developers, NGINX would be the primary choice for reverse proxy. However, we moved on to something more exciting! NGINX move over, here comes the Kong!
I will try to talk about how Nginx works and some tips and tricks from practical experience.
How to upload a file to web application using Vely.
The vast majority of Kubernetes clusters are used to host containers that process incoming requests from microservices to full web applications. Having these incoming requests come into a central location, then get handed out via services in Kubernetes, is the most secure way to configure a cluster. That central incoming point is an ingress controller.
The Ghost blogging platform offers a lean and minimalist experience. And that's why we love it. But unfortunately sometimes, it can be too lean for our requirements.
I think many web developers and server administrators had been facing the 301 redirection cache. I had facing it very often until I learn the lesson… I hope it helps you and you learn something from me, not from your mistakes 💥
While developing a web application, a common method of calling the application from a local machine is through http://localhost:x ports, which essentially means that we are required to expose several ports to access different modules of the application. In the article below, we will go through the method of using Reverse Proxy to call an application and the benefits of using it.
Open-source application diversity is both the biggest boon in the Free and Open-Source Software (FOSS) movement, and its greatest hindrance to adoption. You don’t always own the application you're consuming, and it often comes with certain opinions and limitations imposed by the software author—either intentionally or otherwise.
In this tutorial guide, we will explain the step-by-step process of deploying your first Node.Js application to the server.