ForIOS
Open in Telegram
Mobile dev.books. Raywenderlich (Books) - https://telegra.ph/Raywenderlich-iOS--Swift-Books-05-03 Чат канала: https://t.me/AllByiOS
Show moreThe country is not specifiedTechnologies & Applications19 752
3 614
Subscribers
-124 hours
+47 days
+830 days
Posts Archive
3 614
#raywenderlich #books_eng #advanced
macOS by Tutorials
macOS by Tutorials is a series of epic-length tutorials where you’ll learn to build four complete native macOS apps! Each app explores a different style of interface and takes you step-by-step from start to finish. By the end of the book, you’ll be experienced enough to turn your ideas into real apps you can sell! You also get full source code, image files, and other resources you can re-use for your own projects.
This book for developers with some experience developing for iOS using Swift and SwiftUI.
3 614
#raywenderlich #books_eng #advanced
Metal by Tutorials
Metal is a unified application programming interface (API) for the graphics processing unit, or GPU. It’s unified because it applies to both 3D graphics and data-parallel computation paradigms. Metal is a low-level API because it provides programmers near-direct access to the GPU. Finally, Metal is a low-overhead API because it reduces the central processing unit (CPU) cost by multi-threading and pre-compiling of resources.
3 614
#O'Reilly Media #books_eng #advanced
Practical Artificial Intelligence with Swift
Create and implement AI-based features in your Swift apps for iOS, macOS, tvOS, and watchOS. With this practical book, programmers and developers of all kinds will find a one-stop shop for AI and machine learning with Swift. Taking a task-based approach, you’ll learn how to build features that use powerful AI features to identify images, make predictions, generate content, recommend things, and more.
3 614
#raywenderlich #books_eng #advanced
Kotlin Multiplatform by Tutorials
The best book to teach you how to share code across platforms using Kotlin Multiplatform. You’ll gain the foundation of creating user interfaces using native UI toolkits and then writing common code for serialization, networking and persistence. You’ll also learn how dependency injection, testing and different architectures fit in with Kotlin Multiplatform so that you build maintainable and scalable apps for the real world.
3 614
#functional #books_eng #advanced
A Functional Programming Kickstart
There’s nothing natural about Functional Programming. It’s awkward, it feels funny…
And then one day you start to see the world differently and you can’t remember what was so difficult.
A Functional Programming Kickstart is a hands-on, fast-moving kickstart will provide you with a new set of skills that you can add to - not replace - your current favorite programming techniques. In no time you’ll be creating and using higher-order functions, embracing value types, avoiding side-effects, and digging deep into map(), flatMap(), and apply().
3 614
#raywenderlich #books_eng #advanced
Advanced Git
Advanced Git is here to help! This book is the easiest and fastest way to get hands-on experience with using Git for version control of your projects.
Take a deep dive into:
• How Git actually works: After using Git for a while it’s good to discover the whys behind all of the things.
• Rebasing: Rebasing and squashing doesn’t have to be scary; it’s quite a useful and advanced way of merging code to support your collaborative workflow.
• Undoing what you’ve done: Most frustration with Git comes from not being able to undo something that you’ve screwed up. But Git has lots of ways you can go back and recover from a weird merge or commit state.
• Workflows in Git: Working with Git requires some rules to make sure things go smoothly across development teams. Learn the most common workflows and how to decide which one to use.
• And more!
One thing you can count on: after reading this book, you’ll be well-prepared to use Git in your own software development workflow!
3 614
#core_data #books_eng #Professional
Practical Core Data: A modern guide to the Core Data framework
Learn Core Data from the ground up using new and modern techniques.
This book has a total of 12 chapters designed to help you master Core Data from the basics all the way to the interesting and complex details.
Sample code for this book is provided in SwiftUI and UIKit so it's as useful as possible no matter which UI framework you prefer.
3 614
#raywenderlich #books_eng #Professional
Data Structures & Algorithms in Swift
In Data Structures and Algorithms in Swift, you’ll learn how to implement the most popular and useful data structures and when and why you should use one particular data structure or algorithm over another. This set of basic data structures and algorithms will serve as an excellent foundation for building more complex and special-purpose constructs. The high-level expressiveness of Swift makes it an ideal choice for learning these core concepts without sacrificing performance.
3 614
#raywenderlich #books_eng #Professional #concurrency
Modern Concurrency in Swift
In Swift 5.5, Apple introduced a new concurrency model featuring the async/await syntax, to let you write asynchronous code that reads like synchronous code. But like any new feature, here be dragons! So how will you achieve the much-desired mastery of Modern Swift Concurrency?
Modern Concurrency in Swift is here for the rescue, showcasing everything you need to know about async/await, tasks, actors, and everything in between!
