State of Sway April 2017
An update on Sway, an i3-compatible Wayland compositor, covering recent releases, new features, development stats, and future plans.
An update on Sway, an i3-compatible Wayland compositor, covering recent releases, new features, development stats, and future plans.
Explains the pitfalls of optimistic locking in JPA/Hibernate and how to properly implement it to prevent data overwrites.
Explains what an escaping closure is in Swift, with definitions and scenarios like storing closures as state or async callbacks.
Explains escaping closures in Swift: definition, scenarios like storing closures as state or async callbacks, and why developers must mark them with @escaping.
Explores how every developer is an API designer, emphasizing mindful design of functions, types, and interfaces for better code usability.
Explores how every developer is an API designer, emphasizing mindful creation of interfaces in code.
Guide to creating custom build configurations (beyond Debug/Release) for .NET Core projects using MSBuild scripts.
A developer advocates for using APIs over manual CSV exports to automate data integration between cloud services, highlighting efficiency and reliability.
R 3.4.0 is released with major performance upgrades including JIT compiler enabled by default, faster matrix operations, and improved vector handling.
A developer investigates a performance bottleneck caused by regex validation in AutoMapper and explores faster alternatives for string validation.
Explains why Core Data model attribute types must match NSManagedObject property types, especially optionals, to avoid runtime crashes.
Explains why Core Data model attribute types must match NSManagedObject property types to avoid runtime crashes.
A developer shares projects from SUSE Hack Week 15, including Conway's Game of Life, Ruby gems, and Git tooling.
A guide to 7 essential Angular development tools for scaffolding, code analysis, debugging, and improving developer productivity.
A guide to fixing React Native's 'No bundle url present' error by deleting the iOS build folder.
A guide to fixing React Native's 'No bundle url present' error by deleting the iOS build folder.
Announces Stitcher alpha 4 release with HTTP2 server push support, bug fixes, optimizations, and a new CDN configuration parameter.
Learn how to safely unwrap multiple optionals in Swift using a single if-let statement with clear code examples.
Learn how to safely unwrap multiple optionals in Swift using a single if-let statement with code examples and explanations.
A developer's critique of the complexities and frustrations in implementing and standardizing HTTP clients for microservice communication in Java/Scala ecosystems.