Robuta

https://www.avanderlee.com/swift/sendable-protocol-closures/
Mar 14, 2025 - The Sendable protocol and @Sendable attribute help to eliminate data races and create thread-safety in Swift Concurrency.
code examplesclosuresexplained
https://www.avanderlee.com/swift/some-opaque-types/
Jul 5, 2022 - The some keyword in Swift allows you to define opaque parameter and return types. Expose only minimum APIs without losing performance.
code exampleskeywordswiftopaquetypes
https://www.mendix.com/low-code-guide/low-code-use-cases/
Jun 26, 2025 - What can you build with low-code? Here’s a selection of possibilities with real examples of low-code success.
low codeuse casesexamplesmendix
https://www.avanderlee.com/swift/computed-property/
Aug 25, 2025 - A Swift Computed Property allows you to define values based on other properties. You can optionally use async/await and throw errors.
code examplesswiftcomputedproperty
https://www.pingdom.com/blog/the-developer-obsession-with-code-names-186-interesting-examples/
Feb 7, 2023 - Code names can be about secrecy, but when it comes to software development, it’s usually not so much about secrecy as it is about the convenience of having a...
developerobsessioncodenamesinteresting
https://www.avanderlee.com/swift/result-builders/
Sep 11, 2024 - Result builders in Swift allow you to combine build components into a single outcome value. Code examples demonstrate how you can use them.
code examplesresultbuildersswiftexplained
https://www.avanderlee.com/swift/lazy-var-property/
Jan 25, 2021 - A lazy var in Swift allows you to delay the initialization of values until it's used. This can be great for performance optimizations.
code exampleslazyvarswiftexplained
https://www.legitsecurity.com/aspm-knowledge-base/what-is-malicious-code
What is malicious code? Explore seven of the most common types, such as Trojans, and practical examples. Then, discover the best practices to avoid it.
malicious codereal worldexamplesprevention
https://www.avg.com/en/signal/what-is-malicious-code
Malicious code is used by hackers to steal your data. See examples of malicious code and learn how to tell if you're under attack.
malicious codeexamples
https://www.avanderlee.com/swift/guard-statements/
Jan 11, 2022 - A guard statement can be used to ensure conditions are met before a method continues. Learn how and when to use a guard statement.
code examplesguardstatementsswiftexplained
https://blog.pope.tech/2025/09/30/accessible-form-validation-with-examples-and-code/
Oct 29, 2025 - An accessible form validation design with code.
form validationpope techaccessibleexamplescode
https://www.avanderlee.com/swift/enumerations/
Feb 13, 2025 - Enum usage in Swift explained. How to use If case and fallthrough. How to make them equatable and how to iterate over all cases.
code examplesenumexplaineddepthswift
https://docs.nwc.dev/bitcoin-apps-and-websites/code-examples
Fast-track your NWC integration with these examples
code examplesnostrwalletconnectdocs
https://cryptlib.com/security-software/programming-code-examples
Feb 16, 2026 - These cryptlib secure online encryption software programming code examples illustrate how even inexperienced crypto programmers can easily use cryptlib...
secure onlineencryption softwarecode examplescryptlibprogramming
https://laraveldaily.com/post/clean-code-laravel-practical-tips-examples
clean codepractical tipsquotlaravel
https://docs.nwc.dev/bitcoin-lightning-wallets/code-examples
Fast-track your NWC integration with these examples
code examplesnostrwalletconnectdocs
https://curl.se/libcurl/c/example.html
source codelibcurlexamples
https://il.ly/blog/vibrate-mobile-phone-web-vibration-api
How to use the Vibration API to vibrate your device on the web. (+ Code Examples)
vibrationapivibratortestexamples
https://ironsoftware.com/csharp/excel/tutorials/how-to-read-excel-file-csharp/
Learn to read Excel files in C# using IronXL library. Complete tutorial with code examples for data validation, database export, and API integration. No...
readexcelfileswithoutinterop
https://www.avanderlee.com/swift/property-wrappers/
Aug 19, 2025 - Learn how to create Property Wrappers in Swift. Use the @propertyWrapper to remove boilerplate, improve readability, and clean up code.
code examplespropertywrappersswiftexplained
https://www.avanderlee.com/swiftui/published-property-wrapper/
Mar 7, 2022 - Learn how to use the @Published property wrapper and prevent yourself from running into common bugs when using it in the wrong way.
code examplespublishedrisksusageexplained
https://www.avanderlee.com/swift/try-catch-throw-error-handling/
Oct 13, 2020 - Try catch explained. Learn how to catch specific error types with error handling in Swift. Code examples show all possible statements.
error handlingcode examplestrycatchthrow
https://www.avanderlee.com/swiftui/viewbuilder/
Aug 31, 2025 - The @ViewBuilder attribute allows you to create compact code and improve readability. SwiftUI forces you already to use the result builder.
code examplesusageexplained
https://docs.tabproxy.com/code-examples
code examples
https://github.com/tradingeconomics/tradingeconomics
TRADING ECONOMICS - API Code Examples. Contribute to tradingeconomics/tradingeconomics development by creating an account on GitHub.
code examplesgithubtradingeconomicsapi
https://www.avanderlee.com/swift/custom-operators-swift/
Sep 28, 2021 - Learn how to use custom operators in Swift. What are the benefits and which other solutions are better compared to a custom operator for best readability.
code examplescustomoperatorsswiftpractical
https://curity.io/resources/code-examples/
Our code examples show how to secure access to your APIs, integrate OAuth flows into UIs, and extend the capabilities of the Curity Identity Server via plugins.
code examplesidentityserver
https://insights.deribit.com/dev-hub/
Need help with Deribit's API Guide? See more about our API Code Examples and detailed Guides in this page.
devhubexamplesguidescode
https://www.avanderlee.com/swift/dynamiccallable/
Nov 28, 2022 - @dynamicCallable can be used to communicate with Python, Javascript, and other languages. Combine it with dynamicMemberCallable and optimize.
code examplesswiftexplained
https://www.avanderlee.com/swiftui/picker-styles-color/
Mar 24, 2025 - Explore how to use the picker in SwiftUI for selecting values in your apps with different styles and controls.
code examplespickerswiftuiexplained
https://learntocodewith.me/posts/technical-side-gig/
Jun 20, 2024 - What is a technical side gig? Learn what a side hustle entails, real-life examples, and tips on how you can land your first gig.
real lifetechnicalsidegigexamples
https://keras.io/examples/
Keras documentation: Code examples
code examples
https://www.howtogeek.com/how-to-write-code-the-pythonic-way-with-examples/
Make your Python code speak for itself.
write codewayexamples
https://www.avanderlee.com/swift/custom-subscripts/
Mar 31, 2020 - Custom subscripts on classes, structs, or enumerations allow you to define shortcuts to collections or sequences without exposing implementation details.
code examplescustomswiftexplained
https://www.avanderlee.com/swift/async-await/
Aug 11, 2025 - Async await in Swift allows to write asynchronous tasks with structured concurrency. Maintain readability in complex code.
code examplesasyncawaitswiftexplained