Skip to content
View hernanhawryluk's full-sized avatar

Block or report hernanhawryluk

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
hernanhawryluk/README.md

Hi 👋 My name is Hernan

Full-Stack Mobile Developer

Portfolio Cambiar idioma al español Visitor Badge

Full Stack Developer specialized in mobile applications with strong experience in React Native for cross-platform development, Swift with SwiftUI for native iOS apps, and Kotlin with Jetpack Compose for Android. I have a solid background in building high-quality, scalable, and stable solutions, always aiming to deliver excellent user experiences. I actively participate in the full development cycle, including client interaction, requirement gathering, project planning, development, deployment, and ongoing production support.

I have led development teams, promoting effective collaboration, organized workflows, and the achievement of project goals in a timely and efficient manner. I am well-versed in Agile and Scrum methodologies, and I consistently apply best practices in development, code optimization, and CI/CD processes to ensure continuous improvement and reliable delivery. I am passionate about working on challenging projects where I can provide real value, solve meaningful problems, and continue growing as a developer and as a leader.

  • 🌍 I'm based in Argentina, Buenos Aires, Monte Grande.
  • 🖥️ See my portfolio developed in Next.js and deployed on Vercel.
  • 🚀 Currently working as a Mobile Developer.
  • ✉️ You can contact me at LinkedIn.

My Skill Set

Front-end

HTML5 CSS3 JavaScript TypeScript Swift Swift UI Kotlin React Expo NextJS Tailwind CSS Bootstrap

Back-end

Python Django JavaScript TypeScript NextJS NodeJS Express Java Spring Boot

DB & Cloud

MySQL PostgreSQL Prisma MongoDB Firebase GNU Bash Google Cloud Google Play App Store AWS AWS

💻 Representing myself as an instance of a class in Python

class FullStackDeveloper:
    def __init__(self, fullname, role, workplace):
        self.fullname = fullname
        self.role = role
        self.workplace = workplace
        self.languages = {"Spanish", "English"}
        self.coding_languages = {"JavaScript", "TypeScript", "Swift", "Kotlin", "Python", "Java"}
        self.technologies = {
            "front_end": {
                "basics": ["HTML", "CSS", "JavaScript"],
                "web": ["React", "Next.js", "Tailwind CSS", "Bootstrap"],
                "mobile": ["React Native", "Swift", "SwiftUI", "Kotlin", "Jetpack Compose"],
            },
            "back_end": {
                "typescript": ["Node.js", "Express", "Next.js"],
                "python": ["Django", "Django REST Framework"],
                "java": ["Spring Boot"],
            },
            "databases": {
                "sql": ["MySQL", "PostgreSQL", "SQLite"],
                "no_sql": ["MongoDB", "Firebase"],
            },
            "dev_ops": {
                "hosting": ["AWS", "Vercel"],
                "publishing": ["Google Play Store", "Apple App Store"],
            },
        }

    def work(self, tech_type, tech_category, tech_name):
        try:
            if tech_name in self.technologies[tech_type][tech_category]:
                return f"Actualmente estoy trabajando en desarrollo de {tech_category} utilizando {tech_name}."
            else:
                return f"{tech_name} no forma parte de mi stack de {tech_category}. Estoy abierto a aprenderlo."
        except KeyError:
            return f"'{tech_category}' no es una categoría válida dentro de '{tech_type}'."

    def __str__(self):
        return f"¡Hola! Mi nombre es {self.fullname}, y soy {self.role} en {self.workplace}."

    def __repr__(self):
        return f"FullStackDeveloper(fullname='{self.fullname}', role='{self.role}', workplace='{self.workplace}')"

hernan_hawryluk = FullStackDeveloper("Hernan Hawryluk", "Mobile Developer", "Bytewave")
work = hernan_hawryluk.work("front_end", "mobile", "React Native")

print(hernan_hawryluk)
print(work)

Snake eating contribution graph

github contribution grid snake animation

Connect with me

Pinned Loading

  1. instagram-clone-app instagram-clone-app Public

    Fully functional Instagram replica built in React Native, showcasing my skills as a mobile app developer. Explore the features and functionality of Instagram in this project.

    JavaScript 28 19

  2. ecommerce-nextjs-app ecommerce-nextjs-app Public

    A fullstack e-commerce website developed in Nextjs. This platform features a responsive design, comprehensive cart functionality, seamless Stripe payment integration, and a robust dashboard for eff…

    TypeScript 11 4

  3. portfolio-nextjs-app portfolio-nextjs-app Public

    My portfolio website crafted using Next.js, TypeScript, and Tailwind CSS. It boasts full responsiveness, multilingual support, light and dark modes, engaging animations, and robust form validation.

    TypeScript 3 1

  4. little-lemon-django little-lemon-django Public

    Web server for a restaurant designed in Python with Django architecture. Features include dynamic content templates, secure forms, user authentication, online reservations, dish reviews, and an API…

    Python

  5. tasks-nodejs-backend tasks-nodejs-backend Public

    This backend component forms an integral part of a full-stack project crafted using React and Node.js, powered by the Express framework.

    TypeScript 1

  6. ThreadsCloneApp ThreadsCloneApp Public

    Work in progress...

    Swift