Hello, my name is Alice.

I am a Fullstack Web Developer in the making!

    const coder = {
        name: 'Alice Beider',
        skills: ['HTML', 'CSS', 'JavaScript', 'React', 'TypeScript', 
        'NodeJS', 'MySQL', 'MongoDB'],
        
        hardWorker: true,
        quickLearner: true,
        problemSolver: true,
        
        hireable: function() {
            return (
                this.hardWorker &&
                this.problemSolver &&
                this.skills.length >= 5
            );
        }
    };
                    

About Me

Alice Beider


I am a 23-year-old Argentinian programmer living in Israel. I have always had an incredible curiosity about coding. Since a very young age, I have taught myself how to develop .NET programs and experimented with a big variety of languages such as C++, C#, LUA, and many others. Currently, I have decided to boost my knowledge for a career by learning Fullstack Web Development at HackerU.

I am very passionate about what I do and have always held it in high regard, for it is also a hobby of mine. Dedication in this field is key, and it is something I wish to uphold and prove.

My Projects

Card image

Project 1

HackerU Assignment 1.

View Project
Card image

Project 2

HackerU Assignment 2.

View Project
Card image

Project 3

HackerU Assignment 3.

View Project
Card image

Project 4

HackerU Assignment 4.

View Project
Card image

Project 5

HackerU Assignment 5.

View Project
Card image

Project 6

HackerU Assignment 6.

View Project
Card image

Memory Game

HackerU JS Assignment 1.

View Project
Card image

Page Builder

HackerU JS Assignment 2.

View Project
Card image

Task Manager

HackerU JS Assignment 3.

View Project
Card image

User Management

HackerU JS Assignment 4.

View Project