Skip to content
View nuwe1's full-sized avatar
πŸ¦…
Breaking barriers
πŸ¦…
Breaking barriers

Block or report nuwe1

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

Full-stack software developer, Active Open-source contributor
Community builder & Working remotely.



Vibing to : 🎧

Spotify
Totals Hits Hits


Hi Hi,

Let me share a little about myself.

The Ruby class below represents my personal strengths based on a CliftonStrengths test I took. The behaviors listed in this class describe my personal traits and each method provides a brief definition of that behavior. The behaviors are stored in an array that can be accessed through the 'behaviors' method.

class PersonalStrengths
 attr_reader :behaviors

 def initialize
   @behaviors = []
 end

 [:individualization, :learner, :arranger, :responsibility, :relator, :intellection, :futuristic, :developer, :discipline, :analytical].each do |behavior|
   define_method(behavior) do
     @behaviors << behavior
     "You #{BEHAVIOR_DESCRIPTIONS[behavior]}." 
   end
 end

 BEHAVIOR_DESCRIPTIONS = {
   individualization: "are intrigued with the unique qualities of each person. You have a gift for figuring out how different people can work together productively",
   learner: "have a great desire to learn and want to continuously improve. The process of learning, rather than the outcome, excites you",
   arranger: "can organize, but you also have a flexibility that complements this ability. You like to determine how all of the pieces and resources can be arranged for maximum productivity",
   responsibility: "take psychological ownership of what you say you will do. You are committed to stable values such as honesty and loyalty",
   relator: "enjoy close relationships with others. You find deep satisfaction in working hard with friends to achieve a goal",
   intellection: "are characterized by your intellectual activity. You are introspective and appreciate intellectual discussions",
   futuristic: "are inspired by the future and what could be. You energize others with your visions of the future",
   developer: "recognize and cultivate the potential in others. You spot the signs of each small improvement and derive satisfaction from evidence of progress",
   discipline: "enjoy routine and structure. Your world is best described by the order you create",
   analytical: "search for reasons and causes. You have the ability to think about all of the factors that might affect a situation"
 }.freeze
end

πŸ”­ My Goals and Ambitions

I’m a Software Engineer with a passion for building scalable, high-performance applications that create meaningful user experiences. With 6+ years of experience in full-stack development, I specialize in Ruby on Rails, and I thrive in remote, collaborative teams.

What Drives Me?

πŸ”Ή Building Impactful Software – I believe software should not just function but deliver seamless, intuitive experiences that truly benefit users.
πŸ”Ή Scalability & Performance – I focus on writing efficient, maintainable, and well-tested code that ensures applications run smoothly under any load.
πŸ”Ή Continuous Learning & Growth – Whether it’s contributing to open-source projects or working with cross-functional teams, I’m always looking for opportunities to expand my skill set.

What I Bring to a Team

βœ… Full-Stack Expertise – Strong background in backend development (Ruby on Rails, PostgreSQL, API design) and frontend development with Vue.js, Stimulus.js.
βœ… Cloud & DevOps Experience – Deploying applications on Heroku, AWS (RDS, S3, CloudFront, CloudWatch) with Docker for development environments.
βœ… Open Source Contributions – Active contributor to GitLab, collaborating with developers worldwide.
βœ… Remote & International Collaboration – Worked with distributed teams in the past.
βœ… Mentorship & Knowledge Sharing – Passionate about mentoring junior developers and advocating for best practices in testing, CI/CD, and system design.

Let’s Connect!

I’m always open to connecting with like-minded developers, entrepreneurs, and collaborators. If you’re looking for someone who is passionate about building scalable, high-quality applications, let’s chat!

πŸ“© Email me: mkaregyeya@gmail.com

πŸ… My Achievements
πŸ“„ My Skills

python R mariaDB SQLite postgreSQL Latex html css javascript

Ruby PHP Stimulus Js Vue.js react redux react-router material-ui tailwind-css graphql html css sass bootstrap jquery

πŸ› οΈ My Tools

Linux Git Github Overleaf Vercel flask Rails heroku netlify AWS mocha jest rspec figma canva ubuntu vs-code

πŸ“ My Posts

While I don't blog on a regular basis, you can find some of my writing here:

πŸ“ˆ My Stats

stats trophy graph streak streak stats

πŸ” Where to find me

linked-in twitter medium dev.to gitlab


β€œBe curious. Read widely. Try new things. What people call intelligence just boils down to curiosity.” ― Aaron Swartz

You miss 100% of the shots you don't take.

Pinned Loading

  1. refactored-R-R refactored-R-R Public

    This is just a ratings and review coding challenge

    JavaScript

  2. TipCalculatorChallenge TipCalculatorChallenge Public

    This is a TipCalculatorChallenge exercise

    Ruby