Skip to content
View YourAKShaw's full-sized avatar
:electron:
tapping away on my keyboard _</>...
:electron:
tapping away on my keyboard _</>...

Organizations

@EddieHubCommunity @Crio-Bytes @Crio-projects @teacher-arc @SiddhiScript @SpiderSpaceHQ

Block or report YourAKShaw

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
YourAKShaw/README.md

GitHub Streak

YourAKShaw's Github Activity Graph


You can call me Ayush, Shaw, or whatever feels rightโ€”just donโ€™t spoil the fun! ๐Ÿ˜…

Iโ€™m an engineer ๐Ÿ’ก passionate about building everything from back-end ๐Ÿ’ป APIs and microservices with MVCS architecture to hardware and IoT projects. Innovation drives me across all tech domains.

I focus on securing technology and solving complex problems with smart, practical solutions.

Iโ€™m the Founder & CEO of @YourAKShawInc, a visionary parent company behind its subsidiary @CodeinnHQ, where we build and scale cutting-edge tech ventures.

My three favorite Cโ€™s are ๐Ÿ‘จโ€๐Ÿ’ป Code, โ˜• Coffee, and ๐Ÿช Cookiesโ€”fuel for creativity and focus!

Iโ€™m an open source ๐Ÿ˜บ enthusiast, always eager to learn new tech and upskill wherever possible.

Committed to grabbing great opportunities, I strive to outwork and outperform myself every day. Letโ€™s create the future together! ๐Ÿ˜ต๐Ÿš€


TwitterLinkedIn Instagram FBReddit


GMail

GitHub followers


StackOverflowMediumAyush Kumar Shaw's DEV Community ProfileGitLabCodestats










resume-art

YourAKShaw's GitHub Stats

akshaw's code::stats stats



Pinned Loading

  1. ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป A comprehensive, highly practic... ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป A comprehensive, highly practical handbook for modern principal engineers: mastering technical leadership, Git hygiene, GitHub workflows, enterprise CI/CD, AWS/cloud architecture, container orchestration, and product delivery.
    1
    # Principal Engineer Operating Manual
    2
    
                  
    3
    <p align="center">
    4
      <a href="https://linktr.ee/YourAKShaw" target="_blank">
    5
        <img src="https://i.ibb.co/PGFBbJJc/principal-engineer-manual-ebook-cover-yourakshaw-rounded.png" alt="Follow me on Linktree" />
  2. ๐ŸŒ An engineering-first, AI-era SEO m... ๐ŸŒ An engineering-first, AI-era SEO manual that can take someone from zero to all-rounded SEO engineer.
    1
    # SEO Engineering Playbook for the AI Era
    2
    
                  
    3
    <p align="center">
    4
      <a href="https://linktr.ee/YourAKShaw" target="_blank">
    5
        <img src="https://i.ibb.co/V0Pf6LY5/seo-fullstack-blueprint-gist-cover-16-9-v3.jpg" alt="Follow me on Linktree" />
  3. ๐Ÿ’ป๏ธ Transform your Linux terminal int... ๐Ÿ’ป๏ธ Transform your Linux terminal into a futuristic cyberpunk gaming command center using Kitty, Fastfetch, Cava, CMatrix, Pipes, and transparent neon aesthetics. A complete step-by-step Ubuntu setup guide for building the ultimate hacker-style hypergrid workspace ๐Ÿš€
    1
    # Ultimate Gamer Vibe Terminal Setup Guide ๐ŸŽฎ โšก
    2
    
                  
    3
    <p align="center">
    4
      <a href="https://www.youtube.com/watch?v=pP2sffpVRro" arget="_blank">
    5
        <img src="https://i.ibb.co/gZrNjWqL/Your-AKShaw-Gamer-terminal-clipped-5s-small.gif?v=1" alt="YourAKShaw Gamer Terminal" />
  4. ๐Ÿ“ A comprehensive, TypeScript-based ... ๐Ÿ“ A comprehensive, TypeScript-based custom logger for Node.js/NestJS projects built on Winston. Features include emoji-enhanced log levels, colorized console output, context-awareness, daily rotating JSON log files with size and retention limits, environment-driven log verbosity, and sensitive data sanitization for secure, production-ready logging.
    1
    import * as emoji from 'node-emoji';
    2
    import * as winston from 'winston';
    3
    import chalk from 'chalk';
    4
    import { LoggerService } from '@nestjs/common';
    5
    import DailyRotateFile from 'winston-daily-rotate-file';
  5. microservice-template-nestjs-mongoose microservice-template-nestjs-mongoose Public template

    A backend template made using NestJS and Mongoose for basic REST API based microservices.

    TypeScript 2

  6. microservice-template-springboot microservice-template-springboot Public

    A backend template made using Java and SpringBoot for building REST API based microservices.

    Java