I recently started adding a few tips to my Coderwall profile, but I decided to begin publishing them here as well, in their own coding tips category. Here is the first one:
When coding in JavaScript, it’s often needed to constantly iterate through the contents of an array, using a function called from a setInterval
method (example).
Read more →
I always liked the idea of a password-less login system, and I recently found the opportunity to build one (to be used in a personal project). Afterwards, I wrapped it up in a handy class, and uploaded it to GitHub for other people to use. So, what’s a password-less login?
Read more →
GreekSlugGenerator
is a PHP slug (pretty URL) generator, which supports Greek UTF-8 encoded characters, and generates a slug based on strings which are typically titles of pages or articles. The class can be used for English-only titles as well.
Read more →
I love radio, but since it’s been several years since I’ve listened to a proper offline radio show, I tend to listen to podcasts, especially while I’m driving. Here’s a list of some of the (mostly web-related) podcasts I regularly listen to.
Read more →
“I hate pagination in articles”. This small note existed as a draft post for a few months now, waiting to be properly written. A few days ago, while researching a subject, I was annoyed when I ended up reading a series of paginated articles, each of them on another website, with a quite poor pagination implementation. Consequently, I decided to write the article.
Read more →