Packer.io machine building and provisioning part 1
A tutorial on using Packer.io to create identical, automated machine images for development and production environments, focusing on VirtualBox builder.
A tutorial on using Packer.io to create identical, automated machine images for development and production environments, focusing on VirtualBox builder.
A technical guide to Dixon's Q test for identifying outliers in small datasets, including its method, application, and criticisms.
A developer shares their experience and provides a step-by-step guide for making a first contribution to the Rust open-source project.
How to add the missing `containsString:` method to NSString for iOS 7 using a runtime patch and a category.
Explores using AWS Import/Export to bulk migrate VMware/Hyper-V VMs to EC2, bypassing slow uploads with shipped drives and PowerShell.
Explains the fundamentals of SVG coordinate systems, focusing on the viewport, viewBox, and preserveAspectRatio attributes.
A guide to implementing a custom Observable property wrapper in Swift, covering API design, type conversion, and current language limitations.
Explores creating dynamic color palettes using CSS variables and the Myth preprocessor for scalable, future-proof web design.
Highlights of the scikit-learn 0.15 release, including performance improvements, new features, and deprecations.
Discusses the importance of meeting scribing and documentation as a company scales, offering practical tips for effective note-taking and communication.
A tutorial on using Julia's string interpolation for automating repetitive data engineering tasks like querying multiple database tables.
A developer plans their participation in the IDA Summer of Code, focusing on contributing to the Rust programming language.
A software engineering intern details their summer project optimizing an octree in C++ and using it to simplify 3D meshes by removing invisible triangles.
An introduction to the HWB color model in CSS, explaining its intuitive approach to defining colors using Hue, Whiteness, and Blackness.
A guide to feature scaling and normalization in machine learning, covering standardization, Min-Max scaling, and their implementation in scikit-learn.
Explains feature scaling and normalization in machine learning, comparing standardization and Min-Max scaling, with examples using scikit-learn.
A proposal for a new HTTP verb, VALIDATE, to enable safe, idempotent server-side validation from client-side forms without side effects.
A guide on using Laravel Forge Recipes to run pre-written scripts across multiple servers, using an ElasticSearch install as an example.
A developer announces the iOS 7 version of their 'minimal.iOS' WinterBoard icon theme, with links to GitHub and Dribbble.
Explains how to use the clip-path property in CSS and the <clipPath> element in SVG to create non-rectangular clipping regions for web elements.