Thoughts, tutorials, and insights on software development.
Responsive websites are no longer a luxury but requirement. Here are media queries for all devices and screen sizes.
Woocommerce is widely used shopping cart. Here is a script to remove product attachments where image files are missing from the uploads folder.
This is a simple widget for date range selection using nothing else but Bootstrap 3 and JQuery UI.
An interesting headline on TIOBE for November 2017 underlining the globally rising interest in statically typed languages and the decline of scripting languages.
Generic JQuery Form for posting a form with Ajax using Bootstrap.
The TokenMismatchException in Laravel can be extremely tricky to solve. Here is a quick step by step check list guide of how to solve it.
PHAR is an acronym for PHP Archive. It allows putting entire PHP applications into a single .phar file. Here are some handy functions for working with PHAR files.
After checking prices for cloud server at the end of 2016, I thought it was again a good idea to update the price comparison table. Here is the 2017 update.
Here is a little helper class that allows to easily send email with Laravel without using views.
This is a list of articles that provide critical thinking to widely adopted practices and trends in programming.
This is a very short snippet for a JQuery event bus with subscribe, unsubscribe, and publish methods.
Temporary files tend to grow with times and can quickly become the reason your disk space has shrinked. Here is a snippet to clean your app temporary folder from outdated files.