Menu
  • Home
  • About Me
  • Blog
  • Github
  • LinkedIn

Category: Docker

Demo: Scanning Hashes with VirusTotal Public API

March 31, 2022April 14, 2022
Read More

Python for Algorithmic Trading – Conda as a Package Manager in Docker (2)

January 31, 2022

Python for Algorithmic Trading (1) Docker Container This section goes into the details of what the docker technology can do in the context of Python deployment. Building a Ubuntu and Python Docker Image This dockerfile control the building procedure for the image itself. The Bash script in below will be installing three parts: Linux housekeeping…

Read More

Python for Algorithmic Trading – Conda as a Package Manager (1)

January 31, 2022January 31, 2022

There are tools and strategies available that help with the Python deployment issue. Package managers like pip or conda help with the installing, updateing, and removing of Python packages. They also help with version consistency of different packages. Conda as a Package Manager Although Conda can be installed alone, an efficient way of doing it…

Read More

Create Orchestration Tool (Jenkins) With Azure Cloud Infrastructure

January 21, 2022March 17, 2023

I’m going to create a Jenkins to enable CI/CD Pipelines. Create a VM Create a Linux VM with the following specifications. Add an inbound security rule that allows access to your Jenkins VM on TCP port 8080. Install Docker and Jenkins Download and add Docker CE GPG key with the following command: Next, add the…

Read More

What is the difference between a Virtual machine and a container?

January 11, 2022

Containers and virtual machines have similar resource isolation and allocation benefits, but function differently because containers virtualize the operating system instead of hardware. Containers are more portable and efficient for this reason and too give us a better understanding of the differences between containers and virtual machines let’s look at a comparison of the two. Virtual…

Read More
Recent Posts
  • ChinguTalkBot v0.1.0: Setting up AWS Cognito with CDK for User Authentication
  • Phoenix & Elixir: Fix PostgreSQL connection refused
  • Demo: Git Log with Shell script to create a release notes
  • Metasploit
  • CyberSecurity Lab – Online Password Attack

Archives
  • March 2024
  • May 2023
  • April 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
Categories
  • Amazon Interview (3)
  • Ansible (3)
  • AWS (9)
  • Azure (9)
  • Certification (2)
  • ChinguTalkBot Project (1)
  • cybersecurity (3)
  • Data analytics (6)
  • Demo Videos (6)
  • Docker (5)
  • Git (1)
  • GitLab (1)
  • Golang (3)
  • JavaScript (2)
  • Jenkins (4)
  • PowerShell (1)
  • Python (10)
  • Terraform (11)
  • Uncategorized (9)

©2025 | Powered by WordPress and Superb Themes!