Skip to content
View barbaracalderon's full-sized avatar
🐺
🐺
Block or Report

Block or report barbaracalderon

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

Hi, I'm Barbara Calderon! 👋

(English version | Clique aqui para versão Português-BR)

I have a Bachelor's Degree in Information Systems from Universidade Federal de Santa Catarina (UFSC), Brazil (2023). I'm a technology enthusiast with a special interest in programming softwares. I enjoy creating something out of nothing.

In terms of projects, here are a few I've worked upon recently:

  • My thesis was a pilot project on "The Brazilian State Official Gazettes web Restful API" in which I used the following techs: Python, Javascript, CSS, HTML, Flask, Flask Smorest, Flask Migrate, Flask JWT Extended, SQLAlchemy, Marshmallow, GUnicorn, Psycopg2, SQL, PostgreSQL, SQLite, Passlib, bash script, requirements file, deployment on Render and ElephantSQL.

  • Another project you might find interesting is "The 12 Barcodes API", a simple, user-friendly RESTful API that provides an easy and practical way to generate barcodes for your applications using HTTP POST requests. If you are a browser user, you can generate them through Swagger. This project was developed in the Flask ecosystem, adopts MVC architecture, and forgoes the traditional database.

  • I also deployed recently a "Simple Slot Machine Game" in order to practice Front-end skills using HTML5, CSS3 and pure Javascript. It's hosted on Render and I used Flask and GUnicorn to do the backend work. Simple project but fun.

  • I got my hands on a new Python stack with Plotly, Dash and Dash-Mantine-Components, to create a web application that offers insights into the voting behavior of US legislators on various bills "Majority App". All you need is structured CSV data to plug it. I suggest extending this project and creating your own version, adapting it accordingly. Dash is highly dynamic, as it's built on top of React.js, a JavaScript library for building web components.

  • Last but not least, I've been working on some projects related to the Java ecosystem for backend development (fmt-educonnect, notelock, fmt-tutor-mate, fmt-library-manager, fmt-educational-catalog). I'm quite fond of Java. I've been developing Restful APIs using technologies such as Spring Boot, Spring Web, Spring Data JPA, Spring Security, Lombok, PostgreSQL, creating database schemas and more. Currently, these projects are created in Portuguese, my native language.

More about me:

I have a passion for documentaries, purpose-driven organizations, black coffee, engaging book stories, teamwork, science fiction and suspense movies, pesto sauce, Linux, and the community experience. I am a software developer at DBJus (Information Technology Company focused on Data Intelligence in Judicial Processes), a part of the Jive Investments group, and I also work on a diversified number of autonomous projects on the side.

🔗 Contact Me

linkedin twitter mailto

🛠 Skills

  • Currently focused on: Backend Development, Python, Flask, FastAPI, Java, SpringBoot, APIs, Intelligent Systems, Software Engineering.
  • But I also know: HTML5, CSS3, JavaScript, Node.js, React.js, UI-UX, Bulma, Bootstrap.
  • Areas: Backend Development, Startups, Programming, Software Engineering, Artificial Intelligence.
  • Languages: Portuguese (Native), English (Fluent), Spanish (Fluent), German (Intermediary) and French (Basic).
  • Fun fact: I've got an International Relations bachelor's degree and a master's degree on International Political Economy.
  • Networking: Linkedin, Twitter, GitHub, FreeCodeCamp, Rocketseat App

General notes

I'm here to learn, to share what I know and to keep a track of it all.

For this reason, besides sharing codes, I also share study notes on public repositories here on GitHub:

About Repository
UFSC ine5633-8puzzle, ine5622-intro-compiladores, ine5645-pthreads-speedup-efficiency, ine5605-desenvolvimento-de-sistemas-orientados-a-objeto-1, ine5649-tecnicas-estatistica-predicao, ine5609-estrutura-de-dados,ine5645-the-dining-savages-problem, ine5645-omp-pthreads-speedup-efficiency
Python majority-mock-app, the-12-barcodes-api, dou-rest-api, notes-on-python, music-time-machine, flask-html5up-template, fcc-boilerplate-arithmetic-formatter, web-scrapping-with-python, curso-de-python3-do-curso-em-video, oop-snake-game, tkinter-pomodoro-app, US-states-quizz-game, oop-pong-game, oop-cross-the-street-game, oop-turtle-painting-project, oop-turtle-simple-games, python-for-everybody
Java fmt-tutor-mate, fmt-library-manager, fmt-educational-catalog, fmt-java-exercises
Web Development notes-on-css, simple-grid-layout-landing-page, codewell-landing-page, fcc-ada-lovelace-tribute, fcc-survey-form, fcc-technical-documentation-page, fcc-product-landing-page, fcc-portfolio-page, fundamentos-react, react-calculator, react-navigation-router, react-hooks
JavaScript simple-slot-machine-game, notes-on-javascript, guess-my-number-game, curso-de-javascript-do-curso-em-video, notes-on-javascript-for-react-native, next-level-week-3

Pinned

  1. the-12-barcodes-api the-12-barcodes-api Public

    The "12 barcodes API" provides a simple and efficient way to generate barcodes for your applications.

    SCSS 3

  2. dou-rest-api dou-rest-api Public

    The "Diário Oficial da União" (DOU) Web Restful API developed in the thesis for the bachelor's degree in Information Systems at UFSC. This is a mock API project, as it focuses on a limited dataset …

    Python 3

  3. simple-slot-machine-game simple-slot-machine-game Public

    The simple Slot Machine game played in Casinos recreated in HTML, CSS and Javascript.

    JavaScript 1

  4. ine5622-intro-compiladores ine5622-intro-compiladores Public

    Códigos para a construção de um analisador léxico (AL) e analisador sintático (AS) para uma linguagem.

    Python 3

  5. music-time-machine-spotify music-time-machine-spotify Public

    Choose a day in time and automatically create a Spotify playlist of the top songs playing in the world in that moment.

    Python 1

  6. ine5645-the-dining-savages-problem ine5645-the-dining-savages-problem Public

    This problem is told in "The Little Book of Semaphores" by Allen B. Downey. All done in C with the use of semaphores <semaphores.h>

    C