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

GitHub stats

akshaw's code::stats stats



Pinned Loading

  1. ๐Ÿš€ The Ultimate AWS Activate & AI Cre... ๐Ÿš€ The Ultimate AWS Activate & AI Credits Playbook (2026 Edition) - A deeply researched founder-grade guide covering everything you need to know about setting up a fresh AWS account, securing AWS Activate credits, accessing Claude and other AI models through Amazon Bedrock, all the while preventing surprise billing disasters.
    1
    # The Ultimate AWS Activate & AI Credits Playbook (2026 Edition)
    2
    
                  
    3
    _A complete founder-grade guide to setting up a fresh AWS account, securing AWS Activate credits, using AI models through Amazon Bedrock, avoiding surprise charges, and maximizing startup benefits._
    4
    
                  
    5
    **Author:** Ayush Kumar Shaw (@YourAKShaw)  
  2. Complete Deployment Manual: Netlify ... Complete Deployment Manual: Netlify (Frontend) + AWS (Backend)
    1
    # Complete Deployment Manual: Netlify (Frontend) + AWS (Backend)
    2
    
                  
    3
    **Generic guide for deploying any modern frontend application to Netlify and any backend API to AWS**
    4
    
                  
    5
    ---
  3. A comprehensive, TypeScript-based cu... 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';
  4. Transform your Linux terminal into a... 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" />
  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 1

  6. microservice-template-nodejs-ts microservice-template-nodejs-ts Public template

    A backend template made using Node.js, Express.js, and TypeScript for building REST API based microservices.

    TypeScript