Talking at conferences
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 developer announces and shares thoughts on preparing for their first major conference talks at NSSpain and FrenchKit, focusing on Swift and live-coding challenges.
Troubleshooting Oracle GoldenGate for Big Data Kafka Handler errors using logdump and debug logs.
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.
A personal guide detailing the steps and configurations for installing and setting up Slackware Linux 14.2 on a laptop, including package management and development tools.
An introduction to threat modeling, a security technique for identifying assets, attack vectors, and attackers to build better system defenses.
Explains the new Stream::iterate overload in Java 9, which adds a predicate to create finite streams, with examples and caveats.
Introducing batch report requests in RSiteCatalyst v1.4.9 for faster bulk data downloads from the Adobe Analytics API.
Fixing a Kafka Connect HDFS/Hive integration error caused by using the wrong converter class, preventing automatic schema creation.
Explains how to use the linker's --wrap flag to mock C standard library functions for unit testing, enabling isolated code testing.
Key considerations and best practices when switching Java applications to Alpine-based Docker images for reduced size and security.
Troubleshooting TypeScript build errors when publishing ASP.Net web projects due to configuration differences between Debug and Release modes.
Fixing TypeScript build errors when publishing ASP.Net web projects due to configuration differences between Debug and Release modes.
Explores new methods added to Java's Optional class in Java 9, focusing on the stream() method and its practical applications for cleaner code.
Explores new Stream API methods added in Java 9, specifically the `takeWhile` and `dropWhile` operations for working with prefixes.