Ashiq's Portfolio
Toggle sidebar
Blog
Writing
Available for work

Ashiq S — Laravel & WordPress Developer Blog, Dubai

Practical notes on Laravel, WordPress, WooCommerce, Shopify integration, Docker, and self-hosting — from a Full Stack Developer in Dubai, UAE.

18 Articles
Laravel · WordPress · WooCommerce · Shopify
Get in touch
Building an E-commerce Store with Laravel
6 min read

Building an E-commerce Store with Laravel

How I built a full-featured online store with Laravel and Livewire — product catalog, cart, secure checkout, multi-currency pricing, and an admin dashboard.

Laravel Livewire E-commerce Tailwind CSS
Read article
Self-Hosting on a Raspberry Pi with Docker
6 min read

Self-Hosting on a Raspberry Pi with Docker

How I run a multi-service home lab on a Raspberry Pi 5 — Docker, Cloudflare Tunnel, Nextcloud, Jellyfin, and self-hosted Laravel apps on Ubuntu Server.

Docker Linux Raspberry Pi Self-Hosting Cloudflare
Read article
Augmented Reality vs Virtual Reality for Learning
6 min read

Augmented Reality vs Virtual Reality for Learning

What I studied for my M.Tech seminar on AR in education: the pedagogical difference between AR and VR, and why overlaying the real world beats replacing it for teaching young children geometry.

Augmented Reality EdTech UX Education
Read article
Defeating Power Analysis with Threshold Implementation
8 min read

Defeating Power Analysis with Threshold Implementation

Part two of my lightweight cryptography seminar — how differential power analysis pulls secret keys out of a chip without breaking any math, and how threshold implementation masking defends the Piccolo cipher against it.

Cryptography Side-Channel Attacks DPA RFID Security
Read article
Lightweight Cryptography for RFID Tags
6 min read

Lightweight Cryptography for RFID Tags

M.Tech seminar on securing RFID/IoT tags: why standard ciphers don't fit passive hardware, and how the Piccolo cipher fits in under 700 logic gates.

Cryptography RFID IoT Security Embedded
Read article
Simulating City Traffic with Pygame
5 min read

Simulating City Traffic with Pygame

Part four of my smart traffic series — a 4-way intersection simulator built in Pygame to prove the adaptive signal system beats fixed timers.

Python Pygame Simulation Testing
Read article