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

Former Software Engineer at KuiperZ

With over 15 years of experience in handling multiple technology projects across industries, KuiperZ has gained strong expertise in areas of technology consulting, solutions, and product engineering. With a team of technology experts, we help Enterprises with modern-day products and top-notch services through our tech-driven approach. Digitization being our key strategy, we digitally assess their operational capabilities to achieve our customers' end goals.

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();