My Website!Hello everyone! Been busy with school lately so haven't uploaded anything for almost a month. But here I am with exciting news: I have a website, or do I?? (btw tell me if this divisor between the introduction and the content looks good) From the be...Nov 4, 2023·3 min read
Simple Python AutoclickerHello everyone! Today we will learn how to create a simple autoclicker with Python. We will look at libraries to manage time, clicks, and keyboard buttons. The Logic To start, let me clarify our plan. Our autoclicker will provide options to choose th...Sep 4, 2023·3 min read
How to install FlutterHello! After learning a bit about Dart, I think we're ready to set up our machine to work with Flutter. I will explain the installation on both Windows and Mac devices so you shouldn't have problems. You can follow the official documentation like me ...Aug 23, 2023·4 min read
Random Palette Generator with TypeScriptHello everyone! Today we're going to build a random generator with TypeScript, a simple project to get started with this language. I highly suggest you read the first article of this Series about TypeScript. The Logic First of all, let's think of our...Aug 21, 2023·4 min read
The Dart LanguageHello! I think that before installing Flutter and using it we need to explain the Dart language. If you haven't already read the first post of this series ("What's Flutter?") go read it with this link. If you're already familiar with JavaScript or C ...Aug 19, 2023·5 min read
The TypeScript LanguageHello! Today we will look at the TypeScript language. I'm learning it and I will use it in future posts so it's good to make a post about it.You can follow the examples I will make on this online TypeScript compiler. Theory TypeScript is a strongly ...Aug 16, 2023·6 min read