Skip to content
View camillageber's full-sized avatar

Highlights

  • Pro

Block or report camillageber

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
camillageber/README.md

Hi there, I'm Camilla Geber!

Full Stack Developer at Trybe
Currently a Python student

Linkedin: camillageber GitHub camillageber

A little more about me...

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareDeveloper:

    def __init__(self):
        self.name = "Camilla Geber"
        self.role = "Software Developer"
        self.pronouns = ["she" | "her"]
        self.country = "Brazil"
        self.code = ["JavaScript", "Typescript", "HTML", "CSS", "Python"]
        self.frameworks = ["React", "Jest", "Docker", "Node", "Express"]
        self.databases = ["mySQL", "MongoDB"]
        self.others = ["Design Patterns", "POO", "SOLID", "TDD"]
        self.hobbies = ["Books", "Series" "Movies", "True Crime"]

    def say_hi(self):
        print(
        "Thanks for dropping by, hope you enjoy some of my work. ;)"
        )


me = SoftwareDeveloper()
me.say_hi()


Spoiler Alert

My name is Camillla Geber, I am a software developer and I go by the pronouns she / her. Among the technologies I know I can mention JavaScript, TypeScript, HTML, CSS, Node and Python. Regarding frameworks and tools I know, some of them are: React, Jest, Docker and the Rest API builder, Express JS. About databases, I have knowledge in relational and non-relational databases, such as mySQL and MongoDB, as well as ORMs and ODMs. Finally, I am familiar with Design Patterns, POO, SOLID and TDD concepts. My main hobbies, when I am not coding, are reading (like there is no tomorrow 📖), watching movies 🎬 and marathon series 📺, especially if the subject is related to forensic psychology or 'true crime' 🕵️.


Eu me chamo Camillla Geber, sou uma desenvolvedora de software e atendo pelos pronomes ela / dela. Entre as tecnologias que eu conheço, posso mencionar o JavaScript, TypeScript, HTML, CSS, Node e o Python. Em relação aos frameworks e ferramentas que conheço, algumas delas são: o React, o Jest, o Docker e o construtor de APIs Rest, Express JS. Já sobre bancos de dados, eu tenho conhecimento em bancos relacionais e não relacionais, como mySQL e MongoDB, além de ORMs e ODMs. Por fim, tenho familiaridade em conceitos de Design Patterns, POO, SOLID e TDD. Meus principais passatempos, quando eu não estou codando, são ler livros(como se não houvesse amanhã 📖), ver filmes 🎬 e maratonar séries 📺, principalmente se o assunto tiver relação com psicologia forense ou 'true crime' 🕵️.

console.log("Nice to meet you all :)");

Core

[Camilla's GitHub stats



I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)


GitHub Details GitHub Stats GitHub Top Langs


Pinned Loading

  1. futebol-matches futebol-matches Public

    The TFC project is an application that displays data from a 'football cup.' The front end is built with react.js, while the back end is built with TypeScript, Node.js, Docker, Express, MySQL, Seque…

    JavaScript

  2. trivia-game trivia-game Public

    By enrolling in a trivia game, the user of this programme can test their knowledge of numerous categories, such as movies, history, geography and more.

    JavaScript

  3. blogs-api blogs-api Public

    This is a project with the goal of developing a Rest API and a database for producing content for a Blog.

    JavaScript

  4. rpg-game-project rpg-game-project Public

    TypeScript

  5. delivery-app delivery-app Public

    Full Stack project that connects front-end and back-end using React JS and MySQL database, validation and error middleware and encryption for data protection.

    JavaScript

  6. job-insights job-insights Public

    Python