Skip to content
View neomadara's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report neomadara

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

Hello World


Hi, I'm Cristian Gutiérrez, a passionate self-taught Software Engineer from Chile. Creating Code is one of the things that i am most passionate about doing, understanding the problem and giving a solution through creativity and logic is an incredible feeling.

I always keep learning something new and reinforcing what i already know.


GIF

  • 🔭 I’m currently working on Walmart Chile
  • 🌱 I’m currently learning:
    • iOS
    • Android
  • 📚 I’m currently reading:
    • The Programmatic Programmer
    • Modern Software Engineer
  • 📝 My Resume
  • ⚡ Strange fact about me: I have titanium in my right hand

Languages and Tools:

android docker git go javascript kotlin kubernetes linux mongodb nodejs react

📊 This Month I Focus My Time On:

creating my tech road map 2024

📈 My GitHub Stats

neomadara

Pinned

  1. Guillotine cutting algorithm Guillotine cutting algorithm
    1
    $paginador = 6;
    2
    $contador_interno = 1;
    3
    $total_tickets = 18;
    4
    $cada = ceil($total_tickets/$paginador);
    5
    $total_pagina = $cada * 5;
  2. Dijkstra-algorithm Dijkstra-algorithm Public

    Djistra en Java

    Java 1

  3. oak-api-example oak-api-example Public

    this little project its for take an idea of how to construct a API with and hexagonal architecture in deno - oak

    TypeScript 2

  4. react-redux-template react-redux-template Public

    JavaScript 1

  5. clean-architecture-example clean-architecture-example Public

    this repo is a example of how can implement clean architecture with Golang

    Go 1