Skip to content
View muralikrishnat's full-sized avatar

Block or report muralikrishnat

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

πŸ‘‹ Hi, I'm Muralikrishna

Full-stack developer focused on Node.js, MongoDB, containerized systems, and scalable backend architecture. I build developer tools, APIs, and automation-driven solutions.


πŸš€ ABOUT ME

  • πŸ’» Full Stack Developer (Node.js ecosystem)
  • 🐳 Experience with Docker-based multi-container systems
  • πŸ—„οΈ MongoDB enthusiast
  • πŸ€– Exploring AI integrations & LLM-powered workflows
  • 🧩 Strong interest in Microservices & Micro Frontend architectures
  • πŸ” Focused on secure API design and authentication systems

πŸ“¦ PUBLISHED NPM PACKAGES

  1. lighdator https://www.npmjs.com/package/lighdator

Lightweight data handling utilities for modern JavaScript applications.

  1. power-of-api https://www.npmjs.com/package/power-of-api

Utility toolkit to build structured and scalable API layers.

  1. lightdator https://www.npmjs.com/package/lighdator

lighdator is simple and light weight field validator.

  1. genpro-cli https://www.npmjs.com/package/genpro-cli

https://boilerplate-hub.web.app

CLI tool to generate project scaffolding for UI, API, and Fullstack applications with versioned templates.

  1. mkterm-cli https://www.npmjs.com/package/mkterm-cli

https://mkterm.web.app/

CLI tool to run the local web terminal in local browser with some good capabilities like commands history, saved commands.


πŸ“š AUTHOR

Book: Micro Frontends and Micro Services – Building Scalable Applications

https://play.google.com/store/books/details/Muralikrishna_T_Micro_Frontend_Micro_Services?id=pOvtDwAAQBAJ

Topics Covered:

  • Micro Frontend architecture
  • Microservices patterns
  • Scalable system design
  • Independent deployments
  • Modular frontend ecosystems

πŸ› οΈ TECH STACK

Backend: - Node.js - Express.js

Database: - MongoDB

Authentication: - JWT

DevOps: - Docker

Frontend: - React

Automation: - Puppeteer


πŸ“ˆ CURRENT FOCUS

  • Developer productivity tools
  • CLI-based scaffolding systems
  • Secure API design
  • Containerized SaaS deployments
  • AI-enhanced development workflows

⭐ If you find my work useful, consider supporting the packages or giving a star on GitHub.

Pinned Loading

  1. Achieving routing using pure Javascript Achieving routing using pure Javascript
    1
    var App = {};
    2
    
                  
    3
    var addRoutes = function () {
    4
        $NB.addRoute('/books/:id', function (params) {
    5
            console.log('Route is ', params.Title, params.id);
  2. Secret of Javascript Templating Secret of Javascript Templating
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    
                  
    4
    <head>
    5
        <title></title>
  3. Concept of Virtual DOM Concept of Virtual DOM
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
        <title>Creating Virtual DOM</title>
    5
        <meta charset="UTF-8">
  4. Behind the scenes of Dependency Inje... Behind the scenes of Dependency Injection
    1
    //Pre-requirements: knowing following concepts is good to understand DI in better way.
    2
    //1.SingleTon Design Pattern and usage
    3
    //2.'call' and 'apply' methods
    4
    
                  
    5
    
                  
  5. lighdator lighdator Public

    Light Weight Validator

    JavaScript