Skip to content
View adelazalewski's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report adelazalewski

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
adelazalewski/README.md

Hi there! This is me, Adela! πŸ‘‹

  • 🌱 I’m a Full Stack Web Developer
  • πŸ‘― I am passionate about code and development, but also cooking and traveling.
  • πŸ“« How to reach me: paliuadela@yahoo.com
  • πŸ’¬ I post updates on my LinkedIn
  • πŸ˜„ Pronouns: she/her
  • ⚑ Fun fact: I was born and raised in Bucharest, Romania.
  • Curently woprking as a Salesforce Developer at Nimbus Cloud Solutions, Plymouth, MI

Pinned Loading

  1. nasa-photo-of-the-day nasa-photo-of-the-day Public

    Forked from bloominstituteoftechnology/nasa-photo-of-the-day

    JavaScript

  2. React-Redux-Dictionary-App React-Redux-Dictionary-App Public

    Forked from bloominstituteoftechnology/React-Redux-App

    JavaScript

  3. React-Todo-App React-Todo-App Public

    Forked from bloominstituteoftechnology/React-Todo

    HTML

  4. Python brain teasers Python brain teasers
    1
    # Given a start integer and an ending integer (both inclusive), write a function that returns the count (not the sum) of all integers in the range (except integers that contain the digit 5).
    2
    
                  
    3
    # Examples:
    4
    
                  
    5
    # csAnythingButFive(1, 5) -> 1, 2, 3, 4, -> 4 (there are 4 integers in the range that do not contain the digit 5)
  5. Python-Brain-Teasers Python-Brain-Teasers Public

    python propblems

    Python