HTTP in Swift, Part 18: Wrapping Up
Final part of a series on building a Swift HTTP framework, discussing abstraction layers and integrating generics like Codable.
Final part of a series on building a Swift HTTP framework, discussing abstraction layers and integrating generics like Codable.
Part 17 of a series on building a Swift HTTP framework, discussing advanced loader concepts like OpenID, caching, deduplication, and redirection.
A beginner's guide to TypeScript fundamentals, covering basic typing, interfaces, and enums with practical examples.
A beginner-friendly introduction to CSS variables (custom properties), explaining their syntax and basic usage with simple code examples.
OpenIddict 3.0 beta4 adds Quartz.NET integration for database cleanup and support for 12 languages.
A developer shares lessons learned from creating simple games using Streamlit, focusing on managing game state within Streamlit's stateless paradigm.
Tips for creating high-quality pull requests in open source projects, focusing on communication, style guides, and documentation.
Explores using the Kafka Connect FilePulse connector to ingest and process XML data into Apache Kafka, including configuration and troubleshooting.
A technical guide on using Kafka Connect with Single Message Transform to ingest and process XML data into Apache Kafka.
Tips for making quality open-source contributions during Hacktoberfest, focusing on finding suitable issues and respecting maintainers.
Announcement of major changes to the IdentityServer project, including its future development and commercial support plans.
A technical guide on using Unix pipelines with curl, xq, and kafkacat to ingest and transform XML data into JSON for Kafka.
Introduction to ingesting XML data into Kafka, covering challenges and approaches for handling XML schemas in Kafka topics.
Fixing abcde CD ripping error due to permissions by adding user to cdrom group or using chmod.
A React Native tutorial on creating an animated header that responds to scroll position using the Animated library.
Troubleshooting guide for resolving 'Channel was blocked' errors when connecting a client to IBM MQ running in a Docker container.
A guide to writing integration tests for gRPC services in ASP.NET Core, comparing Grpc.net and protobuf-net.Grpc with a code-first approach.
A critique of Hacktoberfest, arguing it creates spammy pull requests and burdens open-source maintainers for corporate marketing.
Explains the best way to check for True/False in Python, comparing performance and recommending the PEP8-compliant 'if variable:' idiom.
A comparison of React Hooks and Higher-Order Components (HOCs), highlighting problems with HOCs like prop confusion.