AWS CLI Setup

The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI allows you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt …

AWS CLI Setup Read More »

Cloud Computing Introduction 

Cloud computing is the on-demand delivery of IT resources over the internet with pay-as-you-go pricing. Instead of buying, owning, and maintaining physical data centers and servers, you can access technology services, such as computing power, storage, and databases, on an as-needed basis from a cloud provider like Amazon Web Services (AWS). Who Uses Cloud Computing? …

Cloud Computing Introduction  Read More »

Web Scraping With Python

Web scraping describes a technique to automatically extract content from a website. If you’ve ever copied and pasted content from a website into an Excel spreadsheet, this is essentially what web scraping is, but on a very small scale. To do that, all you need is to spin up a small Python script and get familiar with a framework called BeautifulSoup. Than you just define which elements of a website you would like to extract and hit run!

Freqtrade Tradingbot Setup

A trading bot which automatically decides when and how to trade cryptocurrencies, doesn’t it sounds nice? We just check it here and than to optimize our settings. Without looking on stock prices all day long. Basically that is possible with a trading bot, of course it’s not that simple and it’s not free money but …

Freqtrade Tradingbot Setup Read More »