MongoDB: aggregation framework
Written by Leon Pahole
•This blog posts includes some notes I took while studying the aggregation framework at the MongoDB university.
Read full blog post >>Written by Leon Pahole
•This blog posts includes some notes I took while studying the aggregation framework at the MongoDB university.
Read full blog post >>Written by Leon Pahole
•Having completed the MongoDB University data modelling course, I decided to write down some important principles of data modelling in MongoDB that I learned.
Read full blog post >>Written by Leon Pahole
•I will present a traefik.toml file and docker-compose configuration to set up Traefik v2 with most important features: auto SSL, global HTTP to HTTPS redirection and secure dashboard.
Read full blog post >>Written by Leon Pahole
•Following up from my previous blog post about the base setup of Traefik v2, I will now show how easy it is to connect a Nginx Docker container to Traefik.
Read full blog post >>Written by Leon Pahole
•Following up from my previous blog post about the base setup of Traefik v2, I will now show how easy it is to connect a full stack dockerized application to it.
Read full blog post >>Written by Leon Pahole
•Following up from my previous blog post about the base setup of Traefik v2, I will now show how easy it is to set up Traefik as a reverse proxy to an AWS S3 bucket and redirect www to non-www.
Read full blog post >>Written by Leon Pahole
•In this blog post I will present a DevOps workflow I use to deploy a microservice based web application on a single node. We will use an example of an Angular 9 app, Node.js REST API backend and a Postgres database. We will orchestrate this system with Docker swarm and deploy it using Ansible. This will allow us to deploy, update and rollback the system with a single command. We will also use nginx-proxy as an entry point to the application and letsencrypt-nginx-proxy-companion to automate SSL certificates.
Read full blog post >>Written by Leon Pahole
•Just like any other web-based project, I decided to dockerize the Wordpress website I've been working on. This proved to be a more difficult task than I imagined due to user permission problems. At the end, I came up with an acceptable solution which I will describe in this post. The solution supports local Wordpress development and production deployment using docker-compose. I also provide boilerplate code for dockerized Wordpress.
Read full blog post >>Written by Leon Pahole
•In my opinion, a function (or a method) in any programming language should be clearly understandable just by its header - name and parameters. In Javascript, we sometimes create functions that accept objects, which can be more convenient, but this sacrifices readability of the function header. In this blog post I present ES6 object destructuring as a solution to this problem.
Read full blog post >>Written by Leon Pahole
•This is my first blog post. I simply present my plan for blogging and at the same time test if the blogging framework works :)
Read full blog post >>