Skip to content

Instantly share code, notes, and snippets.

View TheEngineerz's full-sized avatar

Usama Sadiq TheEngineerz

View GitHub Profile
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active July 7, 2024 19:32
A badass list of frontend development resources I collected over time.
@JaviLorbada
JaviLorbada / FRP iOS Learning resources.md
Last active June 17, 2024 06:08
The best FRP iOS resources.

Videos

@cihankoseoglu
cihankoseoglu / frontendDevlopmentBookmarks.md
Created March 18, 2016 13:23 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@avdyushin
avdyushin / storage.swift
Last active August 28, 2023 14:35
CoreData stack for iOS 9 and iOS 10 using Swift 3
//
// Storage.swift
//
// Created by Grigory Avdyushin on 30.06.16.
// Copyright © 2016 Grigory Avdyushin. All rights reserved.
//
import UIKit
import CoreData
@harrysummers
harrysummers / alamofireSolution.swift
Last active August 25, 2017 19:36
Alamofire with JSQMessagesViewController
import Foundation
import AlamofireImage
import JSQMessagesViewController
import NVActivityIndicatorView
class AsyncPhotoMediaItem: JSQPhotoMediaItem {
var asyncImageView: UIImageView!
var url : URL?