Welcome to my github profile's page!
- 🇧🇷 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
- From my experience acquired over the years: https://gist.github.com/samukasmk
- Including my last post about: How to profiling memory usage in Python easly
• starwars_api:
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
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
A sample project of implementing business processes within a company's back office with Django admin.
https://github.com/samukasmk/django_backoffice
An online XML to JSON conversion and validation tool
https://github.com/samukasmk/django_xml2json
A Crawler for grabbing Restaurants information from the GrubHub platform with Python and async.io
https://github.com/samukasmk/grubhub_crawler
A personal techfin SaaS product to manage the expenses in the month (under construction yet).
https://github.com/samukasmk/mybills_api
• postcodes:
Library to parse postal code format from the United Kingdom
https://github.com/samukasmk/postcodes
https://github.com/samukasmk/postcodes_api
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