Felipe's Blog¶
I'm Felipe, nice to meet you! ๐
I'm a software engineer from Brazil. ๐ง๐ท
The blog aims to share technical knowledge in programming that I acquired during years and recent learnings, it's like my notebook a little more refined, but with the same technical content. Always trying to simplify understanding.
I'm the creator of PLS-CLI.
If my open source work is useful to you, consider buying me a coffee. โ๏ธ
Recent Posts¶
โก๏ธ Increasing the performance of sets¶
Do you know how Increasing the performance of sets?
๐ Python Disassembler¶
Do you know how disassembly python code?
๐ Rounding Secret¶
Do you know how round
works in python under the hood? I didn't know either and I thought it was interesting...
How to consume an API with Python¶
To consume an API in a simple way with python we will use the library called requests...