Skip to content
View njnur's full-sized avatar
Block or Report

Block or report njnur

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
njnur/README.md

Hello 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:
    def __init__(self):
        self.name = "Nurujjaman Nur"
        self.role = "Software Engineer"
        self.language_spoken = ["bn_BD", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by! Hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

📝 Blogs

🔧 Technologies & Tools

📫 Find Me

LinkedIn Reddit Medium

Pinned

  1. InTime-Python-SDK InTime-Python-SDK Public

    You use the InTime SDK for Python to create, configure, and manage InTime services, such as Creating and Sending SMS's. The SDK provides an object-oriented API as well as low-level access to InTime…

    Python 3

  2. BackendRoadmap BackendRoadmap Public

    The Backend Developer Roadmap is a collection of solutions and resources for the Backend Developer Roadmap, offering guidance and examples for mastering backend development skills.

    4

  3. Docker-Cheat-Sheet-and-Definitions Docker-Cheat-Sheet-and-Definitions Public

    Some useful docker commands and Docker terminologies with a summary of explanations of commands

    1 1

  4. DDPSystem DDPSystem Public

    This project develops a Go-based Distributed Data Processing System for real-time, large dataset analysis. It simulates analytics and streaming platforms with concurrency, distributed computing, an…

    Go

  5. VenturasCrawler VenturasCrawler Public

    It is a Crawler where APIs are used to perform CRUD operations from publicly Crawled Product Data.

    Python

  6. CP-Practice CP-Practice Public

    This is my personal repository of solutions that I wrote through the time. I hope this can help you in some way.

    Python 1