Skip to content
View gkgy147's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report gkgy147

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

This is Me

George Robert

(Software Engineering Student at 42Bangkok,KMITL.)

grobert's 42 stats

β”Œβ”€β”€β”€ WHOAMI β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β–°β–°β–°
β”‚
β”œβ”€β–£ Software Engineer Student at 42 Bangkok.
β”œβ”€β–£ From South India.
β”œβ”€β–£ I derive immense satisfaction from delving into intricate challenges and striving to discover the most streamlined and effective resolution.
β”œβ”€β–£ Fascinated by the realms of low-level programming, cybersecurity, DevOps, networking, cloud computing, and artificial intelligence, these domains captivate my curiosity.
β”‚
└───────────────────────────────▰▰▰

β”Œβ”€β”€β”€ SOCIAL β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β–°β–°β–° β”‚ β”œβ”€β—ˆ LinkedIn β”‚ └───────────────────────────────▰▰▰ β”Œβ”€β”€β”€ PERSONEL PROJECTS β”œβ”€β”€β”€β”€β”€β”€β”€β–°β–°β–° β”‚ β”œβ”€β—ˆ GITLAB CI-CD β”œβ”€β—ˆ β”œβ”€β—ˆ β”‚ └───────────────────────────────▰▰▰

β”Œβ”€β”€β”€ 42 PROJECTS β”œβ”€β”€β”€β”€β”€β”€β”€β–°β–°β–° β”‚ β”œβ”€β—ˆ MINISHELL-42 β”œβ”€β—ˆ PUSH-SWAP β”œβ”€β—ˆ MINITALK β”œβ”€β—ˆ FT_PRINTF β”œβ”€β—ˆ LIBFT β”œβ”€β—ˆ SO_lONG β”œβ”€β—ˆ PHILOSOPHERS β”œβ”€β—ˆ β”œβ”€β—ˆ β”œβ”€β—ˆ β”‚ └───────────────────────────────▰▰▰

aws bash c cplusplus docker gcp git go jenkins kubernetes linux nginx

gkgy147

Pinned Loading

  1. Gitlab_ci-cd Gitlab_ci-cd Public

    This is a personal project demonstrating the complete gitlab ci and using argo-cd for deployments. Inside a GKE private cluster made using terraform.

    HCL

  2. Minishell42 Minishell42 Public

    Project done in 42, this one mimicks the bash shell.

    C

  3. ft_printf ft_printf Public

    A custom implementation of the printf function in c.

    C

  4. Libft Libft Public

    First project at 42 School to make a standard c library.

    C

  5. minitalk-42 minitalk-42 Public

    A program to exchange data between two processes using unix signals.

    C

  6. Push_Swap Push_Swap Public

    The project will make you sort data on a stack, with a limited set of instructions, using the lowest number of actions. To succeed you will have to manipulate various types of algorithms and choose…

    C