MailChimp automated workflow for mokacoding weekly
Automating a weekly tech newsletter using MailChimp, Markdown, and Rake tasks to streamline HTML generation and content management.
Automating a weekly tech newsletter using MailChimp, Markdown, and Rake tasks to streamline HTML generation and content management.
A guide to automating the installation of Windows Management Framework 5.0 using a Group Policy startup script, including version checking.
A guide on how to pass parameters to middleware in Laravel 5.1, using role-based authentication as a practical example.
Practical advice for enhancing company security, covering password storage, SSH access, network encryption, patching, and developer education.
A technical guide to implementing Monocular Visual Odometry using OpenCV and C++, covering feature detection, motion estimation, and algorithm details.
Explains how to use Laravel Blade Service Injection to directly inject IOC objects into templates, reducing controller boilerplate.
Explains how to use SQL window functions and percentiles in Postgres for more meaningful data analysis than simple averages.
A Docker core team member explains how they use Docker containers to manage and test Docker's own CI infrastructure across multiple storage drivers and OSes.
Explores the CSS Image Values spec, focusing on the image-rendering property for crisp pixel art scaling across browsers.
A tutorial on using Bower, a dependency manager for frontend libraries like jQuery, covering installation, setup, and basic usage.
A developer explores the CSS :visited pseudo-class, its privacy limitations, and attempts to creatively style unread links on a blog.
Advice on finding a tech mentor and being a good mentee, emphasizing relationship building and mutual respect.
A practical guide summarizing WCAG web accessibility guidelines with actionable examples for developers.
A guide to creating a welcome email series (drip campaign) for new subscribers using the Sendy newsletter platform.
Explains the benefits of using Python's namedtuple for readable, self-documenting, and efficient code compared to regular tuples.
A weekly roundup of browser updates, bug fixes, performance tools, and web development resources from June 2015.
How to add async and cancellation support to .NET WaitHandle synchronization primitives using extension methods.
A developer shares insights from contributing to Angular Material, covering managing high-volume GitHub issues, community communication, and release cycles.
Explores the concept of Technological Singularity, inspired by a classic song, and discusses our accelerating integration with technology like IoT and AI.
A guide to using Git pre-commit hooks to automatically run tools like xUnique on Xcode project files, preventing merge conflicts.