[go: up one dir, main page]

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

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 Streak 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

    Most Known Algorithms in the industry used on C++.

    C++

  2. assembly-exercises assembly-exercises Public

    Assembly

  3. 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

  4. 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

  5. instagram-clone instagram-clone Public

    Instagram Clon with functionality included.

    JavaScript

  6. nextjs-postgress-crud-typescript nextjs-postgress-crud-typescript Public

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

    TypeScript