-
Facebook announces Nuclide, an open-source IDE based on GitHub’s Atom text editor
“Facebook today announced that it’s built Nuclide, its own integrated development environment (IDE) composed on top of Atom, the text editor that code-repository software company GitHub first released last year.” View complete article
-
DoorDash Blog — Migrating from Heroku to AWS (using Docker)
View complete article
-
Natural Language Processing in Swift
“The Naive Bayes Classifier in machine learning is based on past examples, also known as training data. This theorem comes from the Bayes’ theorem, which allows you to compute the probability of an event given the fact that another event has happen.” View complete article
-
Working with PaintCode and Interface Builder in XCode
“Every self-respecting iOS developer should know about PaintCode by now, an OSX app for drawing graphics that don’t save as images, but as lengths of code that draw graphics.” View complete article
-
Prisoner escapes by faking an email ordering his release
“Neil Moore was locked up in England’s notorious Wandsworth Prison when he used a smuggled cellphone to send an email to the prison that appeared to come from a court clerk who was ordering his release on parole.” View complete article
-
Top 10 Common Node.js Developer Mistakes
“Since the moment Node.js was unveiled to the world, it has seen a fair share of both praise and criticism. The debate still continues, and may not end anytime soon.” View complete article
-
A React-Inspired View Framework for iOS
“ComponentKit is an Objective-C++ view framework for iOS that is heavily inspired by React. ComponentKit takes a functional, declarative approach to building UI. It lets you focus on what your UI should look like, not the steps necessary to build it.” View complete article
-
Collection of Swift tutorials
@learnswift.tips
-
Understanding Optionals in Swift
Full article at AppCoda
-
Lessons Learnt During Microservice Migration
“At QCon London 2015 Phil Calcado shared lessons learnt from SoundCloud’s move from a monolithic to microservices architecture, and stated that the core requirements for building a microservice platform include developing capabilities for rapid provisioning, basic monitoring and rapid application” View complete article
-
iOS Swift UITableView cheat sheet
… in Andrew Bancroft’s blog. Also useful, the Getting started article at CodingExplorer
-
Free online ebook: iOS 8 App Development Essentials
The index: Start Here For New iOS Developers For iOS 7 Developers Source Code Download Joining the Apple iOS 8 Developer Program Registered Apple Developer Downloading Xcode 6 and the iOS 8 SDK iOS Developer Program When to Enroll in the iOS Developer Program? Enrolling in the iOS Developer Program Installing Xcode 6 and the…
-
NSPredicate cheat sheet
“Here’s a handy guide to using NSPredicates for all your iOS development needs, inside & outside Realm.” View complete article
-
Cocoa Realm: Perth iOS Meetup 20th November
-
Swift Tutorial: Building an iOS application-Part 1
View complete article
-
Developing iOS Apps Using Swift Part 3 – Best Practices
“In parts 1 & 2 we went over some basics of Swift, and set up a simple example project that creates a Table View and a puts some API results from iTunes inside of them. If you haven’t read that yet, check out Part 1 and Part 2.” View complete article
-
Android: detecting the current caller
Credit Naser Shaikh
-
10 Useful CSS Snippets For Web Developers
“CSS is the underlying language that gives websites its look. Although CSS is a straightforward language and easy to learn, it can be difficult to harness in some cases. Nothing to fear, there are workarounds that you can find online, and here are but just 10 handy ones that you can use.” View complete article