Kazi Mohammad Nokib

Kazi Mohammad Nokib

Software Engineer & Technical Blogger

Sharing my journey, experiences, and insights about software development, best practices, and emerging technologies.

About Me

Kazi Mohammad Nokib

Senior Software Engineer at Shabujglobal Education

I am Kazi Mohammad Nokib, a Senior Software Engineer and Team Lead at Shabujglobal, a prominent educational consultancy. With over 5 years of experience in the industry, I specialize in Laravel, Vue.js, and DevOps. In my current role, I lead the management and development of our core CRM and website, a platform that operates simultaneously across 9 countries. I am passionate about driving digitalization; our CRM is a comprehensive solution that handles the entire student process, advanced reporting, and HRM functionalities, effectively digitizing the organization's operations. My background includes successfully handling multiple projects for a diverse range of clients across the world, and I am focused on building scalable, efficient solutions that solve real-world challenges.

Laravel PHP JavaScript Vue.js API Development MySQL AWS Git
// Hello, I'm Nokib!
class Developer {
    constructor() {
        this.name = "Kazi Mohammad Nokib";
        this.role = "Software Engineer";
        this.languages = ["PHP", "JavaScript", "Python"];
        this.frameworks = ["Laravel", "Vue.js", "Tailwind CSS"];
    }

    code() {
        return "Building elegant solutions to complex problems";
    }

    share() {
        return "Teaching and writing about development";
    }
}

const nokib = new Developer();