Skip to content
View samukasmk's full-sized avatar

Block or report samukasmk

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

Hi there I'm Samuel Sampaio (@samukasmk) 👋

Welcome to my github profile's page!

Here is some important information about me:

  • 🇧🇷 I'm a software developer from Brazil (São Paulo)
  • 🐍 I'm more skilled in Python programming language
  • 🧑🏽‍💻 I've been building web products like (SAAS, PAAS, and IAAS) in different teams and organizations for over 8 years
  • 🛠️ But I started my career in 2010 as a System Administrator working with Linux environments in cloud platforms
  • 💼 Currently I'm working as a consultant to ChatGuru company
  • 📫 You can reach me by LinkedIn feel free to contact me by sending a direct message

Here you can find more than 80 tips of #Python and #DevOps

Here is my portfolio with some of my personal projects:

This project implements a simple REST API using Flask Framework and MongoDB, with some simple resources for data management for Star Wars saga movies. It was inspired by the API: https://swapi.dev/

https://github.com/samukasmk/starwars_api

image

A straightforward REST API that stores each user's financial transaction records, summarizes spending, and receivables, and balances of transactions by category.

https://github.com/samukasmk/django_wallet

image

A sample project of implementing business processes within a company's back office with Django admin.

https://github.com/samukasmk/django_backoffice

image

An online XML to JSON conversion and validation tool

https://github.com/samukasmk/django_xml2json

image

A Crawler for grabbing Restaurants information from the GrubHub platform with Python and async.io

https://github.com/samukasmk/grubhub_crawler

Screenshot from 2023-04-03 15-43-16

A personal techfin SaaS product to manage the expenses in the month (under construction yet).

https://github.com/samukasmk/mybills_api

Screenshot from 2023-04-03 16-03-11

Library to parse postal code format from the United Kingdom

https://github.com/samukasmk/postcodes

https://github.com/samukasmk/postcodes_api

Screenshot from 2023-04-03 16-22-20

A sample command line tool to generate multiplicable numbers

$ detects-multiplicable-numbers --help
usage: detects-multiplicable-numbers [-h] [-m [MULTIPLICABLES ...]] [-i INITIAL_NUMBER] [-f FINAL_NUMBER]

A command line tools that tells if is multiple numbers.

optional arguments:
  -h, --help            show this help message and exit
  -m [MULTIPLICABLES ...], --multiplicables [MULTIPLICABLES ...]
                        The multiplicable numbers to do the detections.
  -i INITIAL_NUMBER, --initial-number INITIAL_NUMBER
                        The initial number to start the iteration
  -f FINAL_NUMBER, --final-number FINAL_NUMBER
                        The final number to start the iteration
$ detects-multiplicable-numbers -i 1 -f 50 -m 3 6 9 
1
2
Three
4
5
ThreeSix
...
47
ThreeSix
49
50

https://github.com/samukasmk/multiplicable_numbers

Useful collections for manipulating python data like ImmutableDict, LockableDict and DiscoverySubModules

https://github.com/samukasmk/python-useful-collections

A REST API to Brazilian local fairs.

https://api-feiras-livres.readthedocs.io/en/latest/

https://github.com/samukasmk/api-feiras-livres

A talk given at (Garoa Hacker Clube) @garoa about attacks by Google Dorks

https://github.com/samukasmk/introducao-a-pentest-com-python

Popular repositories Loading

  1. introducao-a-pentest-com-python introducao-a-pentest-com-python Public

    Introdução a Pentest com Python (palestra ministrada no Garoa Hacker Clube)

    Python 6 3

  2. bora_falar_de_python bora_falar_de_python Public

    HTML 5 2

  3. grupy-flask-jenkins grupy-flask-jenkins Public

    Silly side project de exemplo de pipelines com jenkins

    Python 3

  4. puppet-deploy_keys puppet-deploy_keys Public

    Puppet module to manage deploy keys, for use example in (git clone)/(vcsrepo) actions

    Puppet 2 1

  5. grubhub_crawler grubhub_crawler Public

    A Crawler for GrubHub Restaurants

    Python 2

  6. api-feiras-livres api-feiras-livres Public

    Leia a documentação: http://api-feiras-livres.readthedocs.io/en/latest/

    Python 1