DWR.IO

Tagged: quick-tips

Practical Differences Between sprintf() & printf() in PHP

November 27, 2023

The sprintf() and printf() functions in PHP are often used for formatting strings. While very similar, they serve slightly different purposes...

Read note →

Quick Tip: Debugging Safari on iOS

October 5, 2021

Typically, when I need to debug something with dev tools on a mobile layout, Chrome’s device toolbar is sufficient enough...

Read note →

Quick Tip: Debug in Incognito Mode

September 9, 2021

When debugging in JavaScript, browser extenstions can be a potential source of confusion...

Read note →
← All notes