Skip to content
View andreaintech's full-sized avatar
πŸ‘©β€πŸ’»
Doing some cool stuff
πŸ‘©β€πŸ’»
Doing some cool stuff

Block or report andreaintech

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
andreaintech/README.md
cover

Hi there , I'm Andrea Da Silva πŸ‘©πŸ½β€πŸ’»

Info
Full NameAndrea Oxana Da Silva Pinto πŸ‘©πŸ½β€πŸ’»
Date of BirthSeptember 11, 1994 πŸŽ‚
Place of BirthMoscow, Russia πŸ‡·πŸ‡Ί
NationalityBrazilian πŸ‡§πŸ‡·
Where I'm livingVenezuela πŸ‡»πŸ‡ͺ
College DegreeBachelor Degree in Computer Sciences πŸ‘©πŸ½β€πŸŽ“
OccupationSr. Software Engineer πŸ‘©πŸ½β€πŸ’» | React.js | React Native | Expo | JavaScript | TypeScript | Python | Node.js
SkillsJavaScript, TypeScript, Python, React Native, Expo, Jest, React Native Testing Library, MobX πŸ₯·πŸ½
Stuff I've worked withReactJS, Flask, Firebase, MySQL, PostgreSQL, VueJS, Angular 4, AngularJS, Java, Vaadin, Spring Boot, HTML, CSS, JQuery, PHP, Laravel, CodeIgniter, Slim, WordPress, WooCommerce, SAP, Figma πŸ‹πŸ½
LanguagesSpanish πŸ‡»πŸ‡ͺ, English πŸ‡ΊπŸ‡Έ, Portuguese πŸ‡§πŸ‡·
HobbiesDance πŸ’ƒπŸ½ Travel ✈️ Movies 🎬 Series 🍿
InterestsAI, Machine Learning, Data Science, UI/UX, Mobile Apps, Web Apps


Resume πŸ“„

Full Version
React Native Resume



Connect with me 🌐

linked-in twitter instagram email





Explore my Projects πŸš€

Feel free to check out my collection of projects, where I've poured my passion and skills into creating various software solutions. Each project showcases different aspects of my expertise and the technologies I love working with.

Here are a few featured projects:

  1. Project 1: TODO App - A TODO App developed with React Native CLI and Redux Toolkit.
  2. Project 2: Calculator App - A Calculator App developed with React Native CLI.
  3. Project 3: News App - A News App developed with React Native CLI, Redux Toolkit, and TypeScript and a NewsAPI.

You can find more projects and detailed descriptions in my Projects Repository, where I've organized them to help you navigate through my coding journey.

Explore the code, dive into the documentation, and feel free to reach out if you have any questions or feedback. Your curiosity and interest mean a lot to me as a developer!

Happy exploring! 🌟


Things I've work with πŸ› οΈ

Frontend πŸ–ΌοΈ

Bootstrap CSS3 HTML5 JavaScript TypeScript React OpenUI5 Angular Git WordPress Material UI Styled Components Java Vue.js Android CodeIgniter jQuery Jest GitLab WooCommerce Figma Sass Redux

Backend βš™οΈ

C++ JavaScript PHP Node.js Linux Python Git MySQL PHP PostgreSQL Flask NextJS Firebase Java Laravel


My GitHub stats πŸ“Š





Other Stuff πŸ‘Ύ

Coding Challenge: FizzBuzz 🧩

Can you solve the classic FizzBuzz problem? Write a program that prints the numbers from 1 to 100, but for multiples of 3, print "Fizz" instead of the number, and for multiples of 5, print "Buzz". For numbers that are multiples of both 3 and 5, print "FizzBuzz". Have fun!

Click for Solution in Python
for num in range(1, 101):
    if num % 3 == 0 and num % 5 == 0:
        print("FizzBuzz")
    elif num % 3 == 0:
        print("Fizz")
    elif num % 5 == 0:
        print("Buzz")
    else:
        print(num)
Click for Solution in JavaScript
for (let num = 1; num <= 100; num++) {
    if (num % 3 === 0 && num % 5 === 0) {
        console.log('FizzBuzz');
    } else if (num % 3 === 0) {
        console.log('Fizz');
    } else if (num % 5 === 0) {
        console.log('Buzz');
    } else {
        console.log(num);
    }
}

Book Recommendations πŸ“š

- "Clean Code: A Handbook of Agile Software Craftsmanship" by Robert C. Martin
- "You Don't Know JS" series by Kyle Simpson
- "Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones" by James Clear

Code and Laughter: Jokes for Developers πŸ€“

  • Why do programmers prefer using the dark mode? Because light attracts bugs!

  • Why did the web developer stay at the hotel? Because he lost his keys!

  • Why did the developer go to therapy? Because he had too many issues!

  • Why do programmers hate nature? It has too many bugs!

  • Why was the JavaScript developer sad? Because he didn't know how to "null" his emotions!

Remember, laughter is the best debugging tool! 🀣


Favorite Quotes πŸ’¬

"The only way to do great work is to love what you do." - Steve Jobs

"It does not matter how slowly you go as long as you do not stop." - Confucius


cover

Last Updated: August 25, 2023

Stay Curious

Visits Badge

Updated and maintained with ❀️ by @andreaintech

Pinned Loading

  1. cryptoTracker cryptoTracker Public

    πŸ’² [Finished Project] πŸ€‘ πŸ’± This is a cryptocurrency application made in React Native. It is a project of the Platzi React Native course: https://platzi.com/clases/react-native/

    JavaScript 2

  2. resume resume Public

    Last update: August, 2023. This is my curriculum vitae (full version)

    HTML 1 1

  3. easySaveApp easySaveApp Public

    πŸ’œ [Ongoing Project] πŸ’° This is a project made in React Native for proving my skills in UI/UX and React Native Framework πŸ’œ

    Java

  4. Food-Delivery-App Food-Delivery-App Public

    🧑 [Ongoing Project] 🍽️ This is a project made in React Native for proving my skills in UI/UX and React Native Framework 🧑

    TypeScript 1

  5. Book-Notes-React-Native-for-Mobile-Development Book-Notes-React-Native-for-Mobile-Development Public

    [Ongoing Project] πŸ“š This are my taking notes of Book: React Native for Mobile Development - Harness the Power of React Native to Create Stunning iOS and Android Applications.

    2

  6. resume-react-native resume-react-native Public

    HTML