Skip to content

Instantly share code, notes, and snippets.

View tcd1558's full-sized avatar

Marco Bours tcd1558

  • Looking for an employer
  • Silicon Valley
View GitHub Profile
@tcd1558
tcd1558 / GoOnRaspberryOS.md
Last active August 31, 2021 21:27
Installing Go on Raspberry OS

Installing Go on Raspberry OS

0. Overview

This document describes how to install Go in Raspberry OS

1. Contents

0. Overview
1. Contents

@tcd1558
tcd1558 / Dockerfile_Howto.md
Last active August 31, 2021 18:06
Docker: Learn how to use a Dockerfile

Docker: Learn how to use a Dockerfile

0. Overview

With the help of a Dockerfile, you can create a docker container image. To make things easy, you can build your docker image step by step.

1. Index

  1. Overview
  2. Index
  3. Syntax
@tcd1558
tcd1558 / ProjectManagement_PyCharmPython_with_GitHub.md
Last active June 5, 2021 02:12
Project management using a PyCharm Python project with a GitHub repository.

Project Management using a PyCharm Python project with a GitHub repository.

0. Overview

This document describes the flow of actions needed from a repository administrator(RA) and the team members(TM) to collaborate on a project. As a first step, the PyCharm Python project has to be added into a github repository as described in the gist:
https://gist.github.com/tcd1558/a838deda7dd5968bab6c3d88b9aa466d

Once the project is available in GitHub, the RA announces the availability of the repository: https://github.com//

@tcd1558
tcd1558 / PyCharmPython_with_GitHub.md
Last active February 11, 2024 19:38
PyCharm Python project with a GitHub repository

A PyCharm Python project with a GitHub repository

0. Overview

Here are the steps necessary to setting up a PyCharm Python project with a GitHub Repository. It is not obvious on what to do first: create a PyCharm project and add it to GitHub - or - create a new GitHub repository, clone it and convert it into a PyCharm Python project. Here is the approach I took. This text ist written from the perspective of MacOS.

P.S. PyCharm and IntelliJ are both from JetBrain. No wonder, the look and feel are very simular.

@tcd1558
tcd1558 / SeleniumEssentialTraining.md
Last active April 29, 2021 01:59
Selenium Essential Training - GitHub Repository and IntelliJ Java project

Selenium Essential Training - GitHub repository and IntelliJ Java project

1. Overview

Here are the steps necessary to set up a GitHub repository with the files provided through the Selenium Essential Training course and have it work as a Java project inside IntelliJ. The idea is to take the files provided by the course and add them into a GitHub repository. You will then clone the repository onto your local system and perform the first exercise. The first exercise represents a change to your source tree. You could file an issue on GitHub and submit your solution as a fix to the issue.
This text ist written from the perspective of MacOS.

2. Syntax

[button] - is a button on the screen with the text 'button' on it.