Skip to content
View baciucristian's full-sized avatar
☀️
Inspired
☀️
Inspired

Highlights

  • Pro
Block or Report

Block or report baciucristian

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

Who am I?

type Person = {
    fullName: string;
    country: string;
    hobbies: string[];
};

const whoAmI: Person = {
    fullName: 'Cristian Baciu',
    country: getCountry(),
    hobbies: ['Swimming', 'Running', 'Movies'],
};

function getCountry(): string {
    return 'Moldova';
}

Resume

Resume

Programming Languages

HTML5 CSS3 JavaScript TypeScript C# Markdown

Frameworks and Libraries

React NodeJS Express.js Bootstrap TailwindCSS jQuery Jest Playwright

Operating Systems

Windows Linux

Databases and Cloud hosting

MicrosoftSQLServer InfluxDB MongoDB MySQL Azure Heroku

Software and Tools

Git GitHub NPM Visual Studio Code Notepad++ Postman Jira Adobe Photoshop

Connect with Me

LinkedIn Gmail Github

Pinned Loading

  1. bookstore-application bookstore-application Public archive

    A desktop application to manage a bookstore

    C#

  2. solar-system-landing-page solar-system-landing-page Public archive

    A responsive solar system landing page

    HTML

  3. fullstackopen-course fullstackopen-course Public

    My coursework for Fullstack Developer Course

    JavaScript