Git Product home page Git Product logo
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 Native Developer πŸ‘©πŸ½β€πŸ’»
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

Andrea Da Silva's Projects

5-tenedores icon 5-tenedores

[Finished Project] Restaurant social network created with React Native Expo and Firebase for Android and iOS.

animatableerrormessages icon animatableerrormessages

[Finished Project] :x: Animatable Form Error Messages with React Native and React Native Animatable :x:

animatedonboarding icon animatedonboarding

[Ongoing Project] Animated FlatList Carousel for Onboarding App in React Native

bottomtabbar icon bottomtabbar

[Ongoing Project] This is a Custom Buttom Tab Bar made in React Native :3

coupon-app icon coupon-app

[Ongoing Project] :ticket: :iphone: This is an CoupOn App made in React Native

credits-cards icon credits-cards

[Finished Project] Credits Cards FlatList Animation in React Native

cryptotracker icon cryptotracker

:heavy_dollar_sign: [Finished Project] :money_mouth_face: :currency_exchange: 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/

designers_ranking icon designers_ranking

:iphone: [Ongoing Project] :art: :computer: This is an interface made with React Native for an Designers Ranking App

digital-tech-app icon digital-tech-app

This is the Digital Tech App made in React Native. Allows its users to view and create posts such as those featured on Instagram and Twitter.

documentacion icon documentacion

DocumentaciΓ³n en espaΓ±ol de GitHub, EstΓ‘ndares, DiseΓ±os, Estatudos y mΓ‘s.

easysaveapp icon easysaveapp

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

en-flor-amarillo icon en-flor-amarillo

[Ongoing Project] This is a commercial website about shops, stores and supplies of Flor Amarillo to post establishments, schedules, products, prices, advertising. Flor Amarillo is an urbanization located in Valencia, Carabobo, Venezuela.

food-delivery-app icon food-delivery-app

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.