Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
sharif2008
Follow
Focusing

Md. Shariful Islam sharif2008

Focusing
Solution Architect | Blockchain Solution Architect | Data Science enthusiastic | Linux Lover
  • Dhaka

Highlights

  • Pro

Block or report sharif2008

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

Hi , I'm Md. Shariful Islam

  • All of my projects are available at https://github.com/sharif2008
  • Find my blogs on Medium
  • Ask me about Java, SpringBoot, NodeJS, Backend Development, Digital Signature, Blockchain, Micro-Service.
  • Fun fact: Movies, TV Series, Coffee, Soccer, Table Tennis & Guitar

Pinned Loading

  1. blockchain-timestamping blockchain-timestamping Public

    JavaScript 3 1

  2. justchatnow justchatnow Public

    A simple chat application with NodeJS & Socket.io

    CSS 6 3

  3. jbcrypt jbcrypt Public

    A Java implementation of OpenBSD's Blowfish password hashing code compatiable with identifier "$2y$". This exising library found in http://www.mindrot.org/projects/jBCrypt works for "$2a$" and it w...

    Java 5 3

  4. PlayingWithExcel PlayingWithExcel Public

    Read / Write Excel file (.xls or .xlsx) using Apache POI. Playing with APACHE POI, HSSF, XSSF, SAX, CSV and CSV reader is a fun indeed

    Java 4 1

  5. Converting English number to Bangla ... Converting English number to Bangla in Javascript
    1 var finalEnlishToBanglaNumber={'0':'0','1':'1','2':'2','3':'3','4':'4','5':'5','6':'6','7':'7','8':'8','9':'9'};
    2
    3 String.prototype.getDigitBanglaFromEnglish = function() {
    4 var retStr = this;
    5 for (var x in finalEnlishToBanglaNumber) {
  6. PlayingWithWebsocket PlayingWithWebsocket Public

    Broadcast a message using Websocket in Tomcat server + Java

    Java 1