Skip to content
View mzubair481's full-sized avatar
:octocat:
:octocat:

Block or report mzubair481

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

Hi there, I'm Zubair!

πŸ¦‰ Nocturnal Development Mode

# NightOwl-Dockerfile

FROM insomnia:chronic

LABEL maintainer="mzubair481"
LABEL timezone="UTC-WheneverImAwake"

# Install night shift essentials
RUN apt-get update && apt-get install -y \
    dark-mode \
    blue-light-filter \
    caffeinated-beverages \
    lo-fi-beats \
    blackout-curtains \
    productivity-guilt

# Set optimal coding hours
ENV PEAK_HOURS="23:00-05:00"
ENV SLEEP_SCHEDULE="non-existent"

WORKDIR /home/mzubair481/3am-ideas

# ADD online presence
ADD https://github.com/mzubair481 /home/mzubair481/commits-at-2am

# COPY code written at questionable hours
RUN git clone https://github.com/mzubair481/express-boilerplate.git
RUN git clone https://github.com/mzubair481/UbuntuServerHardening.git

# RUN at night
RUN echo "Starting work at sunset..."
RUN while [ $(date +%H) -lt 6 ]; do code frantically; done

# EXPOSE to daylight (avoided)
EXPOSE 3000 "to-sunlight:never"

# CMD that runs all night
CMD ["code", "--no-sleep-mode"]

# ENTRYPOINT to the vampire lifestyle
ENTRYPOINT ["echo", "The sun is a deadly laser... back to coding"]

# Exit status: Somehow productive at 3am but useless at 3pm

πŸ”§ Technologies & Tools

TypeScript Node.js Express.js Prisma Docker Python React Ubuntu Bash VS Code

πŸ“Š My GitHub Stats

Zubair's GitHub Stats Top Languages

πŸš€ My Creations

express-boilerplate UbuntuServerHardening

πŸ“ˆ Contribution Graph

Contribution Graph

Pinned Loading

  1. express-boilerplate express-boilerplate Public

    πŸš€ A modern, production-ready Express.js starter template built with TypeScript. Features JWT authentication, Prisma ORM, comprehensive testing, Docker support, and monitoring tools. Perfect for bui…

    TypeScript 122 29

  2. ubuntu-server-security-hardener ubuntu-server-security-hardener Public

    Enterprise-grade modular security hardening for Ubuntu 22.04/24.04 LTS servers

    Shell