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. 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

  5. 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

  6. microservice-template-nodejs-js microservice-template-nodejs-js Public template

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

    JavaScript 3