Skip to content

Instantly share code, notes, and snippets.

View valexa's full-sized avatar
๐ŸŒ—
๐Ÿ”๏ธ๐Ÿ„๐Ÿชต๐ŸŒฟ๐Ÿ“๐Ÿ“š๐Ÿ–ฅ๏ธ๐Ÿ–ฑ๏ธ๐Ÿ“ฑ

Vlad Alexa valexa

๐ŸŒ—
๐Ÿ”๏ธ๐Ÿ„๐Ÿชต๐ŸŒฟ๐Ÿ“๐Ÿ“š๐Ÿ–ฅ๏ธ๐Ÿ–ฑ๏ธ๐Ÿ“ฑ
View GitHub Profile
@valexa
valexa / SimpleClient.swift
Created June 27, 2018 09:12 — forked from sarpsolakoglu/SimpleClient.swift
Simple Swift 4 Rest Client that uses the Codable protocol for JSON conversion
//
// SimpleClient.swift
//
// Created by Sarp Solakoglu on 18/09/2017.
// Copyright ยฉ 2017 Sarp Solakoglu. All rights reserved.
//
import Foundation
enum RestMethod: String {
@valexa
valexa / Enum
Last active March 30, 2020 06:56
Enum updated with new and pro fonts for fontawesome
// Enum.swift
//
// Copyright (c) 2014-present FontAwesome.swift contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
@valexa
valexa / ContentView.swift
Created November 21, 2023 18:59
NavigationStack example
//
// ContentView.swift
// sandbox
//
// Created by vlad on 21/11/2023.
//
import SwiftUI
enum Route {