Sarfraz Ahmed

Sarfraz Ahmed @sarfraznawaz2005

About: Hello, I am Sarfraz Ahmed, a self-taught programmer from Karachi, Pakistan mainly involved in PHP, MySQL, HTML/CSS, JavaScript/jQuery for around 10 years now.

Location:
Karachi, Pakistan
Joined:
Dec 13, 2017

Sarfraz Ahmed
articles - 47 total

PHP RAG: A Vector Store-Free Approach

I envisioned creating a simple desktop RAG application, a "chat with docs" tool, using PHP. However,...

Learn More 1 0Aug 22 '24

Kids Whiteboard Drawing App

Very easy to use and simple whiteboard and drawing app for kids. It comes with simple interface and n...

Learn More 8 1Apr 2 '21

Cute Me Up Android App

Free, easy-to-use yet powerful photo app provides a set of stunning filters you can use to bring best...

Learn More 2 0Apr 2 '21

JSNews for JavaScript Developers

This is nice app for all JavaScript developers they can use to keep updated with latest JavaScript...

Learn More 4 2Mar 5 '21

PHPNews for PHP Developers

This is nice app for all PHP developers they can use to keep updated with latest PHP stuff from diffe...

Learn More 4 0Feb 27 '21

Composer Vendor Cost

Simple composer plugin that displays size of each folder under vendor to help you with which package...

Learn More 7 2Feb 12 '20

LaraFeed

Laravel package for providing visual feedback via screenshots. Checkout LaraFeed

Learn More 8 0Feb 2 '20

Laravel Meter

Laravel Meter monitors application performance for different things such as requests, commands, queri...

Learn More 6 0Jan 27 '20

PHPNews App

Being able to keep oneself updated with latest trends, best practices and news is very crucial especi...

Learn More 8 2Jan 23 '20

Laravel Indexer

Laravel package to monitor SELECT queries and offer best possible INDEX fields. Checkout Laravel...

Learn More 10 0Dec 25 '19

Laravel Actions

Laravel package as an alternative to single action controllers with support for web and api in single...

Learn More 8 0Nov 20 '19

Laravel Loading Indicator

Laravel package to add loading indicator to pages while page is loading. Loading indicator is automat...

Learn More 7 0Oct 25 '19

Laravel SSE

Laravel package to provide Server Sent Events functionality for your app. You can use this package to...

Learn More 7 4Aug 10 '19

Laravel Server Monitor

Laravel package to periodically monitor the health of your server and application. Screensh...

Learn More 8 0Jul 27 '19

Laravel PLogs

Laravel package to save logs in database making them permanent, always available for as long as you w...

Learn More 2 0Jun 13 '19

JSNews

Get latest JavaScript news and articles from top JavaScript developers and blogs.

Learn More 3 0Jan 23 '19

PHPNews

Get latest PHP news and articles from top PHP developers and blogs.

Learn More 3 0Jan 7 '19

Laravel EmailWatch

Laravel package to open sent emails in default email client directly.

Learn More 3 0Nov 12 '18

Laravel BackupManager

Simple laravel package to backup/restore files and database.

Learn More 8 0Sep 18 '18

Holy Quran app made via NativeScript.

Holy Quran app made via NativeScript.

Learn More 33 2Sep 3 '18

Laravel VisitLog

VisitLog is a simple Laravel 5 package that can be used to log visitor information and save it into database.

Learn More 31 0Aug 23 '18

Quran Cli

The Holy Quran from the commandline

Learn More 16 0Aug 20 '18

Laravel LogNotify

Laravel Flash Messages Package

Learn More 7 0Aug 19 '18

Laravel Noty

Laravel Flash Messages Package

Learn More 7 4Aug 13 '18

Which mobile framework to choose ?

There are too many mobile app frameworks out there these days such as ionic, fuse, react native, nati...

Learn More 9 5Aug 6 '18

Whatsapp Chat from CLI Using Puppeteer

(GoogleChrome puppeteer)[https://github.com/GoogleChrome/puppeteer] is interesting project to create browser automation tools, testing tools or web scrapping. I was wondering to use it for something useful and an idea popped in about creating CLI application that can be used to send and receive messages on Whatsapp. So I went on to creating (Whatspup)[https://github.com/sarfraznawaz2005/whatspup], a name based on both Whatsapp and puppeteer. **Features** - Send and receive messages - Read Receipts - Switch between users to chat with - Popup notifications for new chat messages - Privacy settings for popup notifications - One-time authentication, no need to scan QR code again and again - Windowless/headless (hidden) mode - Colorful chat messages (You can check it out here)[https://github.com/sarfraznawaz2005/whatspup]

Learn More 8 1Dec 13 '17

Sockets with PHP and Node

I was looking to implement real time notifications system via sockets without having to use any third...

Learn More 11 1Jan 28 '20

From Bad to Good: DI, DIC and Services

In this post, I intend to touch the concepts of: Dependency Injection (My previous post on DI) Depe...

Learn More 7 0Sep 2 '19

Coding to Interface

One of the nicest things you can add to your programming skills is coding to interface. One of the fi...

Learn More 7 0Sep 2 '19

Singleton and Multiton Design Patterns

Singleton One of the simplest design patterns is the Singleton. The purpose of Singleton d...

Learn More 7 0Jan 28 '20