Hi, my name is Tomás R.
I'm a Software Developer.

Know more

About me

Profile Image

Hi! I'm Tomás Raigal López, a technology enthusiast who started his journey in the world of programming at the age of 17. Currently, I am working as a web developer. 💻✨

I am always willing to learn. Right now I'm really into the world of best practices, clean code and communities.

  • PHP
  • JavaScript
  • HTML
  • CSS
  • Git
  • Testing
  • Laravel
  • Vue.js
  • Communication
  • Assertiveness
  • Respect
  • Feedback

My education

Web Application Development | 2021 - 2023

Place: I.E.S. Ingeniero de la cierva

Average grade: 7.8

Description: Develop, implement, and maintain web applications, using specific technologies, guaranteeing secure access to data.

Skills: Java, PHP, Linux, SQL, MySQL, CSS, XML, xPath, xQuery, HTML, OOP, UML, JavaScript, English

Arquitecture: Laravel, Bootstrap


Education Image

Katas


In the context of programming, a "kata" refers to a programming exercise designed to improve a developer's skills and practices.


FizzBuzz

This kata consists of, through TDD, recreating a children's game.
Write a function that takes positive integers and outputs their string representation. Your function should comply with the following additional rules:
- If the number is a multiple of three, return the string "Fizz".
- If the number is a multiple of five, return the string "Buzz".
- If the number is a multiple of both three and five, return the string "FizzBuzz".

See Live

Rock Paper Scissors

This kata replicates the rock paper scissors game in order to practice skills such as TDD, pair programming or mob programming.

See Live

Projects


Here you can see some of the projects I have worked on.


Password Generator

This project is a password generator that allows you to generate a password with the desired length and complexity.

See Live

To-Do List

This project is a to-do list that allows you to add, delete, edit and mark tasks as completed.

See Live

Contact