Coder Social home page Coder Social logo

squidler's Introduction

Squidler

The story

Squidler is an app that a couple of friends and I dreamt up in October 2013. We wanted to turn messaging into a game. We didn't know how to code, so we taught ourselves by learning as we were building ๐Ÿ‘จโ€๐Ÿ’ป . It was our first coding project so we made a lot of the classic mistakes, e.g. not verifying that anyone actually wanted what we were building ๐Ÿคฆโ€โ™‚๏ธ .

It took blood, sweat and tears ๐Ÿ˜ซ , but we eventually finished the project (in 2016 ๐Ÿ˜ฑ ). Although almost no one downloaded Squidler, I'm still proud of what we did. We learnt a lot about coding and we learnt some valuable life lessons:

  • ๐Ÿ’ก Ideas are cheap, execution is the hard part
  • ๐Ÿ™Š Don't hold onto your ideas for too long
  • ๐Ÿ˜ˆ Premature optimisation is the devil

This repository is mainly for posterity. Every now and again (when I'm cleaning up my hard drive), I look back at the code and am struck by how much we built with no previous experience - thank god for Stackoverflow ๐Ÿคฃ ! I wanted there to be a record what what we did, so that we'll have something to look back at #nostalgia.

The code

Front end

We were quite taken with how accessible coding on the web was, so we decided to build Squidler as a "hybrid" app, i.e. code the app in html, css and js and add an iOS/Android native wrapper that would allow it to be installed from the App Store or Google Play.

It was still the early days of web apps, frameworks like React had only just been released to the world and jQuery was king. We fell in love with the two way data binding of AngularJS and so opted for the Ionic framework which allowed us to build AngularJS hybrid apps "easily".

The sqd-app and sqd-web folders contain the front end code for the app and the website Squidler.com.

Back end

It was also early days for the new kid on the block - nodejs. We started Squilder on PHP and used MySQL as our database. In the end though, we migrated to nodejs and used the ActionHeroJS framework to make our lives a LOT easier. For the database we used a combination of mongodb for media files and Redis for text data because... we apparently wanted to make things more difficult for ourselves haha.

The sqd-api folder contains the back end code.

squidler's People

Contributors

mklilley avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.