Skip to content
View juliswer's full-sized avatar
๐Ÿ’ป
Focusing
๐Ÿ’ป
Focusing
Block or Report

Block or report juliswer

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

๐Ÿ“ˆ | My GitHub Stats

juliswer's GitHub stats Top Langs

๐Ÿง‘โ€๐Ÿ’ผ | Some nice repositories

Readme Card Readme Card

๐Ÿ”จ | Last project being developed

Readme Card

๐Ÿค™๐Ÿผ | Something about me

data class JulianObject(
    val pronouns: List<Pronouns>,
    val areas: List<Areas>,
    val code: List<Languages>,
    val tools: List<Frameworks>,
    val uiTools: List<UITools>,
    val birthday: Date
)

val julian = JulianObject(
    pronouns = listOf("He", "Him"),
    areas = listOf("Web", "Mobile", "Desktop Development"),
    code = listOf("C++", "PHP", "SQL", "NoSQL", "Python", "TypeScript", "Node.js", "Kotlin", "Java", "Javascript", "CSS", "HTML"),
    tools = listOf("Electron", "Express.js", "React", "React-Native", "Ionic", "Next.js", "jQuery", "Vue", "Angular"),
    uiTools = listOf("Tailwind.css", "Material-ui", "Styled-components", "Bootstrap", "Saas"),
    birthday = SimpleDateFormat("MMMM dd, yyyy HH:mm:ss").parse("August 05, 2004 ${System.getenv("hourBorn")}")
)

โœจ | Useful Links

Linkedin logoย ย  Resume Julian Swerdlinย ย 

Pinned Loading

  1. algorithms-utn-2024 algorithms-utn-2024 Public

    C++

  2. web3.0-metamask-crypto web3.0-metamask-crypto Public

    This is a WebApp 3.0 (my first) where you can make transactions of Eth via Metamask

    JavaScript 1

  3. shareme_blogapp shareme_blogapp Public

    This web is a Blog App like Pinterest. You can log in, upload, edit, like and other things into the app.

    JavaScript

  4. instagram-clone instagram-clone Public

    Instagram Clon with functionality included.

    JavaScript

  5. nextjs-postgress-crud-typescript nextjs-postgress-crud-typescript Public

    This a Web crud using PERN stack (postgress, express, react & node) with Typescript.

    TypeScript

  6. random-pages random-pages Public

    This is a repository where I have the websites that I have developed

    HTML