Skip to content
View tchiinhemba's full-sized avatar
❤️
in love with community
❤️
in love with community

Block or report tchiinhemba

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

Profile views counter

Hi there 👋

I'm Eládio Tchiinhemba, a passionate Software Developer with over 5 years of experience in the tech world. Born in Angola and currently based in the vibrant city of Luanda, I've always been driven by my enthusiasm for technology.

I love contributing to the community through blog posts, sharing insights and experiences that I've gained along my journey.

LinkedIn: tchiinhemba Instagram: tchiinhemba

🌟 What I Do

Over the years, I've honed my skills in both frontend and backend development, as well as UX Design. My projects range across various sectors, including insurance, blockchain, and finance, using technologies like Node.js, React.js, Figma, Google Cloud Platform, and more.

🚀 Frontend and Backend Repositories

  • Frontend Projects: Explore my frontend development journey, where I focus on creating elegant and functional user interfaces. Visit the Frontend Projects Repository to see my work with React.js, HTML, CSS, and other cutting-edge technologies.

  • Backend Projects: Dive into my backend expertise, where I build robust and scalable systems. Check out the Backend Projects Repository to discover my work with Node.js and various backend frameworks.

⚡ Technologies I Work With

Below are some of the key technologies and tools I use regularly:

Most used languages

Pinned Loading

  1. This code is an implementation of th... This code is an implementation of the Luhn Algorithm
    1
    #include <cs50.h>
    2
    #include <stdio.h>
    3
    #include <string.h>
    4
    #include <stdlib.h>
    5
    #include <ctype.h>