Chris Mendez

Chris Mendez

453 posts
Los Angeles Twitter

Digital Product Manager & Social Entrepreneur. Mostly write about AWS, Swift, R, and Ruby.

Swift: Simple GET Request

A simple GET request using Swift. //: Playground - noun: a place where people can play import UIKit class Test { init(path:String){ getRequest(path) } func getRequest(path:String)...

Common Swift string extensions

String Extension import Foundation extension String { var length: Int { get { return countElements(self) } } func contains(s: String) -> Bool { return self.rangeOfString(s) ? true : false } func replace(...

Investing

I've been learning about investment strategies lately and I've found these resources to be the most valuable ones for me. Personal Investment Strategy At...

List of Industries

If you're ever building a site that requires you to list out industries, here you go. This list was derived from NAICS [https://www.census.gov/...

How to install SailsJS

Dev Environment Install SailsJS npm install sailsjs Install Chrome Postman [https://chrome.google.com/webstore/detail/postman-rest-client-short/mkhojklkhkdaghjjfdnphfphiaiohkef] Content-Type application/json Quickly get started Create a new sails...

You’ve successfully subscribed to Chris Mendez
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.