Skip to content
View ratulkuri's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ratulkuri

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

GitHub Profile Banner

Hi there 👋

I'm Kowshik, a Full Stack Web Application Developer from flag Bangladesh. Eager to contribute my expertise to innovative projects and collaborate in creating impactful online platforms.

☕  Connect with me!

Facebook Badge Linkedin Badge Mail Badge

♥️  I enjoy programming and sharing knowledge
💻  Most used line of code console.log({result})
📧  How to reach me: [email protected].
⚡  Fun fact: Internet users blink less than usual.

Things I code with

Javascript Badge React Badge Next.js Badge Ant Design Badge Laravel Badge Tailwind Badge Git Badge

Highlight Projects

Projects Description Skills/Stacks/Tools
Retina LMS A Learning management system React, Ant Design
Doctor Dekhao Telemedicine App React, Ant Design
Khulna Tigers Official Website of a BPL Team React, Redux, Laravel

Business

📧  [email protected]
📧  [email protected]
🌐  kowshikkuri.com

A little more about me...

trophy

kowshik's github stats

focus icon  Current Focus: Expanding Knowledge of React, Next.js and Redux.
focus icon  Future Plan: Do a 100 Day code chalange.
focus icon  Future Goal: Contribute in open source.
focus icon  Hobby: Fish Keeping.
focus icon  Sports: Badminton.

Pinned Loading

  1. Translate Dates English to Bangla in... Translate Dates English to Bangla in PHP
    1
    <?php
    2
    if(!function_exists("date_entobd")){
    3
        function date_entobd($date, $format = "l, F j, Y"){
    4
    
                  
    5
            $inputDate = date($format, strtotime($date));
  2. Loops-when-to-use-which.md Loops-when-to-use-which.md
    1
    |Method | Runs through each item | Executes Given Function | Returns the result | Number of elements in result <br/> <sub>(compared to original array)</sub> |
    2
    |-------|:-----------------------:|:-----------------------:|:------------------:|:---------------------------------------------------------:|
    3
    | .map ||| in array | = |
    4
    | .filter ||| if **true**, in array | =< |
    5
    | .forEach ||| **no**, <br/> <sub>return is _undefined_</sub> | none |
  3. play-video-on-hover-with-delay.html play-video-on-hover-with-delay.html
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    
                  
    4
    <head>
    5
        <meta charset="UTF-8">