Skip to content
View tafhimulkabir's full-sized avatar
🐘
🐘

Organizations

@Themoholic @coderaven1 @darkmatter1971
Block or Report

Block or report tafhimulkabir

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

Hi there πŸ‘‹, I'm Tafhimul kabir

Quick overview:

  • πŸ’Ό I’m currently working on Some of my personal projects
  • 🌱 I’m currently learning Rust programming language
  • πŸ‘― I’m looking to collaborate on GitHub
  • πŸ—¨οΈ How to reach me: Email and socials linked below

πŸ’» Tech Stack

HTML CSS SASS Bootstrap JavaScript jQuery JSON PHP .ENV Python WordPress Laravel

PostgreSQL MySQL MariaDB SQLite SurrealDB Apache Nginx Linux Manjaro Sublime Text VS Code Git Adobe Photoshop Figma Docker

πŸ’Ό Public Projects on GitHub

Here are some of my recent pet projects on github:

  • Elara: A PHP framework that I'm developing for my personal use. It's nothing particularly special, but my goal is to create a simple and flexible framework that I can use for my own projects.
  • SBM: Another one of my pet project. A Simple Bookmark Manager that I'm working on. It's designed to help manage bookmarks in Firefox, and I'm also planning to develop a desktop app version as well. My goal with this project is to make bookmarking a little more useful and efficient.
  • App Installer in PHP : I've been experimenting with creating an App Installer in PHP, even though I know it might be somewhat useless. It's been a fun challenge for me to work on, and I've been enjoying the process of building it.

Note: I been little bit busy with my others personal project so the progress of these projects are very slow

πŸ‘ Contributions

I welcome all kind of contributions to my projects! If you have an idea for a new feature or a bug fix, simply create a new issue or pull request and I will review it as soon as possible.

πŸ—¨οΈ Contact and Socials

Mail Twitter CodePen Stack Overflow LinkedIn

Pinned

  1. darkmatter1971/elara darkmatter1971/elara Public

    A very simple PHP frasmework for personal project

    PHP 3

  2. darkmatter1971/selene-mod darkmatter1971/selene-mod Public

    A simple and lightweight PHP module/plugin system for easy integration and management of additional functionality in PHP application.

    PHP 5

  3. darkmatter1971/sbm darkmatter1971/sbm Public

    A simple and and Manageable Bookmark Manager.

    2

  4. A Simple PHP Class for Autoloading A Simple PHP Class for Autoloading
    1
    <?php
    2
    /**
    3
     * AutoLoader.php
    4
     */
    5
    declare(strict_types=1);