paint-brush
35 Stories To Learn About Nginxby@learn
270 reads

35 Stories To Learn About Nginx

by Learn RepoMay 22nd, 2023
Read on Terminal Reader
tldt arrow

Too Long; Didn't Read

Learn everything you need to know about Nginx via these 35 free HackerNoon stories.
featured image - 35 Stories To Learn About Nginx
Learn Repo HackerNoon profile picture

Let's learn about Nginx via these 35 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology.

1. Nginx + Docker: How to Get Html Page Up With Local Domain Name

I will setup a very simple html page with docker and nginx.

2. How to Setup Different Environments for Dockerized Angular App with Nginx

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.

3. Configure Nginx as a Reverse Proxy for your Nodejs Application [A Step by Step Guide]

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).

4. Nginx + PHP + Docker: How To Get PHP Page Up With Local Domain Name

I will setup a very simple php page with docker and nginx.

5. Building Graphql API with Spring Boot, Neo4j and Kong [Part 2]

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.

6. How to Have Multiple Versions of PHP on Ubuntu

Learn how to install multiple versions of PHP on Ubuntu the native way (without using Docker, Vagrant, etc.).

7. How To Deploy React on AWS using NGINX

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

8. Monitor Nginx Metrics with GrafanaDR: A Step-by-Step Guide

Monitor Key Nginx Metrics with Grafana

9. Nginx Logs - Fair Database Benchmarks

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.

10. 5 Key Takeaways from New Relic’s 2022 State of Logs Report

The 2022 State of Logs Report provides a detailed view of how this practice is shaping engineering and the technologies of the future.

11. How to Clear the 301/302 Redirection Cache

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 💥

12. FOSS is the big boy LEGO of the Innovative World

FOSS is the big boy LEGO of the Innovative World

13. Parsing JSON in C with Vely framework

Parse JSON in C language with Vely framework

14. Managing Multi-Environment Configurations For React Applications with Tanzu

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!

15. Top 25 Nginx Tips and Tricks From Practical Experience

I will try to talk about how Nginx works and some tips and tricks from practical experience.

16. Kubernetes on Apple's M1 Macbook with VMware Tanzu Community Edition

Setup local Kubernetes cluster on Apple M1 with Tanzu Community Edition

17. A How-to Guide for Writing REST Applications

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.

18. How Properly Configure Nginx Server for TLS

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.

19. How to Use a Template to Use Docker with PHP

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.

20. How to Nginx Reverse Proxy with Docker Compose

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.

21. Optimize Ghost Blog Performance Including Rewriting Image Domains to a CDN

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.

22. How to Connect a Python and Go App Using gRPC and Mutual TLS

This tutorial walks you through the process of connecting services written in Python and Go via the gRPC framework using mutual TLS authentication.

23. Mastering File Upload: A Guide for Web Developers

How to upload a file to web application using Vely.

24. Why We Switched from NGINX Is to KONG API Gateway

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!

25. How To Create Node App with Nginx Setup on Amazon EC2

How to launch a Node js app behind an Nginx proxy on Amazon EC2 instance in a step by step walkthrough.

26. How to Install and Use Materialize to Run SQL Queries on your nginx Logs

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

27. Understanding Redirects: A Comprehensive Guide

Redirects are an SEO expert's biggest friend but, at the same time, something that can kill your SEO scores when done wrong.

28. How to Configure Apache APISIX For Geo-routing

Apache APISIX, the Apache-led API Gateway, comes out of the box with many plugins to implement your use case.

29. How to Set Up an NGINX Ingress Controller on PMKFT

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.

30. A Tale of Two (Docker Multi-Stage Build) Layers

31. Poor Man’s Authorization: How to Implement RBAC for REST API with OPA

When it comes to application permissions, two results emerge from this situation:

32. Solving Web Application Issues in C - The Greenest Programming Language

Web applications in C language means performance and it's easier than you think

33. How To Use The Flexibility Of Nginx To Make Your Apps More Powerful

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.

34. A Tutorial to Deploy the Node.Js App to Nginx Server

In this tutorial guide, we will explain the step-by-step process of deploying your first Node.Js application to the server.

35. Introducing NodePort Service in Kubernetes

Summary

Thank you for checking out the 35 most read stories about Nginx on HackerNoon.

Visit the /Learn Repo to find the most read stories about any technology.