EUNO.NEWS EUNO.NEWS
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
  • All (20993) +299
    • AI (3155) +14
    • DevOps (933) +7
    • Software (11054) +203
    • IT (5802) +74
    • Education (48)
  • Notice
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 month ago · software

    Advent of Swift

    Article URL: https://leahneukirchen.org/blog/archive/2025/12/advent-of-swift.html Comments URL: https://news.ycombinator.com/item?id=46266312 Points: 18 Comment...

    #Swift #programming language #Apple #language design #software development
  • 1 month ago · software

    Swift #12: Funciones

    Las funciones son bloques de código delimitados por llaves { e identificados por un nombre. A diferencia de los bloques de código usados en los bucles y condici...

    #Swift #functions #programming #tutorial #code examples
  • 1 month ago · software

    Swift #11: Cláusula de guarda

    Guard statement La instrucción guard tiene una condición, seguida de un else y un bloque de guarda. Si la condición es false, se ejecuta el bloque de guarda y...

    #Swift #guard #control flow #optional binding #iOS development
  • 1 month ago · software

    From Algorithms to Adventures

    !Cover image for From Algorithms to Adventureshttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-...

    #algorithms #maze-generation #Swift #Ruby #visualization #game-development #data-structures #programming
  • 1 month ago · software

    Modular Feature Architecture in SwiftUI

    🧩 1. What Is a Feature Module? A feature module is a self‑contained unit representing one functional chunk of your app: Home/ Profile/ Settings/ Feed/ Auth/ O...

    #SwiftUI #modular architecture #feature modules #iOS development #code organization #MVVM #Swift
  • 1 month ago · software

    Unleashing the Future: Mastering iOS Mobile App Development with Swift

    Introduction Welcome to the future of mobile app development! In this blog, we will delve into the world of iOS development using Swift, Apple's powerful progr...

    #iOS #Swift #mobile app development #Xcode #Apple #programming
  • 1 month ago · software

    Swift #10: Bucles

    while while valida una condición y ejecuta un bloque de código hasta que la condición se vuelva false. swift var counter = 0 while counter in { ... }. swift le...

    #Swift #loops #while #repeat-while #for-in #programming tutorial #code examples
  • 1 month ago · software

    Swift #7: Tuplas

    Tuplas Una tupla contiene un grupo de uno o más valores del mismo o diferente tipos. Es útil para almacenar valores efímeros o temporales que, aunque están rel...

    #Swift #tuples #programming #data structures #iOS
  • 1 month ago · software

    Swift #6: Opcionales

    Opcionales Algunas veces es necesario indicar la ausencia de valor de una variable. Para estos casos, Swift tiene el modificador ? que convierte cualquier tipo...

    #Swift #optionals #nil #implicitly-unwrapped-optionals #forced-unwrap #iOS development #programming
  • 1 month ago · software

    Swift #5: Caracteres y Strings

    Character Un carácter se representa mediante un número binario que corresponde al índice de un elemento en la tabla Unicode, la cual define los caracteres del...

    #Swift #Character #String #Unicode #String interpolation #Escape sequences
  • 1 month ago · software

    The Anatomy of a macOS App

    Article URL: https://eclecticlight.co/2025/12/04/the-anatomy-of-a-macos-app/ Comments URL: https://news.ycombinator.com/item?id=46181268 Points: 5 Comments: 0...

    #macOS #app architecture #Cocoa #Swift #Objective‑C #software design #desktop development
  • 1 month ago · software

    Swift #2: Tipos de datos primitivos

    Tipos de datos primitivos Cada lenguaje de programación declara sus propias unidades de datos para representar valores de distintos tamaños. Estas unidades son...

    #Swift #primitive data types #Int #UInt #programming fundamentals

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026