Skip to content
View Josh012006's full-sized avatar
😃
😃

Highlights

  • Pro
Block or Report

Block or report Josh012006

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
Josh012006/README.md
greeting
  • I'm currently honing my skills in software development. At the same time, I'm working on a 2D mini-game 🎮project in C++ and learning Qt and OpenCV on my own.
  • 💪🏽Skills:
    • I've mastered the basics of web development like HTML5, CSS3 with some of its frameworks(Bootstrap, Tailwind) and JavaScript (with DOM and ES6).
    • I know how to write code in C++(Basics, SFML and STL) and in C. In fact that's the first language I learned 😎.
    • I also know how to write queries with SQL (DDL, DML and DQL) and also NoSQL databases using MongoDB and Mongoose.
    • I can also use Node.js to build server-side applications with Express.js especially (and even using some template engines like Handlebars and Pug for rendering pages).
    • I've mastered the concept of OOP in C++ and JavaScript.
    • I'm able to build frontend applications with React and Redux (mainly redux toolkit).
    • I know how use TypeScript to create MERN stack (MongoDB, Express, React, Node.js) apps. S/N: You can find more about all my skills by visiting my linkedin profile.
  • All that I need now is some experience 🌟. That's why I'm looking 🔍 for a remote internship as a junior software developer.
  • How to reach me: josuesmjr.mongan@gmail.com
  • Fun facts🥳: I really love computer science and always liked discovering new things by disassembling🔧 electronic devices (so watch out for your devices🤭). 🎹📚 I also play piano and I like reading a lot.

Languages

HTML5   CSS3   JavaScript   TypeScript
SQL   MySQL   MongoDB
C++   C
Python

Tools and Librairies

SASS   Git   MongoDb Compass   OpenCV   SFML   Node.js   Express.js   Postman API   React   Redux   Next.js


CodeWars Badge Top Langs

Top repositories

Readme Card Readme Card Readme Card Readme Card

Some of my achievements

📪Let's connect

Linkedin: https://www.linkedin.com/in/josu%C3%A9-st-martin-jr-mongan-a7b6242b8/ . You can find all my certificates and proofs on my Linkedin Profile page.

Pinned

  1. Movie-App Movie-App Public

    Movie App created using React, React-Router and Express. The configuration is done with Vite.

    JavaScript 1

  2. Height-of-Binary-Search-Tree Height-of-Binary-Search-Tree Public

    Implementation of a method getHeight to compute the height of a Binary Search Tree.

    C++ 1

  3. Redux Redux Public

    Task management app written in react using redux toolkit to manage state.

    JavaScript 1

  4. Applied-Algorithms-in-Software-Development Applied-Algorithms-in-Software-Development Public

    An implementation of Dijkstra's Algorithm in JavaScript.

    JavaScript

  5. AI-ChatBot AI-ChatBot Public

    Simple Chatbot using llama3 as a LLM and written in Python.

    Python