Managing versions is one of those things you don’t think about much. For a long time, I used rbenv and nvm to handle the versions of Ruby and Node.js on ...
Over time, performance, accessibility, and SEO metrics on a blog tend to drift downward. You add a new feature, embed a script, or restructure a page, an...
Recently I was thinking about gathering user feedback, and I wanted to focus more on the segment of users who aren’t happy with the app, the ones who wan...
When we build features like widgets or Safari extensions in our app, short video guides can help our users follow the setup steps that must be performed ...
Displaying web content in an app is quite easy and straightforward with WebViews but what happens when we want to open a communication channel between th...
Have you ever had to build an app with a scroll view of multiple widgets with different heights, and you wanted to add a link so that the user can automa...
Apache Bench or ab for short, is a command-line tool to perform simple load tests on an HTTP server, be it a website or an API.