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")}")
)
🎯
Focusing
Software Developer.
Made in 2004.
Information Systems Engineering Student
- Buenos Aires, Argentina.
-
03:37
(UTC -03:00) - in/julian-swerdlin
- https://www.codewars.com/users/juliswer
Pinned Loading
-
algorithms-utn-2024
algorithms-utn-2024 PublicMost Known Algorithms in the industry used on C++.
C++
-
-
web3.0-metamask-crypto
web3.0-metamask-crypto PublicThis is a WebApp 3.0 (my first) where you can make transactions of Eth via Metamask
JavaScript 1
-
shareme_blogapp
shareme_blogapp PublicThis web is a Blog App like Pinterest. You can log in, upload, edit, like and other things into the app.
JavaScript
-
-
nextjs-postgress-crud-typescript
nextjs-postgress-crud-typescript PublicThis a Web crud using PERN stack (postgress, express, react & node) with Typescript.
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.