VMworld 2017 Europe Tuesday Keynote
A summary of the VMworld 2017 Europe Tuesday keynote, covering VMware's product announcements, cloud partnerships, and a VR demo.
A summary of the VMworld 2017 Europe Tuesday keynote, covering VMware's product announcements, cloud partnerships, and a VR demo.
An analysis of Hacker News moderation tools and practices, based on data scraped from the site's API.
Troubleshooting guide for resolving Oracle GoldenGate Kafka Connect Handler errors, focusing on schema registry and Avro serialization issues.
An introduction to Markdown, a plain-text formatting syntax used widely in software documentation, explaining its benefits and basic usage.
Explores applying design thinking and philosophy to programming language creation, moving beyond just engineering and mathematics.
A first-hand account of the first day at VMworld 2017 Europe in Barcelona, covering the vRockstar event, workshops, and the VMworld Hackathon.
Author's 2017 speaking schedule for tech conferences and meetups, focusing on Apache Kafka and real-time data streaming.
A framework for categorizing security engineering work into four key buckets: prevention, detection, damage reduction, and work generation.
Strategies for performing safe, low-downtime database migrations in PostgreSQL, focusing on adding columns and creating indexes on large tables.
A technical guide on creating PHP 7 extensions for both Linux and Windows, covering C++ integration and class binding.
A developer critiques modern software complexity, arguing that overengineered tools like Docker and Gulp create more problems than they solve.
A guide to implementing accessible ARIA live regions in React applications to announce dynamic content changes for screen reader users.
Upcoming events and sessions about the EnMasse and Eclipse Hono open-source projects for scalable messaging and IoT solutions.
Explains a common Kafka Connect error about JsonDeserializer requiring 'schema' and 'payload' fields and provides the solution.
A technical guide on how to disable Intel Hyper-Threading Technology on Windows Server 2016 instances running on Amazon EC2 for specific performance tuning.
A developer shares lessons learned from refactoring a SpringMock parser class, emphasizing behavior verification pitfalls in testing.
A tutorial on automating Angular CLI project deployment to Firebase Hosting using Travis CI, GitHub, and Greenkeeper for dependency updates.
A roundup of blog posts and resources discussing various data analysis workflows and tools in the R programming language.
Explains the differences between logical and physical backups in PostgreSQL, covering their use cases, advantages, and trade-offs.
Explains a Swift KVO crash with .initial option and provides a solution using global/static context variables for thread safety.