Skip to content
View JojoBR07's full-sized avatar
πŸ“–
πŸ“–

Organizations

@Painel-Solidario-RS
Block or Report

Block or report JojoBR07

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JojoBR07/README.md

Hi, I'm Joilson. Fancy seeing you here! πŸ‘‹

visitors

I am currently a computer science student at Feevale University and I am learning C# (.Net) backend development. I work at Testing Company as a Test Engineer and can help you with QA guidance.

#!/usr/bin/python

class SoftwareTestEngineer:
    def __init__(self):
        self.name = "Joilson de Oliveira Telles"
        self.role = "Software Test Engineer"
        self.currently_working = "Testing Company"
    def say_hi(self):
        print("Hi, I hope you find some of my repository and examples of code interesting. Good studies!")
me = SoftwareTestEngineer()
me.say_hi()

πŸ’» Languages and Frameworks

image image image image image
image image
image image image image image image
image image image


Popular repositories Loading

  1. CursoPHP7-DAO CursoPHP7-DAO Public

    PHP

  2. ConceitoImoveis ConceitoImoveis Public

    CSS

  3. MiniProjetosPython MiniProjetosPython Public

    Python

  4. Python-Learning Python-Learning Public

    Hi everyone, I created this repository to go including some examples of code and syntax of the Python language. I hope it's useful, good studies!

    Python

  5. csharp-appium-first-test csharp-appium-first-test Public

    Forked from seetest-io/csharp-appium-first-test

    Contains a set of 4 tests, two for Android and two for iOS. Each has a native app test and mobile website test. The tests are running using Appium and Nunit.

    C#

  6. C-Learning C-Learning Public

    Hi, I created this repository to go including some examples of code and syntax of the C language. I hope it's useful, good studies!

    C