SLSu Leinsudacode.hashnode.dev·Mar 8, 2024 · 2 min readGitHub Actions: Key Elements & First Simple WorkflowPrior Knowledge: Git & GitHub basics. What is GitHub Actions? GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that bu...00
SLSu Leinsudacode.hashnode.dev·Mar 8, 2024 · 7 min readGitHub Actions: Working with a ReactJs AppThe previous topic: GitHub Action: Key Elements & First Simple Workflow In this post, we're going to set up a ReactJs app and configure GitHub Actions so that when new commits are pushed, the GitHub Actions will trigger the workflow to test the proje...00
SLSu Leinsudacode.hashnode.dev·Feb 28, 2024 · 7 min readAlpine Linux: Installing & Configure PostgresIn this post, we're going to go through the steps to install and configure PostgreSQL on Alpine Linux 3.19. Table of Contents Installing PostgreSQL on Alpine Linux Setting Up PostgreSQL Initializing the Database Cluster Configuring PostgreSQL for...00H
SLSu Leinsudacode.hashnode.dev·Feb 27, 2024 · 6 min readAlpine Linux: Installing aarch64 on VMWare FusionTable of Contents Quick Introduction Downloading Alpine Linux Creating a New Virtual Machine in VMware Fusion VM Hardware Settings & Starting Basic Configuration Steps Setting Keymap and Hostname Configuring Network Interface Checking Mac's N...00
SLSu Leinsudacode.hashnode.dev·Feb 26, 2024 · 4 min readDevOps: Set up PostgreSQL on Ubuntu ServerIn this section, I will go through the steps to set up a PostgreSQL database server on Ubuntu Server 22.04 Prerequisite: A VM installed Ubuntu Server 22.04, named dbserver Default account: dbuser IP Address: 192.168.1.220 (example) Principles: ...00