3.1.18 Ember addons, Egghead 😀
5.1.18 Node.js backend MVC framework with Sails
23.1.18 Need to remember to branch more often when trying wacky things
29.1.18 CircleCI S3 Static Deployments, with versioning etc.
9.2.18
- Working on sizzlingplate, react-redux x react-redux router, need to consolidate some concepts before moving on so am doing some egghead.io courses.
- Using cloudfront to setup S3 etc.
Emoji Break 🤨 🦉 🏀 🐙 🚙
10.2.17
- Server side rendering with express and express-handlebars, which I haven't done in ages so was good to repractice a bit of that.
- fs.readdir to display folders and their contents
- Want to webpack stuff on forms-data instead of dumb cdn bulma and fontawesome.
12.2.18
- Foud out why you need to bind this to methods in a class when reacting
7.3.18
- Trying out VScode, need to watch some tutorials on some of the node.js debugging features that people seem to be talking about. Managaed to get it auto SFTPing my things to my dev server which was something I didn't ever quite get working with atom.
8.3.18
- Got heaps of stuff done on the ol sizzlingPlate, watched some more egghead.io react stuffy stuff etc.
24.3.18
- getusernedia api for camera capture
10.3.18
- Did you know that you can't make a commit that creates a directory, you have to make at least one file in that directory for git to pick it up!
- SSH with Gitlab to push from CI server
- Bashing around
20.3.18
- Streams in node.js, writeStreams and readStreams etc. in order to download files, zip them up, write them and upload them
- Used the fetch api to do some requesting from the client in the forms-data app, thinking about reactifying it would be fun
12.4.18
- Node.js debugging tools in VSCode
- Create-React-App on a Node.Express server setup
- React without redux and patterns etc.
- officegen node library for creating .docx, xls, etc.
24.4.18
- Downloading and restoring db.sspak to mysql on ubuntu
16.5.18
- 3 way percentage calculator, did my head in. Should've done it TDD to keep me sane 😰
- Have started using preact to do my cheese preference project
5.6.18
- Setting up an ec2 for dev of a CWP2.0 recipe with Silverstripe 4
- Learning about mysql on ubuntu permissions, chmod and chown linux
23.5.18
- php
27.6.18
-
What is SWAP? Read this article: https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
-
php upgrading (7.2)
19.6.18
-
React-bulma components
-
Setup a react app with passport local strategy auth
-
On a commit, you can do
git commit -m 'Trigger CI' --allow-emptyto commit without any file changes, nifty! 😏 5.7.18 -
JIRA REST API
8.7.18
- Functional programming in javascript, doing this course on egghead.io
8.8.18 Haven't written in here in a while, so here we go:
- Stopping and removing all docker containers (useful to memorise): http://blog.baudson.de/blog/stop-and-remove-all-docker-containers-and-images
- Silverstripe Elemental