Skip to content
View qlishell's full-sized avatar
  • The Player Institute
  • Ho Chi Minh City, Vietnam

Block or report qlishell

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
qlishell/README.md

Hi ✌️, I'm Shell

👋 Hi, I’m @qlishell
👀 I’m interested in software development, ERP systems, and learning new technologies like React Native and Nest.js.
🌱 I’m currently learning React Native for mobile app development, as well as enhancing my JavaScript skills.
💞️ I want to collaborate on mobile app projects, ERP modules, and full-stack development.
📫 How to reach me: Feel free to contact me via nhoangkiet35@gmail.com.
😄 Pronouns: He/Him/They (adjust as needed)
⚡ Fun fact: I’m learning English and Korean, aiming for proficiency in both!

🌐 Socials:

Facebook Instagram LinkedIn

💻 Tech Stack:

HTML5 CSS3 GraphQL JavaScript TypeScript Express.js Next JS NestJS NodeJS React React Native React Query React Router React Hook Form Redux Remix SASS Socket.io TailwindCSS Three js Vue.js

📊 GitHub Stats:




A little more about future orientaion

const shell = {
    pronouns: "He" | "Him",
    code: ["HTML", "CSS", "JavaScript", "Python", "Java", "C#"],
    askMeAbout: ["web dev", "tech", "app dev", "photography", "AI/ML", "cloud computing"],
    technologies: {
        frontEnd: {
            js: ["React", "Vue", "Angular", "Next"],
            css: ["Tailwind", "Bootstrap", "SASS"]
        },
        backEnd: {
            js: ["Node", "Fastify", "Express", "Nest"],
            csharp: [".NET"]
        },
        mobileApp: {
            native: ["Android Development", "iOS Development"],
            crossPlatform: ["React Native"]
        },
        blockChain: ["Solidity"],
        devOps: ["AWS", "Docker🐳"],
        databases: ["SQL Server", "MongoDB", "MySQL", "SQLite", "PostgreSQL"],
        misc: ["Firebase", "Socket.IO", "RESTful API", "GraphQL"],
        testing: ["Jest", "Vitest"]
    },
    architecture: ["Microservices", "Serverless Architecture", "Clean Architecture", "Progressive Web Applications", "Single Page Applications"],
    currentFocus: "Exploring AI/ML technologies",
    funFact: "There are two ways to write error-free programs; only the third works."
};

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊


Popular repositories Loading

  1. React-Native-The-Practical-Guide React-Native-The-Practical-Guide Public

    Use React Native and your React knowledge to build native iOS and Android Apps

    JavaScript 2

  2. The-Shell-Coffee The-Shell-Coffee Public

    "The SHELL Coffee Shop" Zalo Mini App. Deploy Development [QR below]

    JavaScript 2

  3. qlishell qlishell Public

    Config files for my GitHub profile.

  4. SQL-The-Practical-Guide SQL-The-Practical-Guide Public

    If you work in data, you’ll write SQL queries all the time. So how do you write efficient SQL queries that are optimized for performance

    Python