Docker setup for MEAN.JS JavaScript Development
A guide to setting up a Docker-based development environment for the MEAN.JS stack, enabling live-reload and easy setup.
A guide to setting up a Docker-based development environment for the MEAN.JS stack, enabling live-reload and easy setup.
An overview of Postgres Foreign Data Wrappers (FDWs), explaining how to connect and query external data sources directly from PostgreSQL.
A tutorial on creating a Skype bot using .NET Core and the Microsoft Bot Framework, covering setup, registration, and basic implementation.
A PowerShell script to export a Base-64 encoded x.509 certificate on Windows 7, which lacks the standard Export-Certificate cmdlet.
Tips for using Docker to compile, cross-compile, and deploy Go applications without installing Go locally.
Explores the motivations behind proprietary vs. open source software, arguing that understanding developer intent is key to choosing software that serves user interests.
A technique for autoprefixing CSS properties using CSS variables, demonstrated with clip-path.
A guide to deploying AWS AutoScale groups with Windows instances that automatically join a domain and rename themselves using CloudFormation and PowerShell.
A guide to deploying applications to Azure VMs using VSTS Release Management, covering common pitfalls and solutions.
Troubleshooting Oracle GoldenGate for Big Data Kafka Handler errors using logdump and debug logs.
A guide to analyzing .NET memory dumps using the CLR MD library, covering heap inspection and string analysis.
Using R code to generate permutations of digits (2,2,5,5,9,9), analyzing divisibility by 11 and primality.
A developer announces and shares thoughts on preparing for their first major conference talks at NSSpain and FrenchKit, focusing on Swift and live-coding challenges.
A comprehensive guide to the new features and changes in Java 9, covering language updates, APIs, and deprecations.
Explores performance-friendly techniques for creating flexible, animatable shadows in responsive web design, comparing CSS box-shadow and filter approaches.
Summarizes nine key deep learning papers that advanced convolutional neural networks (CNNs) and computer vision over five years.
A curated list of five interesting Python tutorials covering music generation, computer vision, data science, and popular modules.
A guide encouraging developers to contribute to open-source projects like AngularJS by improving documentation, not just code.
Sway, an i3-compatible Wayland compositor, celebrates its first year with major updates, new features, and community contributions.
Fixing OGG-15051 error: 'Class not found: kafkahandler' due to a typo in Oracle GoldenGate Kafka handler configuration.