Skip to content
View almoggutin's full-sized avatar
🖥️
Coding
🖥️
Coding
Block or Report

Block or report almoggutin

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

Hi I'm Almog Gutin hi


“The only time success comes before work is in the dictionary.” - Harvey Specter


👇 Hit in your console or terminal to connect with me.

npx almog-gutin

👆 This command line tool can be found at NPX-Card

A little more about me...

I'm Almog Gutin, a seasoned Full Stack Developer presently contributing to the success of Tabit - Restaurant Technologies. With past experiences as a Full Stack Developer, along with my tenure as a Course Instructor, my journey in the coding realm started when I was merely a fourth grader. That early interest instilled in me a passion for software development that has guided my career path.

I characterize myself as a committed professional with a steadfast adherence to my values. I possess a clear understanding of my strengths and areas that need enhancement, and I constantly strive to transform those areas into new competencies through diligent study and focused practice.

Technologies 💻

const almog = {
    pronouns: 'He' | 'Him',
    code: ['Javascript', 'Typescript', 'C#', 'Java', 'Python'],
    askMeAbout: ['web dev', 'devops', 'databases'],
    technologies: {
        frontend: {
            js: ['React', 'Angular'],
            css: ['css', 'sass', 'scss'],
        },
        backend: {
            js: ['Node', 'Express'],
            cSharp: ['ASP.NET', '.NET Framework', '.NET Core'],
        },
        mobileApp: {
            crossPlatform: ['React Native'],
        },
        devOps: {
            cloudProviders: ['AWS'],
            scaling: ['Docker🐳', 'Kubernetes'],
            linux: ['Command Line', 'Bash Scripts'],
            cicd: ['circleCi'],
        },
        databases: {
            sql: ['MySQL', 'MsSQL'],
            noSql: ['MongoDB', 'Redis'],
        },
        misc: ['Firebase', 'Socket.IO', 'JWT'],
    },
    architecture: ['Single page applications', 'Microservices', 'Server Side Rendering'],
    currentFocus: 'Full-Stack and DevOps Development',
};

Popular repositories

  1. node-express-rest-api-mysql-js-example node-express-rest-api-mysql-js-example Public

    Basic REST API example that is built with Node.js and Express in JavaScript. Database connection with MySQL with mysql2 library.

    JavaScript 17 8

  2. checkers-vanilla-js checkers-vanilla-js Public

    Basic player vs. player checkers game. Responsive web application for both desktop and mobile.

    JavaScript 1

  3. checkers-server-node-socket-io checkers-server-node-socket-io Public

    Online checkers game where users can signup to the application and play against other users. In addition there is chat functionality and users can customize their profile account.

    JavaScript

  4. web-crawler-worker-node-js web-crawler-worker-node-js Public

    Worker part of the Web Crawler application. The Web Crawler app takes an input from the user such as a link maximum number of pages and depth. At the end it shows in real time a tree of all the lin…

    JavaScript

  5. web-crawler-manager-node-js web-crawler-manager-node-js Public

    Backend part of the Web Crawler application. The Web Crawler app takes an input from the user such as a link maximum number of pages and depth. At the end it shows in real time a tree of all the li…

    JavaScript

  6. web-crawler-client-handlebars web-crawler-client-handlebars Public

    Frontend part of the Web Crawler application. The Web Crawler app takes an input from the user such as a link maximum number of pages and depth. At the end it shows in real time a tree of all the l…

    HTML