All Stories
Dynamically list posts and tags in Jekyll
As a follow-up post to Jekyll, dynamic links and JSON data, this time we are going to learn how to dynamically list posts and tags.
In Jekyll, Mar 12, 2023Install Kubectl on Alpine Linux
Unfortunately there is no kubectl package under apk alpine package manager but still, there is a way to install it. Let’s install kubectl on Alpine Linux.
In Kubernetes, Alpine Linux, Mar 11, 2023Jekyll, dynamic links and JSON data
Here’s a good starting point when trying to create dynamic links from JSON data with Jekyll, being one of the most popular blog static site generator written in Ruby.
In Jekyll, Mar 10, 2023How to Install PHP Soap on Amazon Linux 2
Soap as an independent platform allows you to send and receive messages on the app level. It’s a kind of communication protocol that works on the application level and can be enabled ...
In AWS, Amazon Linux 2, Mar 09, 2023Dockerizing a Go application
Dockerizing a Go(lang) application is kinda similar to what we did with the Python one.
In Docker, Mar 08, 2023Install PHP 7.4 on Alpine Linux
Trying to set up PHP 7.4 on Alpine Linux can lead to the following error:ERROR: unable to select packages: php7 (no such package): required by: world[php7]This might get things co...
In PHP, Mar 07, 2023Dockerizing a Python application
Python is still one of most popular high-level languages for writing APIs and various scripts to this day. And, if you are still not dockerizing everything I don’t know what are you w...
In Docker, Mar 06, 2023PyPDF error 'PyCryptodome is required for AES algorithm'
The automation of encrypting PDF files or decrypting them can be achieved through the PyPDF Python library. You might face the following error: pypdf.errors.DependencyError: PyCryptod...
In Python, Mar 05, 2023Docker 101: .dockerignore
A Dockerfile specifies the instructions for building a Docker image, which is essentially a packaged version of a software application along with its dependencies. However, when build...
In Docker, Mar 04, 2023How to Install PHP Posix on Amazon Linux 2
The Posix extension is a very useful PHP extension in terms of monitoring your PHP processes, optimizing your code, etc. The function itself returns usage information about the curren...
In AWS, Amazon Linux 2, Mar 03, 2023