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 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
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 the subsidiaries @CodeinnHQ and @YourMediaChannel, 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. 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
    ---
  2. 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';
  3. 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

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

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

  6. Namaste 🙏 JavaScript is a YouTube pl... Namaste 🙏 JavaScript is a YouTube playlist by Akshay Saini. These are the notes I've made when I was learning JavaScript from Scratch using the playlist.
    1
    ### How JavaScript Works?
    2
    
                  
    3
    > Is JavaScript:
    4
    >
    5
    > - <i><mark>**Synchronous**</mark> or Asynchronous?</i>