About Me

I am a full-stack web developer and enthusiast to progress within software development. For the last two years, I have been learning web development and building various open-source projects. I'm currently studying at RS School.

I love learning new things and sharing my knowledge and discoveries with others through videos (on Youtube) and Blog posts.

You can find all my open-source projects on Github . Some projects I'm proud of are listed Here

Skills

Programming languages & Tools

Projects

  • blog-in-laravel

    Blog site converted from Node to PHP & Laravel

  • blog-site

    Blog site has been created with the help of Node.js, Express and EJS

  • ish-bor.uz

    Cloning ish-bor.uz with Node.js, Express, TypeScript and React

  • ilmizla_bot

    Telegram bot for my video tutorials

  • img2txt_bot

    Telegram bot that can extract text from an image.

  • matras

    Simple app using Node & Postgress.

  • harward_backend

    Simple app for course center.

  • telegram-clone

    Live Demo

Code Example

                        
                            const uniqueOccurrences = function (arr) {
                                const obj = {};
                                for (const num of arr) {
                                    if (obj[num]) obj[num]++;
                                    else obj[num] = 1;
                                }
                                return (
                                    [...new Set(Object.values(obj))].length === Object.values(obj).length
                                );
                            };
                        
                    

Education

  • Bachelor, INHA University in Tashkent

    Faculty of Logistics

  • Najot Ta'lim Education Center

    Full-stack web development course

Languages

  • Uzbek (Native)

  • Russian (Intermediate)

  • English (IELTS 6)