<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/awstip/best-of/2023/11" -->

---
title: Best AWS Tip posts — November 2023 | daily.dev
description: The most upvoted AWS Tip posts from November 2023, curated by the daily.dev community.
canonical: https://daily.dev/sources/awstip/best-of/2023/11
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/awstip/best-of/2023/11
og:type: website
og:site_name: daily.dev
og:title: Best AWS Tip posts — November 2023 | daily.dev
og:description: The most upvoted AWS Tip posts from November 2023, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of AWS Tip — November 2023

1. 1  
[](https://daily.dev/posts/mastering-docker-a-comprehensive-guide-cfp6aaotm "Mastering Docker: A Comprehensive Guide")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip·3y  
Mastering Docker: A Comprehensive Guide  
Docker is an open platform for developing, shipping, and running applications. It separates applications from infrastructure and allows for quick software delivery. Key Docker terms include images, containers, Dockerfiles, Docker Engine, Docker Hub, Docker registry, and Docker Compose. Virtual machines and containers differ in their approach and use cases, with VMs emulating an entire OS and containers sharing the host OS kernel.  
241  
4
2. 2  
[](https://daily.dev/posts/building-a-ci-cd-pipeline-for-node-js-application-with-jenkins-and-docker-f00nv0p9q "Building a CI/CD Pipeline for Node.js Application with Jenkins and Docker")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip·3y  
Building a CI/CD Pipeline for Node.js Application with Jenkins and Docker  
Building a CI/CD pipeline for Node.js applications with Jenkins and Docker allows for the seamless automation, containerization, and orchestration of the development process. Organizations are adopting these pipelines to deliver high-quality applications quickly and reliably. This article provides an overview of Jenkins, the prerequisites for setting up the pipeline, and a step-by-step guide to configure the pipeline.  
119  
1
3. 3  
[](https://daily.dev/posts/nginx-reverse-proxy-on-an-ubuntu-server-h9y62ldmm "Nginx Reverse Proxy on an Ubuntu server")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip·3y  
Nginx Reverse Proxy on an Ubuntu server  
Learn how to set up an Nginx reverse proxy on an Ubuntu server to expose an application server to the internet without using a specific port.  
28
4. 4  
[](https://daily.dev/posts/unlock-the-power-of-redis-part-1-r88oxnqqn "Unlock the power of Redis: Part 1")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip·3y  
Unlock the power of Redis: Part 1  
Redis is an open-source, in-memory data structure store that is fast due to in-memory storage, single-threaded architecture, asynchronous I/O, simple data structures, optimized algorithms, and persistent storage. It is commonly used for caching, session store, real-time analytics, pub/sub messaging, queue management, geospatial indexing, rate limiting, and distributed locking.  
23
5. 5  
[](https://daily.dev/posts/terraform-basics-alp4vibl9 "Terraform basics")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip·3y  
Terraform basics  
The article discusses the basics of Terraform, including infrastructure provisioning, IaC (Infrastructure as a code), and creating a .txt file via Terraform.  
13
6. 6  
[](https://daily.dev/posts/serverless-m6cnx4qmr "Serverless")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip·3y  
Serverless  
Serverless is a concept where developers only need to worry about the code and not the underlying architecture. In serverless, services like AWS Lambda handle the allocation of resources, deployment, and scaling automatically. The drawbacks of using a monolith include continuous running of machines, manual configuration, code deployment and management, and the need to scale up or down depending on user traffic. Serverless eliminates these concerns and charges on a per invocation basis. The code deployed on serverless platforms is in a sleep state until a user visits the website, at which point it switches to a start state and runs line by line before returning the response.  
12

[See all AWS Tip archives](/sources/awstip/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/awstip/best-of/2023/11#page","url":"https://daily.dev/sources/awstip/best-of/2023/11","name":"Best AWS Tip Posts — November 2023","description":"The most upvoted AWS Tip posts from November 2023, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/awstip/best-of/2023/11#items","numberOfItems":6,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/mastering-docker-a-comprehensive-guide-cfp6aaotm","name":"Mastering Docker: A Comprehensive Guide"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/building-a-ci-cd-pipeline-for-node-js-application-with-jenkins-and-docker-f00nv0p9q","name":"Building a CI/CD Pipeline for Node.js Application with Jenkins and Docker"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/nginx-reverse-proxy-on-an-ubuntu-server-h9y62ldmm","name":"Nginx Reverse Proxy on an Ubuntu server"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/unlock-the-power-of-redis-part-1-r88oxnqqn","name":"Unlock the power of Redis: Part 1"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/terraform-basics-alp4vibl9","name":"Terraform basics"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/serverless-m6cnx4qmr","name":"Serverless"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"AWS Tip","item":"https://daily.dev/sources/awstip"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/awstip/best-of"},{"@type":"ListItem","position":5,"name":"November 2023"}]}]}
```

