About me Certificates Projects

Welcome to the portfolio



Presentation

Hello, my name is Wesley Breno, and I am a software development enthusiast.

I began my journey as a programmer in 2020, and since then, I have kept myself updated with the latest trends and technologies in the field through studies in courses, bootcamps, networking, and self-directed learning. My goal is always to expand my knowledge and skills to become a more competent professional.

Currently, I work as a freelancer and am constantly seeking new opportunities and challenges to further grow in the field.

On this website, you can explore some of my key technical skills and my most relevant projects in the development field. I'm very pleased with your visit and hope you find useful information about my work. If you can't find what you're looking for, please feel free to access my contact information below. I'm here to assist you and answer any questions you may have. ❤☕


github image image linkedin instagram image

Hard-Skills

python image
Python
django image
Django
selenium image
Selenium
qt designer image
QT Designer
requests image
Requests
beautifulsoup image
BeautifulSoup
NumPy image
NumPy
Pandas image
Pandas
scikit image
Scikit learn
fastapi image
FastAPI
tensorflow image
TensorFlow
Anaconda image (la ele)
Anaconda
Matplotlib image
Matplotlib
ettercap image
Ettercap
metasploit image
Metasploit
setoolkit image
Setoolkit
nmap image
Nmap
wireshark image
Wireshark
javascript image
JavaScript
html image
HTML5
css image
CSS3
Bootstrap image
Bootstrap
mysql image
MySQL
PostgreSQL image
PostgreSQL
SQLite image
SQLite
mongodb image
MongoDB
Docker image
Docker
Git image
Git
kafka image
Apache Kafka
vercel image
Vercel
Google cloud image
Google cloud
heroku image
Heroku
netlify image
Netlify
railway image
Railway


Most relevant certificates




Projects

image code

The skills most expected by companies.

This program provides the capability to input a string as input and specify the number of job posting pages to be analyzed. It then conducts a search on LinkedIn based on that input. After completing the search, the program navigates through the job posting pages that match the provided string, and at the end of the process, it presents a summary of the most in-demand skills among all the analyzed job postings.

Repository
image code

Sports analysis

Code created to perform analyses of today's football matches and identify which games are more likely to result in "over 0.5 goals" bets. The algorithm starts by analyzing today's matches and then compares the points of the opposing teams in the standings, thus indicating the most likely games for "over 0.5 goals" bets.

Repository
image code

Web crawler

This code is a Python function that simulates a web crawler, allowing you to scrape words from a website and all its other pages, display the frequency of these words, or search for a specific word across all the pages of a site. The function uses the requests library to access the website and the BeautifulSoup library to parse the HTML of the page. The function can also limit the number of pages to be crawled and save the word count result as a JSON file.

Repository
image code

GitHub Follower Analyzer

Python program to analyze a user's followers. Show the user the people who don't follow them back and the people the user doesn't follow back. This way, you can use the methods to make the computer unfollow people who don't follow them back or follow people who follow them but aren't followed back.

Repository
FastAPI image

Todo list with FastAPI

Simple design of an API using the FastAPI framework. The project consists of an API that contains user authentication to create a task list. Each user has their own task list and can CRUD it. Users with administrator permissions, are able to see all the task lists of all users and can also exclude a specific task by informing your ID.

Repository
image code

E-commerce

I have developed an e-commerce project using Python and the Django framework. The system is comprehensive and offers a wide range of features, including the ability to manage promotions, access to a shopping cart, and purchase summary, as well as the management of product units available for sale. The goal of this project is to provide an efficient and user-friendly e-commerce solution for online business needs.

Repository
image code

Contact book

I developed a project for a contact agenda using the Django framework. In this agenda, it's possible to record information such as name, last name, phone number, and contact description. Additionally, I implemented the registration and login functionality, allowing users to securely add their contacts and recover them in case of data loss on their smartphones.

Repository
image code

Blog

This is a blog developed using the Django framework, the Python language, and Bootstrap, with the aim of allowing the administrator to publish articles easily and quickly. Additionally, users can interact with the articles through likes and comments. The site's content covers experiences and useful tips for a programmer's career, providing a space for sharing knowledge in the programming field.

Repository
image code

Automated News

A website built with the Django framework, utilizing the requests and BeautifulSoup tools. This site is responsible for web scraping data from news websites and displaying the most recent news from these sites, eliminating the need to visit each site individually to gain a comprehensive understanding of the latest technology-related news.

Repository
image code

Calculator Game

This is an educational game created in Python using the Django framework. The game generates various random math questions for users to answer. The more correct sequences of answers the user achieves, the higher their score. The game is designed to help users improve their math skills while having fun.

Repository
image code

More than 400 exercises with Python

Multiple exercises created using the Python programming language. These exercises cover various topics, including programming logic, Object-Oriented Programming (POO), Regular Expressions (RegEx), Django, Test-Driven Development (TDD), Design Patterns, Databases, Loops, Decision Structures, Sequential Structures, and more.

Repository