Skip to content
View Phoenix-GH's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Toptal
  • Earth

Block or report Phoenix-GH

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

Hi 👋, welcome to Fenix's Github.

I go by the name Fenix, the fearless Senior Full-Stack Developer and Software Engineer who thrives on tackling challenges and conquering obstacles like a coding superhero!

I am an intrepid Senior Full-Stack Developer and Software Engineer, fearlessly navigating the digital realm with a versatile skill set that spans from front-end finesse to back-end wizardry. With a keen eye for design and a knack for problem-solving, I craft seamless user experiences and robust software solutions that shine brighter than lines of code on a dark screen. Whether scaling mountains of data or untangling complex algorithms, I am the go-to hero for turning tech dreams into reality.

🌟 My Expertise

With a strong foundation in both front-end and back-end technologies, I specialize in crafting robust applications that shine brighter than lines of code on a dark screen. My areas of expertise include:

Front-End Development:

Proficient in modern frameworks like React, Angular, and Vue.js, I create dynamic and responsive user interfaces that captivate users and enhance their interaction with technology.

Back-End Development:

Skilled in Node.js and various database technologies, I design and implement scalable server-side solutions that ensure data integrity and performance.

Emerging Technologies:

I am passionate about AI, Blockchain, and Machine Learning, exploring how these cutting-edge technologies can be integrated into applications to solve real-world problems and drive innovation.

Problem Solving:

Whether scaling mountains of data or untangling complex algorithms, I approach challenges with a strategic mindset, leveraging my analytical skills to devise effective solutions.

🧐 About Me

  • 🔭 I’m currently working on earth. Phoenix-GH is my github work account.
  • 💬 Feel free to ping me about topics such as React, Node.js, Angular, Vue.js, AI, Blockchain, Machine Learning, LLM, and Python. I love sharing knowledge and collaborating with fellow tech enthusiasts!

🛠️ Tools & Technologies

More Info

Things I code with:

                 

Tools I use:

         

Things I am learning:

   

Pinned Loading

  1. my-wave-portal my-wave-portal Public

    My first smart contract using Solidity

    Solidity 1

  2. udplabs/udp-mobile udplabs/udp-mobile Public

    React Native project

    JavaScript 5 3

  3. fancy-product-designer-extended fancy-product-designer-extended Public

    Updated fancy product designer plugin

    PHP 24 18

  4. weatherapp weatherapp Public

    Weather info looking application built using Laravel, Vue and Spark

    JavaScript 5 1

  5. MTW MTW Public

    A large enterprise app using Xamarin.forms

    C# 2

  6. Gist for the interview for Contra Gist for the interview for Contra
    1
    /**
    2
     * In this short assessment, the following code tries to implement the React Suspense API,
    3
     * but does so incorrectly. There are 3 core issues with how these components utilize Suspense and concurrent mode -- can you find them?
    4
     * 
    5
     * In your submission, be sure to: