Laravel Forge - Using Recipes
A guide on using Laravel Forge Recipes to run pre-written scripts across multiple servers, using an ElasticSearch install as an example.
A guide on using Laravel Forge Recipes to run pre-written scripts across multiple servers, using an ElasticSearch install as an example.
Explores how design patterns like Composite and Interpreter are implemented in AngularJS directives and the $parse service.
A beginner's guide to the Python deque module from collections, explaining its double-ended queue functionality and basic operations.
The article explores how 'laziness' can motivate developers to create efficient, user-friendly command-line tools by reducing user effort.
A positive review of the book 'Python 101' by Mike Driscoll, covering its structure and recommending it for Python beginners.
The author announces they will be giving their first conference talk on Webscraping in Python at EuroPython 2014.
A guide on using Heroku's PHP buildpack locally to create a development environment that mirrors a Laravel app's Nginx setup on Heroku.
A Python tutorial covering essential tools and techniques for machine learning, including data visualization, PCA, LDA, and classification.
A guide on setting up wildcard subdomains in Laravel Forge to serve multiple subdomains from a single Laravel application.
Learn how to use Python's multiprocessing module for parallel programming to overcome the GIL and utilize multiple CPU cores effectively.
A technical guide to the Parzen-Rosenblatt window method for non-parametric kernel density estimation, including implementation and applications.
A cheat sheet comparing matrix operations across MATLAB/Octave, Python (NumPy), R, and Julia for scientific computing and data analysis.
A tutorial on using Laravel Forge to password-protect a folder or entire site on an Nginx server by editing the config file.
How to use Foreman and a Procfile to manage multiple local development processes like Gulp and a web server simultaneously.
Explores design patterns in AngularJS services, focusing on the Singleton pattern and dependency injection implementation.
A tutorial on how to style HTML <select> elements using CSS, covering cross-browser compatibility and mobile usability.
A guide on how to schedule cron jobs using Laravel Forge, explaining the process and its benefits for background tasks.
A guide on adding an SSL certificate to a site deployed with Laravel Forge, referencing an external tutorial.
A guide explaining the key differences between Python 2.7.x and Python 3.x, covering syntax changes, features, and common pitfalls.
Handroll 1.1, a static website generator, is released with new features like code highlighting, plugins, and better documentation.