Mohammad Jahidul Alam  (@jahidulrudro)
  • Stars
    star
    13
  • Global Rank 834,067 (Top 29 %)
  • Followers 4
  • Registered over 9 years ago
  • Most used languages
    PHP
    42.9 %
    JavaScript
    14.3 %
    Vue
    14.3 %
    HTML
    14.3 %
    C++
    14.3 %
  • Location πŸ‡²πŸ‡Ύ Malaysia
  • Country Total Rank 964
  • Country Ranking
    Vue
    71
    HTML
    97
    PHP
    200
    C++
    272

Top repositories

1

InvoiceMaker-PHP-Codeigniter

Simple Invoice Maker with PHP Codeigniter Framework
HTML
5
star
2

PHP-contract-manager

Contract manager with digital signature build with PHP
PHP
2
star
3

Invoice-Maker-Django-VueJs

Vue
1
star
4

Authentication-Form-React-Js

JavaScript
1
star
5

PHP-DOM-CRAWLER

PHP DOM Crawler I used https://www.magpiehq.com/developer-challenge/smartphones as an example link The final output of your script should be an array of objects similar to the example below: ``` { "title": "iPhone 11 Pro 64GB", "price": 123.45, "imageUrl": "https://example.com/image.png", "capacityMB": 64000, "colour": "red", "availabilityText": "In Stock", "isAvailable": true, "shippingText": "Delivered from 25th March", "shippingDate": "2021-03-25" } ``` You can refer to the [Symfony DomCrawler](https://symfony.com/doc/current/components/dom_crawler.html) documentation for a nice way to capture the data you need. Hint: the `Symfony\Component\DomCrawler\Crawler` class, and its `filter()` method, are your friends. ### Useful Resources * https://symfony.com/doc/current/components/dom_crawler.html * https://symfony.com/doc/current/components/css_selector.html * https://github.com/jupeter/clean-code-php ### Requirements * PHP 7.4+ * Composer ### Setup To run the scrape you can use `php src/Scrape.php`
1
star
6

PHP-Task-Manager

Simple Task Manager with PHP
PHP
1
star
7

Read-sensors-and-send-to-wesberver-wemos-arduino-project-

This project is about Tempreature, Humidity, Heat and ambient light reading from DHT and ambient light sensor and send the parameter to the webserver and show it to dashboard. We used WEMOS to run our programming
C++
1
star
8

Simple-Blog-CMS-With-Laravel

Simple Blog CMS with Laravel and Voyager
PHP
1
star