⇦ Ramen Development_

Gustavo Padilla

Hi there! I´m a developer who likes programming a lot, specially projects using low-level languages. I like to face problems and give them a basic and well-structured programming solution. Obsessed with automation, and interested in AI algorithms. C# is my favorite programming language, competing as well with Python.

Articles written by me

Cover Image for Lexical analyzer automaton

Lexical analyzer automaton

In this article you will understand how to code your own lexical analyzer.

Gustavo Padilla
Gustavo Padilla
Cover Image for How to create a Syntax analyzer

How to create a Syntax analyzer

A simple algorithm to create a Syntax analyzer for your compiler in ANY language.

Gustavo Padilla
Gustavo Padilla
Cover Image for Python is so oversimplified that hides/create problems

Python is so oversimplified that hides/create problems

I like python, you can do so many things with very few lines of code, but when it becomes to doing complicated things, it can be hell.

Gustavo Padilla
Gustavo Padilla
Cover Image for Every program can just only use WHILE and IF structures

Every program can just only use WHILE and IF structures

Do we need 'for', 'foreach', 'else', 'else if', 'switch'?

Gustavo Padilla
Gustavo Padilla