Skip to content

Blog

Software engineering, mobile and web dev, security, open-source, plus occasional rants.

JS: Async/Await

JS: Async/Await

Published: September 23, 2024

3 min read

My deep-dive into how async await works in JavaScript.


Click to read more
Blog x Pagination

Blog x Pagination

Published: September 8, 2024

6 min read

My experience implementing pagination on Appwrite's blog page.


Click to read more
Chrome Shortcuts

Chrome Shortcuts

Published: August 25, 2024

2 min read

Frustrated by Chrome's new shortcut layout? I built an extension to fix it.


Click to read more
Undici Issues on Appwrite

Undici Issues on Appwrite

Published: June 29, 2024

3 min read

Function timeouts with Node:20+ on Appwrite - here's how I fixed it.


Click to read more
AppExpress Essentials

AppExpress Essentials

Published: May 23, 2024

1 min read

Expanding Appwrite Functions with React views, web compression & more.


Click to read more
Moving to VitePress

Moving to VitePress

Published: May 17, 2024

2 min read

From WordPress to VitePress: Journey to a minimalist, high-performance site.


Click to read more
AppExpress 🚀

AppExpress 🚀

Published: April 26, 2024

2 min read

Simplify routing in Appwrite Functions with Express.js like framework.


Click to read more
Appwrite + Nginx + SSL on Custom Domains

Appwrite + Nginx + SSL on Custom Domains

Published: April 26, 2024

2 min read

Custom domain with Appwrite on a VPS with CloudPanel & securing it with SSL.


Click to read more
Ghosler

Ghosler

Published: December 10, 2023

2 min read

Custom open-source newsletter handling for Ghost, no Mailgun required.


Click to read more
Link New Apps on AdMob

Link New Apps on AdMob

Published: May 8, 2021

2 min read

Make AdMob instantly discover your app with this simple Google Ads trick.


Click to read more
Node.js on Shared Hosting (Part 2)

Node.js on Shared Hosting (Part 2)

Published: February 7, 2021

3 min read

Part 2: Node.js on Hostinger's Cloud plan without root access — here's how.


Click to read more
Node.js on Shared Hosting (Part 1)

Node.js on Shared Hosting (Part 1)

Published: January 11, 2021

2 min read

Part 1: Node.js on Hostinger's Cloud plan without root access — here's how.


Click to read more

Darshan Pandya