Skip to content
View ivansaul's full-sized avatar

Block or report ivansaul

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ivansaul/README.md

Typing SVG

class AboutMe():
  # Passionate self-taught developer.

  def __init__(self):
    self.name = "Ivan Saul"
    self.username = "ivansaul"
    self.location = "Lima, Peru"
    self.portfolio = "ivansaul.com"
    self.interests = [
      "Python",
      "SwiftUI",
      "Flutter",
      "Clean code",
      "UX design",
    ]
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = AboutMe()











C++ C Python Jupyter Html JavaScript Css Firebase Flutter MongoDB Git Linux Illustrator Pic

snake animation

Pinned Loading

  1. cheat-sheets cheat-sheets Public

    Cheat-Sheets: Your go-to quick reference developer guide for learning Python, Rust, Swift, JavaScript, Kotlin, Go, Git, and more!

    Dart 196 21

  2. personal-portfolio personal-portfolio Public

    Fully responsive personal portfolio single-page website, responsive for all devices, built using HTML, CSS, JavaScript and Python.

    CSS 167 93

  3. CLI-Video-Compressor CLI-Video-Compressor Public

    A simple yet powerful command-line application designed for compressing videos. You can reduce the size of your video files while maintaining acceptable quality, which is useful for sharing videos …

    Python 47 1

  4. codigo_facilito_downloader codigo_facilito_downloader Public

    Descarga automatizada de Codigo Facilito

    Python 146 53

  5. platzi-downloader platzi-downloader Public

    Platzi Downloader | Es una herramienta de línea de comandos para descargar cursos directamente desde la terminal. Utiliza Python y Playwright para automatizar el proceso de descarga.

    Python 98 19

  6. flutter_todo_app flutter_todo_app Public

    A minimalistic TODO app built with Flutter. State management is handled by Riverpod, and local databases Isar and Hive provide efficient data storage. The project follows Clean Architecture princip…

    Dart 47 5